Home
last modified time | relevance | path

Searched refs:gcr_cntl (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v6_0.c301 uint32_t gcr_cntl = SDMA_GCR_GL2_INV | SDMA_GCR_GL2_WB | SDMA_GCR_GLM_INV | in sdma_v6_0_ring_emit_mem_sync() local
308 amdgpu_ring_write(ring, SDMA_PKT_GCR_REQ_PAYLOAD2_GCR_CONTROL_15_0(gcr_cntl) | in sdma_v6_0_ring_emit_mem_sync()
311 SDMA_PKT_GCR_REQ_PAYLOAD3_GCR_CONTROL_18_16(gcr_cntl >> 16)); in sdma_v6_0_ring_emit_mem_sync()
H A Dsdma_v7_0.c304 uint32_t gcr_cntl = SDMA_GCR_GL2_INV | SDMA_GCR_GL2_WB | SDMA_GCR_GLM_INV | in sdma_v7_0_ring_emit_mem_sync() local
311 amdgpu_ring_write(ring, SDMA_PKT_GCR_REQ_PAYLOAD2_GCR_CONTROL_15_0(gcr_cntl) | in sdma_v7_0_ring_emit_mem_sync()
314 SDMA_PKT_GCR_REQ_PAYLOAD3_GCR_CONTROL_18_16(gcr_cntl >> 16)); in sdma_v7_0_ring_emit_mem_sync()
H A Dsdma_v7_1.c298 uint32_t gcr_cntl = SDMA_GCR_GL2_INV | SDMA_GCR_GL2_WB | SDMA_GCR_GLM_INV | in sdma_v7_1_ring_emit_mem_sync() local
306 amdgpu_ring_write(ring, SDMA_PKT_GCR_REQ_PAYLOAD3_GCR_CONTROL_18_0(gcr_cntl) | in sdma_v7_1_ring_emit_mem_sync()
H A Dgfx_v12_1.c3812 const unsigned int gcr_cntl = in gfx_v12_1_emit_mem_sync() local
3828 amdgpu_ring_write(ring, gcr_cntl); /* GCR_CNTL */ in gfx_v12_1_emit_mem_sync()
H A Dgfx_v12_0.c5086 const unsigned int gcr_cntl = in gfx_v12_0_emit_mem_sync() local
5104 amdgpu_ring_write(ring, gcr_cntl); /* GCR_CNTL */ in gfx_v12_0_emit_mem_sync()
H A Dgfx_v11_0.c6802 const unsigned int gcr_cntl = in gfx_v11_0_emit_mem_sync() local
6820 amdgpu_ring_write(ring, gcr_cntl); /* GCR_CNTL */ in gfx_v11_0_emit_mem_sync()