[Intel-xe] [PATCH 2/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter"
Arun R Murthy
arun.r.murthy at intel.com
Sun Sep 24 14:47:51 UTC 2023
Fastboot module parameter has been added to xe driver.
This reverts commit e1d816044a2feb4aab2592c840e999bd9a13f0a8.
---
drivers/gpu/drm/i915/display/intel_display.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c
index b2e16cb8d026..46a166b9ae43 100644
--- a/drivers/gpu/drm/i915/display/intel_display.c
+++ b/drivers/gpu/drm/i915/display/intel_display.c
@@ -4986,7 +4986,6 @@ pipe_config_mismatch(bool fastset, const struct intel_crtc *crtc,
static bool fastboot_enabled(struct drm_i915_private *dev_priv)
{
-#ifdef I915
if (dev_priv->params.fastboot != -1)
return dev_priv->params.fastboot;
@@ -5000,9 +4999,6 @@ static bool fastboot_enabled(struct drm_i915_private *dev_priv)
/* Disabled by default on all others */
return false;
-#else
- return true;
-#endif
}
bool
--
2.25.1
More information about the Intel-xe
mailing list