Hi Dave, Daniel, An assortment of display fixes for -rc6. Regards, Tvrtko drm-intel-fixes-2022-02-24: - Fix QGV handling on ADL-P+ (Ville Syrjälä) - Fix bw atomic check when switching between SAGV vs. no SAGV (Ville Syrjälä) - Disconnect PHYs left connected by BIOS on disabled ports (Imre Deak) - Fix SAVG to no SAGV transitions on TGL+ (Ville Syrjälä) - Print PHY name properly on calibration error (DG2) (Matt Roper) The following changes since commit cfb92440ee71adcc2105b0890bb01ac3cddb8507: Linux 5.17-rc5 (2022-02-20 13:07:20 -0800) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2022-02-24 for you to fetch changes up to 28adef861233c6fce47372ebd2070b55eaa8e899: drm/i915/dg2: Print PHY name properly on calibration error (2022-02-21 09:43:11 +0000) ---------------------------------------------------------------- - Fix QGV handling on ADL-P+ (Ville Syrjälä) - Fix bw atomic check when switching between SAGV vs. no SAGV (Ville Syrjälä) - Disconnect PHYs left connected by BIOS on disabled ports (Imre Deak) - Fix SAVG to no SAGV transitions on TGL+ (Ville Syrjälä) - Print PHY name properly on calibration error (DG2) (Matt Roper) ---------------------------------------------------------------- Imre Deak (1): drm/i915: Disconnect PHYs left connected by BIOS on disabled ports Matt Roper (1): drm/i915/dg2: Print PHY name properly on calibration error Ville Syrjälä (3): drm/i915: Widen the QGV point mask drm/i915: Correctly populate use_sagv_wm for all pipes drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGV drivers/gpu/drm/i915/display/intel_bw.c | 18 ++++++++++++++++-- drivers/gpu/drm/i915/display/intel_bw.h | 8 ++++---- drivers/gpu/drm/i915/display/intel_snps_phy.c | 2 +- drivers/gpu/drm/i915/display/intel_tc.c | 26 ++++++++++++++++++++------ drivers/gpu/drm/i915/intel_pm.c | 22 +++++++++++----------- 5 files changed, 52 insertions(+), 24 deletions(-)