Home
last modified time | relevance | path

Searched refs:INDIRECT_BUFFER_VALID (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15d.h158 #define INDIRECT_BUFFER_VALID (1 << 23) macro
H A Dnvd.h139 #define INDIRECT_BUFFER_VALID (1 << 23) macro
H A Dvid.h192 #define INDIRECT_BUFFER_VALID (1 << 23) macro
H A Dcikd.h311 #define INDIRECT_BUFFER_VALID (1 << 23) macro
H A Dgfx_v7_0.c2293 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v7_0_ring_emit_ib_compute()
H A Dgfx_v8_0.c6151 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v8_0_ring_emit_ib_compute()
H A Dgfx_v9_0.c5309 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v9_0_ring_emit_ib_compute()
H A Dgfx_v10_0.c7830 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v10_0_ring_emit_ib_compute()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dcikd.h1779 #define INDIRECT_BUFFER_VALID (1 << 23) macro
H A Dcik.c3733 u32 header, control = INDIRECT_BUFFER_VALID; in cik_ring_ib_execute()