mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
drm/xe/vf: Enable VF resource fixup unconditionally
All the feature enabling code is in place - drop the debug flag requirement for VF resource fixup. Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://patch.msgid.link/20251107161000.1938186-1-michal.winiarski@intel.com Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
This commit is contained in:
@@ -156,14 +156,6 @@ void xe_sriov_vf_migration_disable(struct xe_device *xe, const char *fmt, ...)
|
||||
|
||||
static void vf_migration_init_early(struct xe_device *xe)
|
||||
{
|
||||
/*
|
||||
* TODO: Add conditions to allow specific platforms, when they're
|
||||
* supported at production quality.
|
||||
*/
|
||||
if (!IS_ENABLED(CONFIG_DRM_XE_DEBUG))
|
||||
return xe_sriov_vf_migration_disable(xe,
|
||||
"experimental feature not available on production builds");
|
||||
|
||||
if (!xe_device_has_memirq(xe))
|
||||
return xe_sriov_vf_migration_disable(xe, "requires memory-based IRQ support");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user