From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Start chunking up the dpll_hw_state momnster into per-platform pieces. Also restore PLL state check on gmch platforms, and flip on fastboot across the board. Ville Syrjälä (5): drm/i915: Fix PLL state check for gmch platforms drm/i915: Include the CRTC name in the ELD buffer mismatch drm/i915: Reuse ibx_dump_hw_state() for gmch platforms drm/i915: Add PLL .compare_hw_state() vfunc drm/i915: Enable fastboot across the board drivers/gpu/drm/i915/display/intel_display.c | 106 ++++++++---------- drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 103 +++++++++++++++-- drivers/gpu/drm/i915/display/intel_dpll_mgr.h | 3 + 3 files changed, 148 insertions(+), 64 deletions(-) -- 2.43.0