From: Balasubramani Vivekanandan Date: Tue, 12 Mar 2024 16:36:39 +0000 (-0300) Subject: drm/xe/lnl: Enable display support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=79263e4b3f0ed5928a1622300d32ed35f7d8fc24;p=linux.git drm/xe/lnl: Enable display support Enable display support for Lunar Lake. Signed-off-by: Balasubramani Vivekanandan Reviewed-by: Lucas De Marchi Signed-off-by: Gustavo Sousa Reviewed-by: Matt Roper Link: https://patchwork.freedesktop.org/patch/msgid/20240312163639.172321-9-gustavo.sousa@intel.com Signed-off-by: Lucas De Marchi --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 557f2d88a8c1e..75a8817b2631a 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -333,6 +333,7 @@ static const struct xe_device_desc mtl_desc = { static const struct xe_device_desc lnl_desc = { PLATFORM(XE_LUNARLAKE), + .has_display = true, .require_force_probe = true, };