Re: [Intel-gfx] [PATCH] drm/i915: do not set redundant DP dpms mode

2012-10-23 Thread Daniel Vetter
On Tue, Oct 23, 2012 at 01:18:46PM -0700, Simon Que wrote: > Add a check to intel_dp_dpms() to skip setting the DP's DPMS mode if > the current mode is the same as the new one. > > Signed-off-by: Simon Que The modeset rework, merged into 3.7 solves this entire disaster rather neatly ... We won't

[Intel-gfx] [PATCH] drm/i915: do not set redundant DP dpms mode

2012-10-23 Thread Simon Que
Add a check to intel_dp_dpms() to skip setting the DP's DPMS mode if the current mode is the same as the new one. Signed-off-by: Simon Que --- drivers/gpu/drm/i915/intel_dp.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gp