Searched refs:flush_hdp (Results 1 – 16 of 16) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_hdp.h | 32 void (*flush_hdp)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
|
| D | hdp_v6_0.c | 139 .flush_hdp = hdp_v6_0_flush_hdp,
|
| D | hdp_v4_0.c | 169 .flush_hdp = hdp_v4_0_flush_hdp,
|
| D | hdp_v5_2.c | 192 .flush_hdp = hdp_v5_2_flush_hdp,
|
| D | hdp_v5_0.c | 218 .flush_hdp = hdp_v5_0_flush_hdp,
|
| D | amdgpu.h | 560 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_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()
|
| 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()
|
| D | psp_v11_0.c | 535 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v11_0_memory_training()
|
| D | psp_v13_0.c | 564 adev->hdp.funcs->flush_hdp(adev, NULL); in psp_v13_0_memory_training()
|
| D | gfx_v11_0.c | 2036 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_me_cache() 2080 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_pfp_cache() 2125 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_config_mec_cache() 2755 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_cp_gfx_load_pfp_microcode_rs64() 2973 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_cp_gfx_load_me_microcode_rs64() 4175 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v11_0_gfxhub_enable()
|
| D | cik.c | 1991 .flush_hdp = &cik_flush_hdp,
|
| D | vi.c | 1444 .flush_hdp = &vi_flush_hdp,
|
| D | si.c | 2008 .flush_hdp = &si_flush_hdp,
|
| D | gmc_v9_0.c | 2348 adev->hdp.funcs->flush_hdp(adev, NULL); in gmc_v9_0_hw_init()
|
| D | gfx_v10_0.c | 5743 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_pfp_microcode() 5821 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_ce_microcode() 5898 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_gfx_load_me_microcode() 6273 adev->hdp.funcs->flush_hdp(adev, NULL); in gfx_v10_0_cp_compute_load_microcode()
|