Searched refs:flush_hdp (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-6.6/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_v4_0.c | 169 .flush_hdp = hdp_v4_0_flush_hdp,
|
H A D | hdp_v6_0.c | 139 .flush_hdp = hdp_v6_0_flush_hdp,
|
H A D | hdp_v5_0.c | 218 .flush_hdp = hdp_v5_0_flush_hdp,
|
H A D | hdp_v5_2.c | 192 .flush_hdp = hdp_v5_2_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->flush_hdp((adev), (r)))
|
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 | 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 | 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 | gmc_v9_0.c | 2349 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v9_0_hw_init()
|
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 | 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu.h | 607 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 D | soc15.c | 1017 .flush_hdp = &soc15_flush_hdp, 1040 .flush_hdp = &soc15_flush_hdp,
|
H A D | nv.c | 688 .flush_hdp = &nv_flush_hdp,
|
H A D | vi.c | 1094 .flush_hdp = &vi_flush_hdp,
|
H A D | cik.c | 1926 .flush_hdp = &cik_flush_hdp,
|
H A D | si.c | 1892 .flush_hdp = &si_flush_hdp,
|
Completed in 49 milliseconds