drm/i915: disable sdvo pixel multiplier cross-check for HAS_PCH_SPLIT
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Jun 2013 09:47:24 +0000 (11:47 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Jun 2013 14:50:45 +0000 (16:50 +0200)
commitfdafa9e276235225ce087695984cf1e52dd0c159
tree05eed23e436834bb3d4f670cc41f9c20085fc1cd
parentb8c3af766b7f9350c581bb44e6ffaaabc8c1c198
drm/i915: disable sdvo pixel multiplier cross-check for HAS_PCH_SPLIT

We don't (yet) have proper pixel multiplier readout support on pch
split platforms, so the cross check will naturally fail.

v2: Fix spelling in the comment, spotted by Ville.

v3: Since the ordering constraint is pretty tricky between the crtc
get_pipe_config callback and the encoder->get_config callback add a
few comments about it. Prompted by a discussion with Chris Wilson on
irc about why this does work anywhere else than on i915g/gm.

Reported-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_sdvo.c
This page took 0.024937 seconds and 5 git commands to generate.