Re: [Intel-gfx] [PATCH 1/6] drm/i915: Store first production revid into device info

2018-06-08 Thread Chris Wilson
Quoting Mika Kuoppala (2018-06-08 09:39:06) > Store first known production revid into the device info. > > This enables us to easily see if we are running on > a preproduction hardware. > > Uninitialized (zero) product revision id means that > there are no known preliminary hardware for this

[Intel-gfx] [PATCH 1/6] drm/i915: Store first production revid into device info

2018-06-08 Thread Mika Kuoppala
Store first known production revid into the device info. This enables us to easily see if we are running on a preproduction hardware. Uninitialized (zero) product revision id means that there are no known preliminary hardware for this platform, or that the platform is of gen that we don't care.

[Intel-gfx] [PATCH 1/6] drm/i915: Store first production revid into device info

2018-06-07 Thread Mika Kuoppala
Store first known production revid into the device info. By doing this we then can do preliminary hardware checks in code and also prepare to complain automatically on outdated workarounds etc. Uninitialized (zero) product revision id means that there are no known preliminary hardware for this