]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Handle cdclk limits on broadwell.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 24 Nov 2015 10:29:03 +0000 (11:29 +0100)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 3 Dec 2015 15:10:11 +0000 (16:10 +0100)
commitfb96fa735a5cd53c29b828d9cf79f6ca96145d44
treee872e5dc8ce5bf70b669772ac4b5107cbfd89992
parent71ed62ab25e0d4bf12d8d6f0d5b54f9a768dcc91
drm/i915: Handle cdclk limits on broadwell.

As the comment indicates this can only fail gracefully when
called from compute_config. Fortunately this is now what's happening,
so the fixme can be removed and the DRM_ERROR downgraded.

Link: http://patchwork.freedesktop.org/patch/msgid/1448360945-5723-3-git-send-email-maarten.lankhorst@linux.intel.com
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c