[Intel-gfx] [PATCH v4 4/9] drm/i915: Eliminate IS_MTL_GRAPHICS_STEP
Andi Shyti
andi.shyti at linux.intel.com
Mon Aug 21 14:24:38 UTC 2023
Hi Matt,
On Mon, Aug 14, 2023 at 01:06:37PM -0700, Matt Roper wrote:
> Several workarounds are guarded by IS_MTL_GRAPHICS_STEP. However none
> of these workarounds are actually tied to MTL as a platform; they only
> relate to the Xe_LPG graphics IP, regardless of what platform it appears
> in. At the moment MTL is the only platform that uses Xe_LPG with IP
> versions 12.70 and 12.71, but we can't count on this being true in the
> future. Switch these to use a new IS_GFX_GT_IP_STEP() macro instead
> that is purely based on IP version. IS_GFX_GT_IP_STEP() is also
> GT-based rather than device-based, which will help prevent mistakes
> where we accidentally try to apply Xe_LPG graphics workarounds to the
> Xe_LPM+ media GT and vice-versa.
>
> v2:
> - Switch to a more generic and shorter IS_GT_IP_STEP macro that can be
> used for both graphics and media IP (and any other kind of GTs that
> show up in the future).
> v3:
> - Switch back to long-form IS_GFX_GT_IP_STEP macro. (Jani)
> - Move macro to intel_gt.h. (Andi)
> v4:
> - Build IS_GFX_GT_IP_STEP on top of IS_GFX_GT_IP_RANGE and
> IS_GRAPHICS_STEP building blocks and name the parameters from/until
> rather than begin/fixed. (Jani)
> - Fix usage examples in comment.
>
> Cc: Gustavo Sousa <gustavo.sousa at intel.com>
> Cc: Tvrtko Ursulin <tvrtko.ursulin at linux.intel.com>
> Cc: Andi Shyti <andi.shyti at linux.intel.com>
> Cc: Jani Nikula <jani.nikula at linux.intel.com>
> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
Reviewed-by: Andi Shyti <andi.shyti at linux.intel.com>
Andi
More information about the Intel-gfx
mailing list