Home
last modified time | relevance | path

Searched refs:amdgpu_device_flush_hdp (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_cpu.c113 amdgpu_device_flush_hdp(p->adev, NULL); in amdgpu_vm_cpu_commit()
Damdgpu_gart.c321 amdgpu_device_flush_hdp(adev, NULL); in amdgpu_gart_unbind()
403 amdgpu_device_flush_hdp(adev, NULL); in amdgpu_gart_invalidate_tlb()
Damdgpu_ib.c233 amdgpu_device_flush_hdp(adev, ring); in amdgpu_ib_schedule()
Damdgpu_gfx.c606 amdgpu_device_flush_hdp(adev, NULL); in amdgpu_gfx_enable_kcq()
645 amdgpu_device_flush_hdp(adev, NULL); in amdgpu_gfx_enable_kgq()
Damdgpu_amdkfd.c763 amdgpu_device_flush_hdp(adev, NULL); in amdgpu_amdkfd_debug_mem_fence()
Dmes_v10_1.c733 amdgpu_device_flush_hdp(ring->adev, NULL); in mes_v10_1_mqd_init()
Dmes_v11_0.c809 amdgpu_device_flush_hdp(ring->adev, NULL); in mes_v11_0_mqd_init()
Damdgpu.h1320 void amdgpu_device_flush_hdp(struct amdgpu_device *adev,
Damdgpu_device.c313 amdgpu_device_flush_hdp(adev, NULL); in amdgpu_device_aper_access()
5845 void amdgpu_device_flush_hdp(struct amdgpu_device *adev, in amdgpu_device_flush_hdp() function
Damdgpu_psp.c2982 amdgpu_device_flush_hdp(adev, NULL); in psp_ring_cmd_submit()
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c3018 amdgpu_device_flush_hdp(dqm->dev->adev, NULL); in suspend_queues()