Home
last modified time | relevance | path

Searched refs:flush_hdp (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_hdp.h32 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
H A Dhdp_v4_0.c169 .flush_hdp = hdp_v4_0_flush_hdp,
H A Dhdp_v6_0.c139 .flush_hdp = hdp_v6_0_flush_hdp,
H A Dhdp_v5_0.c218 .flush_hdp = hdp_v5_0_flush_hdp,
H A Dhdp_v5_2.c192 .flush_hdp = hdp_v5_2_flush_hdp,
H A Damdgpu.h560 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->flush_hdp((adev), (r)))
H A Dgmc_v10_0.c334 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 Dgmc_v11_0.c292 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 Dpsp_v11_0.c535 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v11_0_memory_training()
H A Dpsp_v13_0.c571 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v13_0_memory_training()
H A Dgfx_v11_0.c2044 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 Dgmc_v9_0.c2349 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v9_0_hw_init()
H A Dcik.c1991 .flush_hdp = &cik_flush_hdp,
H A Dvi.c1444 .flush_hdp = &vi_flush_hdp,
H A Dsi.c2008 .flush_hdp = &si_flush_hdp,
H A Dgfx_v10_0.c5738 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h607 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
1160 #define amdgpu_asic_flush_hdp(adev, r) (adev)->asic_funcs->flush_hdp((adev), (r))
H A Dsoc15.c1017 .flush_hdp = &soc15_flush_hdp,
1040 .flush_hdp = &soc15_flush_hdp,
H A Dnv.c688 .flush_hdp = &nv_flush_hdp,
H A Dvi.c1094 .flush_hdp = &vi_flush_hdp,
H A Dcik.c1926 .flush_hdp = &cik_flush_hdp,
H A Dsi.c1892 .flush_hdp = &si_flush_hdp,

Completed in 49 milliseconds