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

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ib.c109 * @const_ib: Const IB to schedule (SI only)
126 struct radeon_ib *const_ib, bool hdp_flush)
163 if (const_ib) {
164 radeon_ring_ib_execute(rdev, const_ib->ring, const_ib);
165 radeon_sync_free(rdev, &const_ib->sync, NULL);
174 if (const_ib) {
175 const_ib->fence = radeon_fence_ref(ib->fence);
125 radeon_ib_schedule(struct radeon_device *rdev, struct radeon_ib *ib, struct radeon_ib *const_ib, bool hdp_flush) argument
H A Dradeon_cs.c287 p->const_ib.sa_bo = NULL;
462 radeon_ib_free(parser->rdev, &parser->const_ib);
563 if (parser->const_ib.length_dw) {
564 r = radeon_ring_ib_parse(rdev, parser->ring, &parser->const_ib);
593 r = radeon_ib_schedule(rdev, &parser->ib, &parser->const_ib, true);
633 r = radeon_ib_get(rdev, parser->ring, &parser->const_ib,
639 parser->const_ib.is_const_ib = true;
640 parser->const_ib.length_dw = ib_chunk->length_dw;
641 if (copy_from_user(parser->const_ib.ptr,
H A Dradeon.h971 struct radeon_ib *const_ib, bool hdp_flush);
1040 struct radeon_ib const_ib; member in struct:radeon_cs_parser

Completed in 202 milliseconds