|
@@ -15,7 +15,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
|
|
|
--- a/drivers/gpu/drm/drm_fb_helper.c
|
|
|
+++ b/drivers/gpu/drm/drm_fb_helper.c
|
|
|
-@@ -1840,7 +1840,7 @@ __drm_fb_helper_initial_config_and_unloc
|
|
|
+@@ -1851,7 +1851,7 @@ __drm_fb_helper_initial_config_and_unloc
|
|
|
struct drm_device *dev = fb_helper->dev;
|
|
|
struct fb_info *info;
|
|
|
unsigned int width, height;
|
|
@@ -24,7 +24,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
|
|
|
width = dev->mode_config.max_width;
|
|
|
height = dev->mode_config.max_height;
|
|
|
-@@ -1868,6 +1868,15 @@ __drm_fb_helper_initial_config_and_unloc
|
|
|
+@@ -1879,6 +1879,15 @@ __drm_fb_helper_initial_config_and_unloc
|
|
|
* register the fbdev emulation instance in kernel_fb_helper_list. */
|
|
|
mutex_unlock(&fb_helper->lock);
|
|
|
|