Home
last modified time | relevance | path

Searched refs:AMDGPU_PREAMBLE_IB_PRESENT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.h31 #define AMDGPU_PREAMBLE_IB_PRESENT (1 << 0) macro
H A Damdgpu_cs.c393 job->preamble_status |= AMDGPU_PREAMBLE_IB_PRESENT; in amdgpu_cs_p2_ib()
1385 if ((leader->preamble_status & AMDGPU_PREAMBLE_IB_PRESENT) && in amdgpu_cs_submit()
H A Dgfx_v8_0.c6271 if (AMDGPU_PREAMBLE_IB_PRESENT & flags) in gfx_v8_ring_emit_cntxcntl()
H A Dgfx_v9_0.c5827 if (AMDGPU_PREAMBLE_IB_PRESENT & flags) in gfx_v9_ring_emit_cntxcntl()