Searched refs:WAIT_REG_MEM_OPERATION (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | nvd.h | 130 #define WAIT_REG_MEM_OPERATION(x) ((x) << 6) macro
|
H A D | soc15d.h | 155 #define WAIT_REG_MEM_OPERATION(x) ((x) << 6) macro
|
H A D | vid.h | 182 #define WAIT_REG_MEM_OPERATION(x) ((x) << 6) macro
|
H A D | cikd.h | 301 #define WAIT_REG_MEM_OPERATION(x) ((x) << 6) macro
|
H A D | gfx_v7_0.c | 2083 amdgpu_ring_write(ring, (WAIT_REG_MEM_OPERATION(1) | /* write, wait, write */ in gfx_v7_0_ring_emit_hdp_flush() 3185 amdgpu_ring_write(ring, (WAIT_REG_MEM_OPERATION(0) | /* wait */ in gfx_v7_0_ring_emit_vm_flush()
|
H A D | gfx_v8_0.c | 6064 amdgpu_ring_write(ring, (WAIT_REG_MEM_OPERATION(1) | /* write, wait, write */ in gfx_v8_0_ring_emit_hdp_flush() 6214 amdgpu_ring_write(ring, (WAIT_REG_MEM_OPERATION(0) | /* wait */ in gfx_v8_0_ring_emit_vm_flush()
|
H A D | gfx_v9_4_3.c | 234 WAIT_REG_MEM_OPERATION(opt) | /* wait */ in gfx_v9_4_3_wait_reg_mem()
|
H A D | gfx_v11_0.c | 308 WAIT_REG_MEM_OPERATION(opt) | /* wait */ in gfx_v11_0_wait_reg_mem()
|
H A D | gfx_v9_0.c | 981 WAIT_REG_MEM_OPERATION(opt) | /* wait */ in gfx_v9_0_wait_reg_mem()
|
H A D | gfx_v10_0.c | 3753 WAIT_REG_MEM_OPERATION(opt) | /* wait */ in gfx_v10_0_wait_reg_mem()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | cikd.h | 1769 #define WAIT_REG_MEM_OPERATION(x) ((x) << 6) macro
|
H A D | cik.c | 3521 radeon_ring_write(ring, (WAIT_REG_MEM_OPERATION(1) | /* write, wait, write */ in cik_hdp_flush_cp_ring_emit() 5734 radeon_ring_write(ring, (WAIT_REG_MEM_OPERATION(0) | /* wait */ in cik_vm_flush()
|