diff options
author | Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> | 2024-03-12 13:36:39 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2024-03-13 05:46:46 -0700 |
commit | 79263e4b3f0ed5928a1622300d32ed35f7d8fc24 (patch) | |
tree | b99bf1d652037e62ce58b50bb9b2d9c484e1448d /drivers/gpu/drm/xe/xe_pci.c | |
parent | bf1a72ab5a446e383682e34347237ee5317c2185 (diff) | |
download | lwn-79263e4b3f0ed5928a1622300d32ed35f7d8fc24.tar.gz lwn-79263e4b3f0ed5928a1622300d32ed35f7d8fc24.zip |
drm/xe/lnl: Enable display support
Enable display support for Lunar Lake.
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240312163639.172321-9-gustavo.sousa@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_pci.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_pci.c | 1 |
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 557f2d88a8c1..75a8817b2631 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, }; |