Re: [Intel-gfx] [PATCH] drm/i915: Kill IRONLAKE_FDI_FREQ check

2013-09-03 Thread Daniel Vetter
On Tue, Sep 03, 2013 at 01:31:38PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > ironlake_fdi_compute_config() already checks that we have enough > FDI bandwidth. And it doesn't just use a hardcoded value but takes > into account factors such as the actual FDI frequency, s

[Intel-gfx] [PATCH] drm/i915: Kill IRONLAKE_FDI_FREQ check

2013-09-03 Thread ville . syrjala
From: Ville Syrjälä ironlake_fdi_compute_config() already checks that we have enough FDI bandwidth. And it doesn't just use a hardcoded value but takes into account factors such as the actual FDI frequency, shared FDI B/C lanes, etc. Suggested-by: Daniel Vetter Signed-off-by: Ville Syrjälä ---