Skip to content

Commit 9c57bc0

Browse files
author
Lucas De Marchi
committed
drm/xe/lnl: Drop force_probe requirement
Lunar Lake has been usable for a while in a desktop setup. Bugs are sporadically showing up in CI, but being promptly fixed. Nothing very concerning. All the uapi changes related to fundamental platform usage have been finalized. Remove the force_probe requirement and enable the platform by default. Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Cc: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240822224615.793540-1-lucas.demarchi@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
1 parent 65112db commit 9c57bc0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/xe/xe_pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ static const struct xe_device_desc mtl_desc = {
338338
static const struct xe_device_desc lnl_desc = {
339339
PLATFORM(LUNARLAKE),
340340
.has_display = true,
341-
.require_force_probe = true,
342341
};
343342

344343
static const struct xe_device_desc bmg_desc = {

0 commit comments

Comments
 (0)