Re: [PATCH 3/3] OLPC: gxfb/lxfb: add DCON panel modes to framebuffer drivers
From: Arnd Bergmann <arnd@arndb.de>
Date: 2008-04-14 08:35:20
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2008-04-14 08:35:20
Also in:
lkml
On Monday 14 April 2008, Andres Salomon wrote:
Since there's no way to autodetect panel modes, we're forced to hardcode them in the driver and add a big fat #ifdef. The OLPC DCON needs a specific mode line (at 1200x900). This adds it to both gxfb and lxfb. Signed-off-by: Andres Salomon <redacted>
Since the XO is based on Open Firmware, shouldn't the panel size really be a property in the device tree that can be read by this driver? Arnd <><