Skip to content

Commit ece4502

Browse files
mattropeThomas Hellström
authored andcommitted
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: 800d75b ("drm/xe/xe3: Define Xe3 feature flags") Signed-off-by: Matt Roper <[email protected]> Reviewed-by: Vinay Belgaumkar <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit 4fe70f6) Signed-off-by: Thomas Hellström <[email protected]>
1 parent ed31ba0 commit ece4502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ static const struct xe_graphics_desc graphics_xelpg = {
174174
GENMASK(XE_HW_ENGINE_CCS3, XE_HW_ENGINE_CCS0)
175175

176176
static const struct xe_graphics_desc graphics_xe2 = {
177-
.name = "Xe2_LPG / Xe2_HPG",
177+
.name = "Xe2_LPG / Xe2_HPG / Xe3_LPG",
178178

179179
XE2_GFX_FEATURES,
180180
};

0 commit comments

Comments
 (0)