drm/i915/bdw: BDW also has only 2 FDI lanes
So treat it like Haswell. Reviewed-by: Art Runyan <arthur.j.runyan@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
8f93f4f1e8
commit
bafb655367
@ -4244,7 +4244,7 @@ static bool ironlake_check_fdi_lanes(struct drm_device *dev, enum pipe pipe,
|
||||
return false;
|
||||
}
|
||||
|
||||
if (IS_HASWELL(dev)) {
|
||||
if (IS_HASWELL(dev) || IS_BROADWELL(dev)) {
|
||||
if (pipe_config->fdi_lanes > 2) {
|
||||
DRM_DEBUG_KMS("only 2 lanes on haswell, required: %i lanes\n",
|
||||
pipe_config->fdi_lanes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user