Searched refs:flush_hdp (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_hdp.h | 32 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
|
H A D | hdp_v6_0.c | 141 .flush_hdp = hdp_v6_0_flush_hdp,
|
H A D | hdp_v4_0.c | 173 .flush_hdp = hdp_v4_0_flush_hdp,
|
H A D | hdp_v5_2.c | 194 .flush_hdp = hdp_v5_2_flush_hdp,
|
H A D | hdp_v5_0.c | 221 .flush_hdp = hdp_v5_0_flush_hdp,
|
H A D | amdgpu.h | 560 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member 1265 …((adev)->asic_funcs->flush_hdp ? (adev)->asic_funcs->flush_hdp((adev), (r)) : (adev)->hdp.funcs->f…
|
H A D | gmc_v11_0.c | 292 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v11_0_flush_gpu_tlb() 921 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v11_0_gart_enable()
|
H A D | gmc_v10_0.c | 334 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v10_0_flush_gpu_tlb() 1066 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v10_0_gart_enable()
|
H A D | psp_v11_0.c | 535 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v11_0_memory_training()
|
H A D | psp_v13_0.c | 571 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v13_0_memory_training()
|
H A D | gfx_v11_0.c | 2044 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_me_cache() 2088 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_pfp_cache() 2133 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_mec_cache() 2763 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_cp_gfx_load_pfp_microcode_rs64() 2981 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_cp_gfx_load_me_microcode_rs64() 4183 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_gfxhub_enable()
|
H A D | cik.c | 1991 .flush_hdp = &cik_flush_hdp,
|
H A D | vi.c | 1444 .flush_hdp = &vi_flush_hdp,
|
H A D | si.c | 2008 .flush_hdp = &si_flush_hdp,
|
H A D | gmc_v9_0.c | 2349 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v9_0_hw_init()
|
H A D | gfx_v10_0.c | 5738 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_pfp_microcode() 5816 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_ce_microcode() 5893 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_me_microcode() 6268 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_compute_load_microcode()
|