Re: [Intel-gfx] [PATCH 05/15] drm/i915/glk: Reuse broxton code for geminilake

2016-11-10 Thread Rodrigo Vivi
On Thu, Nov 10, 2016 at 05:23:10PM +0200, Ander Conselvan de Oliveira wrote: > Geminilake is mostly backwards compatible with broxton, so change most > of the IS_BROXTON() checks to IS_GEN9_LP(). Differences between the > platforms will be implemented in follow-up patches. > > v2: Don't reuse

[Intel-gfx] [PATCH 05/15] drm/i915/glk: Reuse broxton code for geminilake

2016-11-10 Thread Ander Conselvan de Oliveira
Geminilake is mostly backwards compatible with broxton, so change most of the IS_BROXTON() checks to IS_GEN9_LP(). Differences between the platforms will be implemented in follow-up patches. v2: Don't reuse broxton's path in intel_update_max_cdclk(). Don't set plane count as in broxton. v3: