Re: [Intel-gfx] [PATCH v3] drm/i915: replace platform flags with a platform enum

2016-12-07 Thread Jani Nikula
On Wed, 07 Dec 2016, Jani Nikula wrote: > On Wed, 07 Dec 2016, Joonas Lahtinen wrote: >> On to, 2016-12-01 at 14:49 +0200, Jani Nikula wrote: >>> The platform flags in device info are (mostly) mutually >>> exclusive. Replace the flags with an enum. Add the platform enum also >>> for platforms tha

Re: [Intel-gfx] [PATCH v3] drm/i915: replace platform flags with a platform enum

2016-12-07 Thread Jani Nikula
On Wed, 07 Dec 2016, Joonas Lahtinen wrote: > On to, 2016-12-01 at 14:49 +0200, Jani Nikula wrote: >> The platform flags in device info are (mostly) mutually >> exclusive. Replace the flags with an enum. Add the platform enum also >> for platforms that previously didn't have a flag, and give them

Re: [Intel-gfx] [PATCH v3] drm/i915: replace platform flags with a platform enum

2016-12-07 Thread Joonas Lahtinen
On to, 2016-12-01 at 14:49 +0200, Jani Nikula wrote: > The platform flags in device info are (mostly) mutually > exclusive. Replace the flags with an enum. Add the platform enum also > for platforms that previously didn't have a flag, and give them codename > logging in dmesg. > > Pineview remains

[Intel-gfx] [PATCH v3] drm/i915: replace platform flags with a platform enum

2016-12-01 Thread Jani Nikula
The platform flags in device info are (mostly) mutually exclusive. Replace the flags with an enum. Add the platform enum also for platforms that previously didn't have a flag, and give them codename logging in dmesg. Pineview remains an exception, the platform being G33 for that. v2: Sort enum by