Skip to content

Commit

Permalink
[NOT FOR UPSTREAM] drm/xe/lnl: Drop force_probe requirement
Browse files Browse the repository at this point in the history
The driver is ready for testing with SOF for display audio use-cases,
so force_probe requirement can be dropped.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i authored and bardliao committed Aug 19, 2024
1 parent eb32a45 commit 4d57cda
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 4d57cda

Please sign in to comment.