Re: [Intel-gfx] [PATCH v2 1/3] drm/i915: Make intel_detect_preproduction_hw easier to extend

2017-01-30 Thread Chris Wilson
On Mon, Jan 30, 2017 at 03:11:07PM +0200, Jani Nikula wrote: > On Mon, 30 Jan 2017, Joonas Lahtinen wrote: > > On ma, 2017-01-30 at 10:44 +, Chris Wilson wrote: > >> As we add new generations, we should keep detecting new pre-production > >> system development

Re: [Intel-gfx] [PATCH v2 1/3] drm/i915: Make intel_detect_preproduction_hw easier to extend

2017-01-30 Thread Jani Nikula
On Mon, 30 Jan 2017, Joonas Lahtinen wrote: > On ma, 2017-01-30 at 10:44 +, Chris Wilson wrote: >> As we add new generations, we should keep detecting new pre-production >> system development platforms that were temporarily enabled to facilitate >> initial

Re: [Intel-gfx] [PATCH v2 1/3] drm/i915: Make intel_detect_preproduction_hw easier to extend

2017-01-30 Thread Joonas Lahtinen
On ma, 2017-01-30 at 10:44 +, Chris Wilson wrote: > As we add new generations, we should keep detecting new pre-production > system development platforms that were temporarily enabled to facilitate > initial development and now superseded by production systems. To make > it easier to add more

[Intel-gfx] [PATCH v2 1/3] drm/i915: Make intel_detect_preproduction_hw easier to extend

2017-01-30 Thread Chris Wilson
As we add new generations, we should keep detecting new pre-production system development platforms that were temporarily enabled to facilitate initial development and now superseded by production systems. To make it easier to add more platforms, split the if into a series of logical operations.