drm/i915: pipe_src_w must be even in LVDS dual channel, DVO ganged, and double wide...
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 4 Sep 2013 15:30:05 +0000 (18:30 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Sep 2013 08:03:04 +0000 (10:03 +0200)
commit1d1d0e277ee706413e2a3b3c671e3cf29c8d0dd2
tree236dc3ebc34be458b19d1bc7a23a8f6dc8ecb396
parentad3a44799510e778a6b4bf7999618634bdd6615d
drm/i915: pipe_src_w must be even in LVDS dual channel, DVO ganged, and double wide mode

Pipe horizontal source size must be even when either LVDS dual channel
mode, DVO ganged mode, or pipe double wide mode is used.

We must round it down since we can never increase the user specified
viewport size.

The actual error from an odd pipe source width looks like a diagonal
shift, like you might get from a bad stride.

v2: s/ganaged/ganged/

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
This page took 0.026562 seconds and 5 git commands to generate.