Re: [Intel-gfx] [PATCH 2/4] drm/i915: Handle cdclk limits on broadwell.

2015-11-24 Thread Chris Wilson
On Tue, Nov 24, 2015 at 11:29:03AM +0100, Maarten Lankhorst wrote: > 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. > > Signed-off-by: Maarten Lankhorst

[Intel-gfx] [PATCH 2/4] drm/i915: Handle cdclk limits on broadwell.

2015-11-24 Thread Maarten Lankhorst
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. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_display.c | 10 +++--- 1 file changed, 3