aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorBalasubramani Vivekanandan <[email protected]>2024-04-30 10:28:50 -0700
committerRadhakrishna Sripada <[email protected]>2024-05-03 13:15:54 -0700
commitca5d5ecbb90df41b125876796e1bc85db9514da4 (patch)
tree149bf11aa4ad9eb63c624e7ec01b682b4b214b0b /drivers/gpu
parent4071ada7ae313da2e6bb2c1ebc097bd12f9da761 (diff)
drm/xe/bmg: Enable the display support
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]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/xe/xe_pci.c1
1 files changed, 1 insertions, 0 deletions
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,
};