Searched refs:hdp_flush (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_ring.c | 169 bool hdp_flush) in radeon_ring_commit() argument 174 if (hdp_flush && rdev->asic->ring[ring->idx]->hdp_flush) in radeon_ring_commit() 175 rdev->asic->ring[ring->idx]->hdp_flush(rdev, ring); in radeon_ring_commit() 184 if (hdp_flush && rdev->asic->mmio_hdp_flush) in radeon_ring_commit() 200 bool hdp_flush) in radeon_ring_unlock_commit() argument 202 radeon_ring_commit(rdev, ring, hdp_flush); in radeon_ring_unlock_commit()
|
D | radeon_ib.c | 126 struct radeon_ib *const_ib, bool hdp_flush) in radeon_ib_schedule() argument 181 radeon_ring_unlock_commit(rdev, ring, hdp_flush); in radeon_ib_schedule()
|
D | radeon.h | 1010 struct radeon_ib *const_ib, bool hdp_flush); 1021 bool hdp_flush); 1023 bool hdp_flush); 1823 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring); member
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | vega20_smumgr.c | 192 adev->nbio_funcs->hdp_flush(adev, NULL); in vega20_copy_table_from_smc() 293 adev->nbio_funcs->hdp_flush(adev, NULL); in vega20_get_activity_monitor_coeff()
|
D | smu10_smumgr.c | 140 adev->nbio_funcs->hdp_flush(adev, NULL); in smu10_copy_table_from_smc()
|
D | vega10_smumgr.c | 61 adev->nbio_funcs->hdp_flush(adev, NULL); in vega10_copy_table_from_smc()
|
D | vega12_smumgr.c | 69 adev->nbio_funcs->hdp_flush(adev, NULL); in vega12_copy_table_from_smc()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | nbio_v2_3.c | 321 .hdp_flush = nbio_v2_3_hdp_flush,
|
D | nbio_v6_1.c | 287 .hdp_flush = nbio_v6_1_hdp_flush,
|
D | nbio_v7_0.c | 302 .hdp_flush = nbio_v7_0_hdp_flush,
|
D | nbio_v7_4.c | 326 .hdp_flush = nbio_v7_4_hdp_flush,
|
D | gmc_v10_0.c | 281 adev->nbio_funcs->hdp_flush(adev, NULL); in gmc_v10_0_flush_gpu_tlb() 796 adev->nbio_funcs->hdp_flush(adev, NULL); in gmc_v10_0_gart_enable()
|
D | nv.c | 490 adev->nbio_funcs->hdp_flush(adev, ring); in nv_flush_hdp()
|
D | gmc_v9_0.c | 1364 adev->nbio_funcs->hdp_flush(adev, NULL); in gmc_v9_0_gart_enable()
|
D | amdgpu.h | 686 void (*hdp_flush)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
|
D | soc15.c | 788 adev->nbio_funcs->hdp_flush(adev, ring); in soc15_flush_hdp()
|
D | gfx_v10_0.c | 2473 adev->nbio_funcs->hdp_flush(adev, NULL); in gfx_v10_0_cp_gfx_load_pfp_microcode() 2543 adev->nbio_funcs->hdp_flush(adev, NULL); in gfx_v10_0_cp_gfx_load_ce_microcode() 2612 adev->nbio_funcs->hdp_flush(adev, NULL); in gfx_v10_0_cp_gfx_load_me_microcode() 2933 adev->nbio_funcs->hdp_flush(adev, NULL); in gfx_v10_0_cp_compute_load_microcode()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/ |
D | amdgpu_smu.c | 466 adev->nbio_funcs->hdp_flush(adev, NULL); in smu_update_table()
|