On Tue, Apr 30, 2024 at 10:28:50AM GMT, Radhakrishna Sripada wrote:
From: Balasubramani Vivekanandan <[email protected]>
Enable the display support for Battlemage
Signed-off-by: Balasubramani Vivekanandan <[email protected]>
Reviewed-by: Shekhar Chauhan <[email protected]>
Signed-off-by: Radhakrishna Sripada <[email protected]>
Acked-by: Lucas De Marchi <[email protected]>
to merge this through drm-intel-next once we confirm it's passing CI
(and tested on BMG).
Lucas De Marchi
---
drivers/gpu/drm/xe/xe_pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index a0cf5dd803c2..b01b1d30976a 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,
};
--
2.34.1