Home
last modified time | relevance | path

Searched refs:hdp_flush (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_ring.c165 bool hdp_flush) in radeon_ring_commit() argument
170 if (hdp_flush && rdev->asic->ring[ring->idx]->hdp_flush) in radeon_ring_commit()
171 rdev->asic->ring[ring->idx]->hdp_flush(rdev, ring); in radeon_ring_commit()
180 if (hdp_flush && rdev->asic->mmio_hdp_flush) in radeon_ring_commit()
196 bool hdp_flush) in radeon_ring_unlock_commit() argument
198 radeon_ring_commit(rdev, ring, hdp_flush); in radeon_ring_unlock_commit()
Dradeon_ib.c123 struct radeon_ib *const_ib, bool hdp_flush) in radeon_ib_schedule() argument
178 radeon_ring_unlock_commit(rdev, ring, hdp_flush); in radeon_ib_schedule()
Dradeon.h1014 struct radeon_ib *const_ib, bool hdp_flush);
1025 bool hdp_flush);
1027 bool hdp_flush);
1827 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring); member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dnbio_v6_1.c283 .hdp_flush = nbio_v6_1_hdp_flush,
Dnbio_v7_0.c292 .hdp_flush = nbio_v7_0_hdp_flush,
Dsoc15.c571 adev->nbio_funcs->hdp_flush(adev, ring); in soc15_flush_hdp()
Dgmc_v9_0.c1041 adev->nbio_funcs->hdp_flush(adev, NULL); in gmc_v9_0_gart_enable()
Damdgpu.h1270 void (*hdp_flush)(struct amdgpu_device *adev, struct amdgpu_ring *ring); member