We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb0feb commit 5ce6861Copy full SHA for 5ce6861
drivers/gpu/drm/i915/gt/intel_engine_cs.c
@@ -371,7 +371,8 @@ static void __setup_engine_capabilities(struct intel_engine_cs *engine)
371
* instances.
372
*/
373
if ((INTEL_GEN(i915) >= 11 &&
374
- engine->gt->info.vdbox_sfc_access & engine->mask) ||
+ (engine->gt->info.vdbox_sfc_access &
375
+ BIT(engine->instance))) ||
376
(INTEL_GEN(i915) >= 9 && engine->instance == 0))
377
engine->uabi_capabilities |=
378
I915_VIDEO_AND_ENHANCE_CLASS_CAPABILITY_SFC;
0 commit comments