[PATCH 3.17] drm/msm: Fix fbdev for 16- and 24-bit modes.

2014-10-17 Thread Daniel Thompson
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

[PATCH 3.17] drm/msm: Fix fbdev for 16- and 24-bit modes.

2014-10-17 Thread Daniel Thompson
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

[PATCH 3.17] drm/msm: Fix fbdev for 16- and 24-bit modes.

2014-10-17 Thread Rob Clark
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