mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
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>
This commit is contained in:
parent
bf1a72ab5a
commit
79263e4b3f
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user