Re: mx6 hdmi resolution behaviour

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jun 23, 2015 at 5:58 PM, Russell King - ARM Linux
<linux@xxxxxxxxxxxxxxxx> wrote:

>> That's the point that makes me confused: shouldn't it report a higher
>> resolution like 1080p?
>
> No - it won't go higher than the initial mode that was set.  See
> drm_fb_helper_hotplug_event():
>
>         max_width = fb_helper->fb->width;
>         max_height = fb_helper->fb->height;
>
>         drm_fb_helper_probe_connector_modes(fb_helper, max_width, max_height);
>
> This calls connector->funcs->fill_modes with the max width/height,
> which calls down into drm_helper_probe_single_connector_modes_merge_bits()
> and there's limitations in there which means that we won't try to
> increase the size of the framebuffer.

Got it, thanks for the clarification, Russell.
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux