Re: [Intel-gfx] [PATCH] drm/i915: Print a debug message when exceeding dotclock limit on pre-gen4

2015-11-09 Thread Ville Syrjälä
On Wed, Nov 04, 2015 at 05:41:16PM +0200, Ander Conselvan De Oliveira wrote: > Reviewed-by: Ander Conselvan de Oliveira Pushed to dinq. Thanks for the review. > On Fri, 2015-10-30 at 23:39 +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Currently there's no trace in

Re: [Intel-gfx] [PATCH] drm/i915: Print a debug message when exceeding dotclock limit on pre-gen4

2015-11-04 Thread Ander Conselvan De Oliveira
Reviewed-by: Ander Conselvan de Oliveira On Fri, 2015-10-30 at 23:39 +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Currently there's no trace in dmesg when the gen2/3 dotclock checks > reject the modeset. Add some to avoid further head scratching. > > While at it refact

[Intel-gfx] [PATCH] drm/i915: Print a debug message when exceeding dotclock limit on pre-gen4

2015-10-30 Thread ville . syrjala
From: Ville Syrjälä Currently there's no trace in dmesg when the gen2/3 dotclock checks reject the modeset. Add some to avoid further head scratching. While at it refactor the code a bit to look nicer. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 26