Searched refs:hdp_flush (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_ring.c159 * @hdp_flush: Whether or not to perform an HDP cache flush
165 bool hdp_flush) radeon_ring_commit()
170 if (hdp_flush && rdev->asic->ring[ring->idx]->hdp_flush) radeon_ring_commit()
171 rdev->asic->ring[ring->idx]->hdp_flush(rdev, ring); radeon_ring_commit()
180 if (hdp_flush && rdev->asic->mmio_hdp_flush) radeon_ring_commit()
191 * @hdp_flush: Whether or not to perform an HDP cache flush
196 bool hdp_flush) radeon_ring_unlock_commit()
198 radeon_ring_commit(rdev, ring, hdp_flush); radeon_ring_unlock_commit()
164 radeon_ring_commit(struct radeon_device *rdev, struct radeon_ring *ring, bool hdp_flush) radeon_ring_commit() argument
195 radeon_ring_unlock_commit(struct radeon_device *rdev, struct radeon_ring *ring, bool hdp_flush) radeon_ring_unlock_commit() argument
H A Dradeon_ib.c107 * @hdp_flush: Whether or not to perform an HDP cache flush
123 struct radeon_ib *const_ib, bool hdp_flush) radeon_ib_schedule()
178 radeon_ring_unlock_commit(rdev, ring, hdp_flush); radeon_ib_schedule()
122 radeon_ib_schedule(struct radeon_device *rdev, struct radeon_ib *ib, struct radeon_ib *const_ib, bool hdp_flush) radeon_ib_schedule() argument
H A Dradeon.h1024 struct radeon_ib *const_ib, bool hdp_flush);
1035 bool hdp_flush);
1037 bool hdp_flush);
1829 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring); member in struct:radeon_asic_ring
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Diceland_sdma_pkt_open.h1968 /*define for hdp_flush field*/
H A Dtonga_sdma_pkt_open.h1968 /*define for hdp_flush field*/

Completed in 288 milliseconds