[Intel-xe] [PATCH 1/2] Revert "FIXME: drm/i915: xe doesn't have fastboot module parameter"
Rodrigo Vivi
rodrigo.vivi at intel.com
Fri Oct 13 21:11:29 UTC 2023
On Thu, Oct 12, 2023 at 12:56:45PM +0300, Jani Nikula wrote:
> On Thu, 12 Oct 2023, Arun R Murthy <arun.r.murthy at intel.com> wrote:
> > The modparam fastboot is removed from i915.
> >
> > This reverts commit 3c73fdaf8f58b55b0e292fec0929b6502c2b3a3e.
>
> Acked-by: Jani Nikula <jani.nikula at intel.com>
>
> on both
pushed, thank you both
>
> > ---
> > 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
>
> --
> Jani Nikula, Intel
More information about the Intel-xe
mailing list