Home
last modified time | relevance | path

Searched refs:hdp_flush (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ring.c169 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()
Dradeon_ib.c126 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()
Dradeon.h1010 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/
Dvega20_smumgr.c192 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()
Dsmu10_smumgr.c140 adev->nbio_funcs->hdp_flush(adev, NULL); in smu10_copy_table_from_smc()
Dvega10_smumgr.c61 adev->nbio_funcs->hdp_flush(adev, NULL); in vega10_copy_table_from_smc()
Dvega12_smumgr.c69 adev->nbio_funcs->hdp_flush(adev, NULL); in vega12_copy_table_from_smc()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dnbio_v2_3.c321 .hdp_flush = nbio_v2_3_hdp_flush,
Dnbio_v6_1.c287 .hdp_flush = nbio_v6_1_hdp_flush,
Dnbio_v7_0.c302 .hdp_flush = nbio_v7_0_hdp_flush,
Dnbio_v7_4.c326 .hdp_flush = nbio_v7_4_hdp_flush,
Dgmc_v10_0.c281 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()
Dnv.c490 adev->nbio_funcs->hdp_flush(adev, ring); in nv_flush_hdp()
Dgmc_v9_0.c1364 adev->nbio_funcs->hdp_flush(adev, NULL); in gmc_v9_0_gart_enable()
Damdgpu.h686 void (*hdp_flush)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
Dsoc15.c788 adev->nbio_funcs->hdp_flush(adev, ring); in soc15_flush_hdp()
Dgfx_v10_0.c2473 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/
Damdgpu_smu.c466 adev->nbio_funcs->hdp_flush(adev, NULL); in smu_update_table()