Change-Id: I2893ebbd616b79dfa6a1fcd1b98576097cbe4cb3
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
* this value would be used to check framebuffer size limitation
* at drm_mode_addfb().
*/
* this value would be used to check framebuffer size limitation
* at drm_mode_addfb().
*/
- dev->mode_config.max_width = 4096;
- dev->mode_config.max_height = 4096;
+ dev->mode_config.max_width = 8192;
+ dev->mode_config.max_height = 8192;
dev->mode_config.funcs = &rockchip_drm_mode_config_funcs;
}
dev->mode_config.funcs = &rockchip_drm_mode_config_funcs;
}