OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I915_DISPATCH_SECURE
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_renderstate.c
233
I915_DISPATCH_SECURE
);
240
I915_DISPATCH_SECURE
);
intel_engine_types.h
442
#define
I915_DISPATCH_SECURE
BIT(0)
intel_ring_submission.c
1108
I915_DISPATCH_SECURE
? 0 : MI_BATCH_NON_SECURE_I965);
1175
*cs++ = offset | (dispatch_flags &
I915_DISPATCH_SECURE
? 0 :
1194
*cs++ = offset | (dispatch_flags &
I915_DISPATCH_SECURE
? 0 :
1755
*cs++ = MI_BATCH_BUFFER_START | (dispatch_flags &
I915_DISPATCH_SECURE
?
1775
*cs++ = MI_BATCH_BUFFER_START | (dispatch_flags &
I915_DISPATCH_SECURE
?
selftest_hangcheck.c
270
flags |=
I915_DISPATCH_SECURE
;
intel_lrc.c
3811
(flags &
I915_DISPATCH_SECURE
? 0 : BIT(8));
3833
(flags &
I915_DISPATCH_SECURE
? 0 : BIT(8));
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
igt_gem_utils.c
136
flags |=
I915_DISPATCH_SECURE
;
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_perf.c
163
I915_DISPATCH_SECURE
);
igt_spinner.c
186
flags |=
I915_DISPATCH_SECURE
;
i915_request.c
666
I915_DISPATCH_SECURE
);
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c
1198
cache->gen > 5 ? 0 :
I915_DISPATCH_SECURE
);
2165
eb->batch_flags |=
I915_DISPATCH_SECURE
;
2652
eb.batch_flags |=
I915_DISPATCH_SECURE
;
2744
if (eb.batch_flags &
I915_DISPATCH_SECURE
) {
2851
if (eb.batch_flags &
I915_DISPATCH_SECURE
)
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c
2100
I915_DISPATCH_SECURE
);
Completed in 109 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025