Searched refs:mmio_hdp_flush (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_asic.c | 204 .mmio_hdp_flush = NULL, 272 .mmio_hdp_flush = NULL, 368 .mmio_hdp_flush = NULL, 436 .mmio_hdp_flush = NULL, 504 .mmio_hdp_flush = NULL, 572 .mmio_hdp_flush = NULL, 640 .mmio_hdp_flush = NULL, 708 .mmio_hdp_flush = NULL, 776 .mmio_hdp_flush = NULL, 844 .mmio_hdp_flush = NULL, [all …]
|
A D | radeon_ring.c | 183 if (hdp_flush && rdev->asic->mmio_hdp_flush) in radeon_ring_commit() 184 rdev->asic->mmio_hdp_flush(rdev); in radeon_ring_commit()
|
A D | radeon_gem.c | 567 if (rdev->asic->mmio_hdp_flush && in radeon_gem_wait_idle_ioctl() 569 robj->rdev->asic->mmio_hdp_flush(rdev); in radeon_gem_wait_idle_ioctl()
|
A D | radeon.h | 1881 void (*mmio_hdp_flush)(struct radeon_device *rdev); member
|
Completed in 26 milliseconds