|
@@ -357,8 +357,8 @@ static int imx_drm_bind(struct device *dev)
|
|
|
* this value would be used to check framebuffer size limitation
|
|
|
* at drm_mode_addfb().
|
|
|
*/
|
|
|
- drm->mode_config.min_width = 64;
|
|
|
- drm->mode_config.min_height = 64;
|
|
|
+ drm->mode_config.min_width = 1;
|
|
|
+ drm->mode_config.min_height = 1;
|
|
|
drm->mode_config.max_width = 4096;
|
|
|
drm->mode_config.max_height = 4096;
|
|
|
drm->mode_config.funcs = &imx_drm_mode_config_funcs;
|