OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_ib
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ib.c
114
* @
const_ib
: Const IB to schedule (SI only)
127
* a
CONST_IB
), it will be put on the ring prior to the DE IB. Prior
131
struct radeon_ib *
const_ib
, bool hdp_flush)
168
if (
const_ib
) {
169
radeon_ring_ib_execute(rdev,
const_ib
->ring,
const_ib
);
170
radeon_sync_free(rdev, &
const_ib
->sync, NULL);
179
if (
const_ib
) {
180
const_ib
->fence = radeon_fence_ref(ib->fence);
radeon_cs.c
302
p->
const_ib
.sa_bo = NULL;
472
radeon_ib_free(parser->rdev, &parser->
const_ib
);
569
if (parser->
const_ib
.length_dw) {
570
r = radeon_ring_ib_parse(rdev, parser->ring, &parser->
const_ib
);
599
r = radeon_ib_schedule(rdev, &parser->ib, &parser->
const_ib
, true);
639
r = radeon_ib_get(rdev, parser->ring, &parser->
const_ib
,
645
parser->
const_ib
.is_const_ib = true;
646
parser->
const_ib
.length_dw = ib_chunk->length_dw;
647
if (copy_from_user(parser->
const_ib
.ptr,
radeon.h
1057
struct radeon_ib *
const_ib
, bool hdp_flush);
1126
struct radeon_ib
const_ib
;
member in struct:radeon_cs_parser
Completed in 69 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025