Skip to content

Commit 9c57bc0

Browse files
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 <[email protected]> Cc: Rodrigo Vivi <[email protected]> Cc: Jani Nikula <[email protected]> Reviewed-by: Thomas Hellström <[email protected]> Reviewed-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Lucas De Marchi <[email protected]>
1 parent 65112db commit 9c57bc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)