Searched refs:vdbox_sfc_access (Results 1 – 5 of 5) sorted by relevance
313 u8 vdbox_sfc_access = RUNTIME_INFO(engine->i915)->vdbox_sfc_access; in gen11_lock_sfc() local322 if ((BIT(engine->instance) & vdbox_sfc_access) == 0) in gen11_lock_sfc()380 u8 vdbox_sfc_access = RUNTIME_INFO(engine->i915)->vdbox_sfc_access; in gen11_unlock_sfc() local386 if ((BIT(engine->instance) & vdbox_sfc_access) == 0) in gen11_unlock_sfc()
357 RUNTIME_INFO(i915)->vdbox_sfc_access & engine->mask) || in __setup_engine_capabilities()
215 u8 vdbox_sfc_access; member
1028 RUNTIME_INFO(dev_priv)->vdbox_sfc_access |= BIT(i); in intel_device_info_init_mmio()
107 blob->system_info.vdbox_sfc_support_mask = RUNTIME_INFO(dev_priv)->vdbox_sfc_access; in __guc_ads_init()