On 17/10/14 15:43, Rob Clark wrote:
> On Fri, Oct 17, 2014 at 10:28 AM, Daniel Thompson
> wrote:
>> Currently forcing the video mode from the kernel command line (for example
>> video=HDMI-A-1:1280x720-16 at 60) does not correctly set the number of bits
>> per pixel. This is due to a rather aggres
Currently forcing the video mode from the kernel command line (for example
video=HDMI-A-1:1280x720-16 at 60) does not correctly set the number of bits
per pixel. This is due to a rather aggressive override in
msm_fbdev_create(). This is a particular problem for Android bring up
because the software
On Fri, Oct 17, 2014 at 10:28 AM, Daniel Thompson
wrote:
> Currently forcing the video mode from the kernel command line (for example
> video=HDMI-A-1:1280x720-16 at 60) does not correctly set the number of bits
> per pixel. This is due to a rather aggressive override in
> msm_fbdev_create(). This