Re: [Intel-gfx] [PATCH] drm/i915/hwconfig: Future-proof platform checks

2022-05-25 Thread Lucas De Marchi
On Tue, May 24, 2022 at 04:59:06PM -0700, Matt Roper wrote: PVC also has a hwconfig table. Actually the current expectation is that all future platforms will have hwconfig, so let's just change the condition to an IP version check so that we don't need to keep updating this for each new platform

Re: [PATCH] drm/i915/hwconfig: Future-proof platform checks

2022-05-25 Thread John Harrison
On 5/24/2022 16:59, Matt Roper wrote: PVC also has a hwconfig table. Actually the current expectation is that all future platforms will have hwconfig, so let's just change the condition to an IP version check so that we don't need to keep updating this for each new platform that shows up. Cc: J

[PATCH] drm/i915/hwconfig: Future-proof platform checks

2022-05-24 Thread Matt Roper
PVC also has a hwconfig table. Actually the current expectation is that all future platforms will have hwconfig, so let's just change the condition to an IP version check so that we don't need to keep updating this for each new platform that shows up. Cc: John Harrison Cc: Radhakrishna Sripada