Searched refs:vdbox_sfc_access (Results 1 – 5 of 5) sorted by relevance
348 u8 vdbox_sfc_access = RUNTIME_INFO(engine->i915)->vdbox_sfc_access; in gen11_lock_sfc() local358 if ((BIT(engine->instance) & vdbox_sfc_access) == 0) in gen11_lock_sfc()422 u8 vdbox_sfc_access = RUNTIME_INFO(engine->i915)->vdbox_sfc_access; in gen11_unlock_sfc() local428 if ((BIT(engine->instance) & vdbox_sfc_access) == 0) in gen11_unlock_sfc()
371 RUNTIME_INFO(i915)->vdbox_sfc_access & engine->mask) || in __setup_engine_capabilities()
223 u8 vdbox_sfc_access; member
1102 RUNTIME_INFO(dev_priv)->vdbox_sfc_access |= BIT(i); in intel_device_info_init_mmio()
113 blob->system_info.vdbox_sfc_support_mask = RUNTIME_INFO(dev_priv)->vdbox_sfc_access; in __guc_ads_init()