Skip to content

Commit

Permalink
drm/xe/lnl: Drop force_probe requirement
Browse files Browse the repository at this point in the history
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]>
(cherry picked from commit 9c57bc0)
Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
lucasdemarchi authored and ujfalusi committed Sep 3, 2024
1 parent ade5df5 commit 2a61ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/xe/xe_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ static const struct xe_device_desc mtl_desc = {
static const struct xe_device_desc lnl_desc = {
PLATFORM(LUNARLAKE),
.has_display = true,
.require_force_probe = true,
};

static const struct xe_device_desc bmg_desc = {
Expand Down

0 comments on commit 2a61ae4

Please sign in to comment.