[PATCH v2] drm/i915: Unbreak check_digital_port_conflicts()

2015-12-10 Thread ville . syrjala
From: Ville Syrjälä Atomic changes broke check_digital_port_conflicts(). It needs to look at the global situation instead of just trying to find a conflict within the current atomic state. This bug made my HSW explode spectacularly after I had split the DDI encoders into separate DP and HDMI enc

Re: [PATCH v2] drm/i915: Unbreak check_digital_port_conflicts()

2015-12-22 Thread Jani Nikula
On Thu, 10 Dec 2015, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Atomic changes broke check_digital_port_conflicts(). It needs to look > at the global situation instead of just trying to find a conflict > within the current atomic state. > > This bug made my HSW explode spectacu