]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915/lvds: separate border enable readout from panel fitter
authorJani Nikula <jani.nikula@intel.com>
Fri, 29 Apr 2016 12:34:02 +0000 (15:34 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 2 May 2016 07:46:13 +0000 (10:46 +0300)
commita0cbe6a3f1c0e86342965430b4a775b5d35b416b
treeda53aaf301f61f48b1f801c641ffce3a9c0745fe
parentc14005a80fd2bcd71dea353bb4d4ef79ac08e47a
drm/i915/lvds: separate border enable readout from panel fitter

The LVDS border enable is independent from the panel fitter. Move the
readout of the "border bits" from i9xx_get_pfit_config() to
intel_lvds_get_config(), where it will be read if LVDS is enabled even
if the panel fitter is not.

This fixes the state checker warning:

[drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in
gmch_pfit.lvds_border_bits (expected 0x00008000, found 0x00000000)

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: drm-intel-fixes@lists.freedesktop.org
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=87632
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Tested-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1461933243-2140-1-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_lvds.c