Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/lnl: Drop force_probe requirement
@ 2024-08-22 22:46 Lucas De Marchi
  2024-08-22 22:51 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Lucas De Marchi @ 2024-08-22 22:46 UTC (permalink / raw)
  To: intel-xe
  Cc: Lucas De Marchi, Thomas Hellström, Rodrigo Vivi, Jani Nikula

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>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---

Last concerning bug[1] should now be fixed since [2] is merged. Mesa CI
was hitting it frequently, which was badly impacting their execution.

[1] https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1705
[2] https://lore.kernel.org/intel-xe/20240821193842.352557-1-rodrigo.vivi@intel.com/T/#t

We should probably wait a few more days for this forward-looking patch
before merging it though.

 drivers/gpu/drm/xe/xe_pci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 0c2342988650..fa57996f9c37 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -342,7 +342,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 = {
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-08-27 16:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 22:46 [PATCH] drm/xe/lnl: Drop force_probe requirement Lucas De Marchi
2024-08-22 22:51 ` ✓ CI.Patch_applied: success for " Patchwork
2024-08-22 22:52 ` ✓ CI.checkpatch: " Patchwork
2024-08-22 22:53 ` ✓ CI.KUnit: " Patchwork
2024-08-22 23:05 ` ✓ CI.Build: " Patchwork
2024-08-22 23:07 ` ✓ CI.Hooks: " Patchwork
2024-08-22 23:08 ` ✓ CI.checksparse: " Patchwork
2024-08-22 23:28 ` ✓ CI.BAT: " Patchwork
2024-08-23  6:06 ` ✗ CI.FULL: failure " Patchwork
2024-08-23 14:30 ` [PATCH] " Rodrigo Vivi
2024-08-23 15:21   ` Thomas Hellström
2024-08-27  6:26 ` Lucas De Marchi
2024-08-27  7:49   ` Jani Nikula
2024-08-27 16:24     ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox