]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Only complain about n_edp_entries with eDP ports
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 12 Jan 2016 15:28:16 +0000 (17:28 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 12 Jan 2016 16:53:12 +0000 (18:53 +0200)
commit6f4cac258944cdd8505817901b587731d07ce52e
tree308925301ef54f961069f38e1cdb7a3574f381f0
parent3d8e31c13cd6679e6e78d8e80a6422f2e03afda7
drm/i915: Only complain about n_edp_entries with eDP ports

commit a8644f92a596 ("drm/i915: Reject >9 ddi translation entried if port != A/E on SKL")
added sanity checks to make sure we don't end up with too many ddi translation
values for eDP ports, but it actually failed to check if the port is eDP.
We still look up the edp translations for non-eDP ports, but don't use
them, so we shouldn't be complaining about them either.

Fixes: a8644f92a596 ("drm/i915: Reject >9 ddi translation entried if port != A/E on SKL")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1452612496-9201-1-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ddi.c