Re: [Intel-gfx] [PATCH 1/3] drm/i915: Expand is_lp backwards to gen8_lp and gen7_lp.

2016-12-19 Thread Daniel Vetter
On Sun, Dec 18, 2016 at 01:36:26PM -0800, Rodrigo Vivi wrote: > Valleyview/Baytrail (gen7_lp) and Cherryview/Braswell (gen8_lp) > are both Atom platforms like Broxton/Apollolake and Geminilake. > > So let's expand this is_lp back to these platforms and > create the IS_LP(dev_priv) so we can start

[Intel-gfx] [PATCH 1/3] drm/i915: Expand is_lp backwards to gen8_lp and gen7_lp.

2016-12-18 Thread Rodrigo Vivi
Valleyview/Baytrail (gen7_lp) and Cherryview/Braswell (gen8_lp) are both Atom platforms like Broxton/Apollolake and Geminilake. So let's expand this is_lp back to these platforms and create the IS_LP(dev_priv) so we can start simplifying a bit our if/else for platform lists. Signed-off-by: Rodrig