Searched refs:hdp_flush (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_ring.c | 169 bool hdp_flush) in radeon_ring_commit() argument 174 if (hdp_flush && rdev->asic->ring[ring->idx]->hdp_flush) in radeon_ring_commit() 175 rdev->asic->ring[ring->idx]->hdp_flush(rdev, ring); in radeon_ring_commit() 184 if (hdp_flush && rdev->asic->mmio_hdp_flush) in radeon_ring_commit() 200 bool hdp_flush) in radeon_ring_unlock_commit() argument 202 radeon_ring_commit(rdev, ring, hdp_flush); in radeon_ring_unlock_commit()
|
| H A D | radeon_ib.c | 126 struct radeon_ib *const_ib, bool hdp_flush) in radeon_ib_schedule() argument 181 radeon_ring_unlock_commit(rdev, ring, hdp_flush); in radeon_ib_schedule()
|
| H A D | radeon.h | 1015 struct radeon_ib *const_ib, bool hdp_flush); 1026 bool hdp_flush); 1028 bool hdp_flush); 1829 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_nbio.h | 58 void (*hdp_flush)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member
|
| H A D | nbio_v6_1.c | 269 .hdp_flush = nbio_v6_1_hdp_flush,
|
| H A D | nbio_v7_0.c | 295 .hdp_flush = nbio_v7_0_hdp_flush,
|
| H A D | nbio_v2_3.c | 322 .hdp_flush = nbio_v2_3_hdp_flush,
|
| H A D | gmc_v10_0.c | 283 adev->nbio.funcs->hdp_flush(adev, NULL); in gmc_v10_0_flush_gpu_tlb() 967 adev->nbio.funcs->hdp_flush(adev, NULL); in gmc_v10_0_gart_enable()
|
| H A D | nbio_v7_4.c | 544 .hdp_flush = nbio_v7_4_hdp_flush,
|
| H A D | psp_v11_0.c | 705 adev->nbio.funcs->hdp_flush(adev, NULL); in psp_v11_0_memory_training()
|
| H A D | nv.c | 594 adev->nbio.funcs->hdp_flush(adev, ring); in nv_flush_hdp()
|
| H A D | gmc_v9_0.c | 1641 adev->nbio.funcs->hdp_flush(adev, NULL); in gmc_v9_0_hw_init()
|
| H A D | soc15.c | 841 adev->nbio.funcs->hdp_flush(adev, ring); in soc15_flush_hdp()
|
| H A D | gfx_v10_0.c | 5550 adev->nbio.funcs->hdp_flush(adev, NULL); in gfx_v10_0_cp_gfx_load_pfp_microcode() 5628 adev->nbio.funcs->hdp_flush(adev, NULL); in gfx_v10_0_cp_gfx_load_ce_microcode() 5705 adev->nbio.funcs->hdp_flush(adev, NULL); in gfx_v10_0_cp_gfx_load_me_microcode() 6066 adev->nbio.funcs->hdp_flush(adev, NULL); in gfx_v10_0_cp_compute_load_microcode()
|