Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/1] Return -EPROBE_DEFER from xe_display_driver_probe_defer()
@ 2023-09-06 20:00 Gustavo Sousa
  2023-09-06 20:00 ` [Intel-xe] [PATCH 1/1] fixup! drm/xe/display: Implement display support Gustavo Sousa
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Gustavo Sousa @ 2023-09-06 20:00 UTC (permalink / raw)
  To: intel-xe

The function xe_display_driver_probe_defer() is supposed to return
-EPROBE_DEFER when not yet ready to continue the probing, but the
current implementation is actually returning 1 instead of the proper
value, which would probably keep the probe operation to be attempted
again. Fix that by returning the expected value in case we need to defer
the probe.

Gustavo Sousa (1):
  fixup! drm/xe/display: Implement display support

 drivers/gpu/drm/xe/xe_display.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-09-07 20:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06 20:00 [Intel-xe] [PATCH 0/1] Return -EPROBE_DEFER from xe_display_driver_probe_defer() Gustavo Sousa
2023-09-06 20:00 ` [Intel-xe] [PATCH 1/1] fixup! drm/xe/display: Implement display support Gustavo Sousa
2023-09-06 20:49   ` Lucas De Marchi
2023-09-06 21:26     ` Gustavo Sousa
2023-09-06 20:56 ` [Intel-xe] ✓ CI.Patch_applied: success for Return -EPROBE_DEFER from xe_display_driver_probe_defer() Patchwork
2023-09-06 20:56 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-09-06 20:57 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-09-06 21:04 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-06 21:04 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-06 21:06 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-09-07 20:06 ` [Intel-xe] ✓ CI.Patch_applied: success for Return -EPROBE_DEFER from xe_display_driver_probe_defer() (rev2) Patchwork
2023-09-07 20:07 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-09-07 20:08 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-09-07 20:15 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-07 20:15 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-07 20:16 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-09-07 20:48 ` [Intel-xe] ✓ CI.BAT: " Patchwork

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