Searched refs:cp_coher_cntl (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | ni.c | 1407 u32 cp_coher_cntl = PACKET3_FULL_CACHE_ENA | PACKET3_TC_ACTION_ENA | in cayman_fence_ring_emit() local 1412 radeon_ring_write(ring, PACKET3_ENGINE_ME | cp_coher_cntl); in cayman_fence_ring_emit() 1429 u32 cp_coher_cntl = PACKET3_FULL_CACHE_ENA | PACKET3_TC_ACTION_ENA | in cayman_ring_ib_execute() local 1455 radeon_ring_write(ring, PACKET3_ENGINE_ME | cp_coher_cntl); in cayman_ring_ib_execute()
|
H A D | r600.c | 2870 u32 cp_coher_cntl = PACKET3_TC_ACTION_ENA | PACKET3_VC_ACTION_ENA | in r600_fence_ring_emit() local 2874 cp_coher_cntl |= PACKET3_FULL_CACHE_ENA; in r600_fence_ring_emit() 2880 radeon_ring_write(ring, cp_coher_cntl); in r600_fence_ring_emit() 2894 radeon_ring_write(ring, cp_coher_cntl); in r600_fence_ring_emit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | ni.c | 1394 u32 cp_coher_cntl = PACKET3_FULL_CACHE_ENA | PACKET3_TC_ACTION_ENA | in cayman_fence_ring_emit() local 1399 radeon_ring_write(ring, PACKET3_ENGINE_ME | cp_coher_cntl); in cayman_fence_ring_emit() 1416 u32 cp_coher_cntl = PACKET3_FULL_CACHE_ENA | PACKET3_TC_ACTION_ENA | in cayman_ring_ib_execute() local 1442 radeon_ring_write(ring, PACKET3_ENGINE_ME | cp_coher_cntl); in cayman_ring_ib_execute()
|
H A D | r600.c | 2871 u32 cp_coher_cntl = PACKET3_TC_ACTION_ENA | PACKET3_VC_ACTION_ENA | in r600_fence_ring_emit() local 2875 cp_coher_cntl |= PACKET3_FULL_CACHE_ENA; in r600_fence_ring_emit() 2881 radeon_ring_write(ring, cp_coher_cntl); in r600_fence_ring_emit() 2895 radeon_ring_write(ring, cp_coher_cntl); in r600_fence_ring_emit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_4_3.c | 2943 const unsigned int cp_coher_cntl = in gfx_v9_4_3_emit_mem_sync() local 2952 amdgpu_ring_write(ring, cp_coher_cntl); /* CP_COHER_CNTL */ in gfx_v9_4_3_emit_mem_sync()
|
H A D | gfx_v9_0.c | 6772 const unsigned int cp_coher_cntl = in gfx_v9_0_emit_mem_sync() local 6781 amdgpu_ring_write(ring, cp_coher_cntl); /* CP_COHER_CNTL */ in gfx_v9_0_emit_mem_sync()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_0.c | 6701 const unsigned int cp_coher_cntl = in gfx_v9_0_emit_mem_sync() local 6710 amdgpu_ring_write(ring, cp_coher_cntl); /* CP_COHER_CNTL */ in gfx_v9_0_emit_mem_sync()
|
Completed in 36 milliseconds