From: Balasubramani Vivekanandan Date: Tue, 30 Apr 2024 17:28:50 +0000 (-0700) Subject: drm/xe/bmg: Enable the display support X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ca5d5ecbb90df41b125876796e1bc85db9514da4;p=users%2Fjedix%2Flinux-maple.git drm/xe/bmg: Enable the display support Enable the display support for Battlemage Signed-off-by: Balasubramani Vivekanandan Reviewed-by: Shekhar Chauhan Signed-off-by: Radhakrishna Sripada Acked-by: Lucas De Marchi Link: https://patchwork.freedesktop.org/patch/msgid/20240430172850.1881525-20-radhakrishna.sripada@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index f326dbb1cecd..d6859108cc69 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -342,6 +342,7 @@ static const struct xe_device_desc lnl_desc = { static const struct xe_device_desc bmg_desc __maybe_unused = { DGFX_FEATURES, PLATFORM(XE_BATTLEMAGE), + .has_display = true, .require_force_probe = true, };