]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Update xe2_graphics name string
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 25 Nov 2024 19:48:39 +0000 (11:48 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 25 Nov 2024 22:14:42 +0000 (14:14 -0800)
commit4fe70f664a105391321c85b2af241001e8118d24
tree467801363b10a6c7db5a65a97e197af21bf93a96
parenta9f7b97ddae36d664d627b152d5c5a07b32ba816
drm/xe: Update xe2_graphics name string

Since both Xe2 and Xe3 platforms currently use the same set of graphics
IP feature flags, we associate the "graphics_xe2" structure with both IPs.
Update the name string on that IP structure to clarify this and avoid
confusion as Xe3 platforms start going into public CI.

Fixes: 800d75bf20ae ("drm/xe/xe3: Define Xe3 feature flags")
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241125194838.1190599-2-matthew.d.roper@intel.com
drivers/gpu/drm/xe/xe_pci.c