mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
13 lines
367 B
Diff
13 lines
367 B
Diff
|
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
|
||
|
index 98a0363..b00c6b7 100644
|
||
|
--- a/drivers/gpu/drm/drm_fb_helper.c
|
||
|
+++ b/drivers/gpu/drm/drm_fb_helper.c
|
||
|
@@ -1505,6 +1505,7 @@ static void drm_setup_crtcs(struct drm_fb_helper *fb_helper)
|
||
|
modeset->mode = NULL;
|
||
|
}
|
||
|
}
|
||
|
+ update_genode_report();
|
||
|
out:
|
||
|
kfree(crtcs);
|
||
|
kfree(modes);
|