On Tue, 08 Sep 2020, Ville Syrjala <[email protected]> wrote: > From: Ville Syrjälä <[email protected]> > > We don't save/restore PCH_PORT_HOTPLUG so no point in reseving > space for the value. > > Signed-off-by: Ville Syrjälä <[email protected]>
Reviewed-by: Jani Nikula <[email protected]> > --- > drivers/gpu/drm/i915/i915_drv.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h > index a455752221cc..2e4438e8e3eb 100644 > --- a/drivers/gpu/drm/i915/i915_drv.h > +++ b/drivers/gpu/drm/i915/i915_drv.h > @@ -543,7 +543,6 @@ struct i915_suspend_saved_registers { > u32 saveSWF0[16]; > u32 saveSWF1[16]; > u32 saveSWF3[3]; > - u32 savePCH_PORT_HOTPLUG; > u16 saveGCDGMBUS; > }; -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
