[Intel-xe] [PATCH 0/1] Return -EPROBE_DEFER from xe_display_driver_probe_defer()

Gustavo Sousa gustavo.sousa at intel.com
Wed Sep 6 20:00:48 UTC 2023


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



More information about the Intel-xe mailing list