Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/i915/dvo: set crtc timings again for panel fixed modes

Yet another regression due to

commit 135c81b8c3c9a70d7b55758c9c2a247a4abb7b64
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date: Sun Jul 21 21:37:09 2013 +0200

drm/i915: clean up crtc timings computation

I'm starting to wonder whether this was worth it ...

v2: Actually make it compile.

Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

+2
+2
drivers/gpu/drm/i915/intel_dvo.c
··· 263 263 C(vtotal); 264 264 C(clock); 265 265 #undef C 266 + 267 + drm_mode_set_crtcinfo(adjusted_mode, 0); 266 268 } 267 269 268 270 if (intel_dvo->dev.dev_ops->mode_fixup)