Re: [Intel-gfx] [PATCH v4 9/9] drm/i915: Replace several IS_METEORLAKE with proper IP version checks

2023-08-21 Thread Gustavo Sousa
Quoting Matt Roper (2023-08-14 17:06:42-03:00) >Many of the IS_METEORLAKE conditions throughout the driver are supposed >to be checks for Xe_LPG and/or Xe_LPM+ IP, not for the MTL platform >specifically. Update those checks to ensure that the code will still >operate properly if/when these IP vers

[Intel-gfx] [PATCH v4 9/9] drm/i915: Replace several IS_METEORLAKE with proper IP version checks

2023-08-14 Thread Matt Roper
Many of the IS_METEORLAKE conditions throughout the driver are supposed to be checks for Xe_LPG and/or Xe_LPM+ IP, not for the MTL platform specifically. Update those checks to ensure that the code will still operate properly if/when these IP versions show up on future platforms. v2: - Update tw