<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">What about a system with multiple GPUs?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hybrid graphics?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Headless systems?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Regards</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">//Ernst<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Den tors 22 dec. 2022 kl 19:30 skrev Mario Limonciello <<a href="mailto:mario.limonciello@amd.com">mario.limonciello@amd.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If the probe sequence fails then the user is stuck with a frozen<br>
screen and can only really recover via SSH or by rebooting and<br>
applying nomodeset to the kernel command line.<br>
<br>
This is particularly problematic as newer GPUs are introduced because<br>
distributions may take some time to land newer GPU firmware.<br>
<br>
So when probe fails, re-create the system framebuffer so that the<br>
user at least has basic graphics support.<br>
<br>
Signed-off-by: Mario Limonciello <<a href="mailto:mario.limonciello@amd.com" target="_blank">mario.limonciello@amd.com</a>><br>
---<br>
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 ++<br>
 1 file changed, 2 insertions(+)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c<br>
index bf2d50c8c92a..8961c62ab29b 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c<br>
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c<br>
@@ -40,6 +40,7 @@<br>
 #include <linux/cc_platform.h><br>
 #include <linux/fb.h><br>
 #include <linux/dynamic_debug.h><br>
+#include <linux/sysfb.h><br>
<br>
 #include "amdgpu.h"<br>
 #include "amdgpu_irq.h"<br>
@@ -2187,6 +2188,7 @@ static int amdgpu_pci_probe(struct pci_dev *pdev,<br>
<br>
 err_pci:<br>
        pci_disable_device(pdev);<br>
+       sysfb_enable();<br>
        return ret;<br>
 }<br>
<br>
-- <br>
2.34.1<br>
<br>
</blockquote></div>