drm/i915: Stop inheriting IP_VER(12, 50)
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 20 Mar 2024 06:03:00 +0000 (23:03 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 22 Mar 2024 21:14:47 +0000 (14:14 -0700)
commitb183bdf2e27c0a4b4fbfd55f9d986a134b306280
tree656a4f1c087ea22c747c421cf8adc76c31c31b02
parentecab2a6ee2b06af63c92049050c1fcf1d62033c6
drm/i915: Stop inheriting IP_VER(12, 50)

All the platforms that inherit the media/graphics version
from XE_HPM_FEATURES / XE_HP_FEATURES just override it to another
version. Just set the version directly in the respective struct
and remove the versions from the _FEATURES macros. Since that was the
only use for XE_HPM_FEATURES, remove it completely.

Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Acked-by: Tvrtko Ursulin <tursulin@ursulin.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20240320060543.4034215-4-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/i915/i915_pci.c