Hi, On Sat, Jan 16, 2016 at 05:11:44PM +0200, Priit Laes wrote: > > +struct drm_fbdev_cma *sun4i_framebuffer_init(struct drm_device *drm) > > +{ > > + drm_mode_config_reset(drm); > > + > > + drm->mode_config.max_width = 8192; > > + drm->mode_config.max_height = 8192; > > Shouldn't these be 1920 x 1080 as per A10 User manual? 1080p is what the SoC can output. However, to create its output, it uses a combination of planes of 8192x8192, that you'll obviously have to crop. This is the size of the plane that we are exposing here, not what we can output (which is listed in the various connectors). Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com