xen: flag xen_drm_front to be not essential for system boot
authorJuergen Gross <jgross@suse.com>
Fri, 22 Oct 2021 06:47:57 +0000 (08:47 +0200)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Tue, 23 Nov 2021 19:41:55 +0000 (13:41 -0600)
Similar to the virtual frame buffer (vfb) the pv display driver is not
essential for booting the system. Set the respective flag.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/20211022064800.14978-3-jgross@suse.com
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
drivers/gpu/drm/xen/xen_drm_front.c

index 9f14d99..bc76053 100644 (file)
@@ -773,6 +773,7 @@ static struct xenbus_driver xen_driver = {
        .probe = xen_drv_probe,
        .remove = xen_drv_remove,
        .otherend_changed = displback_changed,
+       .not_essential = true,
 };
 
 static int __init xen_drv_init(void)