Searched refs:flush_hdp (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_hdp.h | 35 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
|
| D | hdp_v4_0.c | 160 .flush_hdp = hdp_v4_0_flush_hdp,
|
| D | hdp_v5_0.c | 218 .flush_hdp = hdp_v5_0_flush_hdp,
|
| D | amdgpu.h | 658 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member 1263 …((adev)->asic_funcs->flush_hdp ? (adev)->asic_funcs->flush_hdp((adev), (r)) : (adev)->hdp.funcs->f…
|
| D | gmc_v10_0.c | 324 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v10_0_flush_gpu_tlb() 1039 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v10_0_gart_enable()
|
| D | psp_v11_0.c | 705 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v11_0_memory_training()
|
| D | gmc_v9_0.c | 1757 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v9_0_hw_init()
|
| D | cik.c | 2003 .flush_hdp = &cik_flush_hdp,
|
| D | vi.c | 1457 .flush_hdp = &vi_flush_hdp,
|
| D | si.c | 2008 .flush_hdp = &si_flush_hdp,
|
| D | gfx_v10_0.c | 6023 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_pfp_microcode() 6101 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_ce_microcode() 6178 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_me_microcode() 6553 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_compute_load_microcode()
|