All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 1/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter"
@ 2023-10-12  9:34 Arun R Murthy
  2023-10-12  9:34 ` [Intel-xe] [PATCH 2/2] drm/i915: Remove the module parameter 'fastboot' Arun R Murthy
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Arun R Murthy @ 2023-10-12  9:34 UTC (permalink / raw)
  To: intel-xe, jani.nikula, uma.shankar; +Cc: Arun R Murthy

The modparam fastboot is removed from i915.

This reverts commit 3c73fdaf8f58b55b0e292fec0929b6502c2b3a3e.
---
 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 4b73db93d23d..e876fa6db285 100644
--- a/drivers/gpu/drm/i915/display/intel_display.c
+++ b/drivers/gpu/drm/i915/display/intel_display.c
@@ -4988,7 +4988,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;
 
@@ -5002,9 +5001,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


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-10-13 21:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12  9:34 [Intel-xe] [PATCH 1/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter" Arun R Murthy
2023-10-12  9:34 ` [Intel-xe] [PATCH 2/2] drm/i915: Remove the module parameter 'fastboot' Arun R Murthy
2023-10-12  9:46 ` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter" Patchwork
2023-10-12  9:46 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-10-12  9:48 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-10-12  9:55 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-10-12  9:55 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-10-12  9:56 ` [Intel-xe] [PATCH 1/2] " Jani Nikula
2023-10-13 21:11   ` Rodrigo Vivi
2023-10-12  9:56 ` [Intel-xe] ✗ CI.checksparse: warning for series starting with [1/2] " Patchwork
2023-10-12 10:21 ` [Intel-xe] ✓ CI.BAT: success " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.