fbset: respect rgba configuration lines in fb.modes
authorLinus Walleij <triad@df.lth.se>
Sun, 1 Jul 2012 20:34:42 +0000 (22:34 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 7 Jul 2012 17:58:15 +0000 (19:58 +0200)
commitb5c7220e7b2b6611fe5beca494c67bfe51fcfafb
treece818cd017121a94e49fcabecfdcdd169279f4db
parent5345b8db8b30326d9ab0db9ac11fde9e7b9d3686
fbset: respect rgba configuration lines in fb.modes

The fbset utility would not respect "rgba" config entries in
the fb.modes file such as this (for the ARM Integrator/CP):

mode "640x480-60-clcd"
    # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
    geometry 640 480 640 480 16
    timings 39722 48 16 33 10 96 2
    rgba 5/10,5/5,5/0,1/15
endmode

This is important especially for this ARGB5551 device which
is hopeless to configure otherwise. I noticed this lacking
feature after the TI "fbtest" program managed to set up the
the colormode correctly.

Signed-off-by: Linus Walleij <triad@df.lth.se>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fbset.c