Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dnvd.h139 #define INDIRECT_BUFFER_VALID (1 << 23) macro
H A Dsoc15d.h164 #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.c2232 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v7_0_ring_emit_ib_compute()
H A Dgfx_v9_4_3.c2513 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v9_4_3_ring_emit_ib_compute()
H A Dgfx_v11_0.c5325 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v11_0_ring_emit_ib_compute()
H A Dgfx_v8_0.c6123 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v8_0_ring_emit_ib_compute()
H A Dgfx_v9_0.c5262 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v9_0_ring_emit_ib_compute()
H A Dgfx_v10_0.c8330 u32 control = INDIRECT_BUFFER_VALID | ib->length_dw | (vmid << 24); in gfx_v10_0_ring_emit_ib_compute()
/openbsd/sys/dev/pci/drm/radeon/
H A Dcikd.h1779 #define INDIRECT_BUFFER_VALID (1 << 23) macro
H A Dcik.c3723 u32 header, control = INDIRECT_BUFFER_VALID; in cik_ring_ib_execute()