[Intel-xe] [PATCH] fixup! drm/xe: Select graphics/media descriptors from GMD_ID

Balasubramani Vivekanandan balasubramani.vivekanandan at intel.com
Wed Apr 19 08:21:13 UTC 2023


Fixed a typo in the error print.

Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
---
 drivers/gpu/drm/xe/xe_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index c92faffc838c..19ead642442e 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -474,7 +474,7 @@ static void handle_gmdid(struct xe_device *xe,
 		}
 
 		if (!xe->info.media_verx100) {
-			drm_err(&xe->drm, "Hardware reports unknown graphics version %u.%02u\n",
+			drm_err(&xe->drm, "Hardware reports unknown media version %u.%02u\n",
 				ver / 100, ver % 100);
 		}
 	}
-- 
2.34.1



More information about the Intel-xe mailing list