Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_ib.c128 struct radeon_ib *const_ib, bool hdp_flush) in radeon_ib_schedule() argument
165 if (const_ib) { in radeon_ib_schedule()
166 radeon_ring_ib_execute(rdev, const_ib->ring, const_ib); in radeon_ib_schedule()
167 radeon_sync_free(rdev, &const_ib->sync, NULL); in radeon_ib_schedule()
176 if (const_ib) { in radeon_ib_schedule()
177 const_ib->fence = radeon_fence_ref(ib->fence); in radeon_ib_schedule()