Lines Matching +full:tile +full:- +full:cache
35 * subject to backwards-compatibility constraints:
52 /* The pipe-id just uses the lower bits, so can be OR'd with flags in
54 * we extend/overload the pipe-id some day to deal with multiple rings,
61 /* timeouts are specified in clock-monotonic absolute times (to simplify
70 /* Below "RO" indicates a read-only param, "WO" indicates write-only, and
85 #define MSM_PARAM_COMM 0x0c /* WO: override for task->comm */
102 __u32 len; /* zero for non-pointer params */
113 /* cache modes */
145 __u32 info; /* in - one of MSM_INFO_* */
178 * ((relocbuf->gpuaddr + reloc_offset) << shift) | or
199 /* submit-types:
200 * BUF - this cmd buffer is executed normally.
201 * IB_TARGET_BUF - this cmd buffer is an IB target. Reloc's are
203 * this buffer in the first-level ringbuffer
204 * CTX_RESTORE_BUF - only executed if there has been a GPU context
222 * one) entry in the submit->bos[] table.
278 * (context-restore), and IB buffers needed for per tile/bin draw cmds.
319 * bo cache where we want to optimistically hold on to buffer allocate
324 * cache, and madvise(WILLNEED) if trying to recycle buffer from BO cache.
347 * The submitqueue priority should be between 0 and MSM_PARAM_PRIORITIES-1,