Home
last modified time | relevance | path

Searched hist:f413070e3f0bccb40ca939b90699347daf815607 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/
H A DKconfigf413070e3f0bccb40ca939b90699347daf815607 Tue Mar 13 08:13:57 CDT 2012 Anatolij Gustschin <agust@denx.de> fbdev: da8xx: add support for SP10Q010 display

Add timing data for Hitachi SP10Q010 display and allow configuration
of the 4bpp palette. For 4bpp framebuffer enable reversed order of
pixels in a byte. This requires defining FB_CFB_REV_PIXELS_IN_BYTE
and additionally setting var.nonstd to the value FB_NONSTD_REV_PIX_IN_B.
Note that it is not enough to set da8xx_fb_var.nonstd to this value
statically, since FBIOPUT_VSCREENINFO ioctl might pass var struct with
.nonstd field set to zero or another value. Therefore this setting must
be adjusted in fb_check_var() according to the requested bpp value.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Manjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>