Re: [PATCH 2/2] OMAP: DSS2: OMAPFB: implement OMAPFB_GET_DISPLAY_INFO

2010-02-05 Thread Tomi Valkeinen
On Fri, 2010-02-05 at 00:05 +0100, ext Ville Syrjälä wrote: > On Thu, Feb 04, 2010 at 05:31:26PM +0200, Tomi Valkeinen wrote: > > Previously the only place to get the size of the display was from the > > DSS's sysfs interface, making, for example, configuring overlays and doing > > updates on manua

Re: [PATCH 2/2] OMAP: DSS2: OMAPFB: implement OMAPFB_GET_DISPLAY_INFO

2010-02-04 Thread Ville Syrjälä
On Thu, Feb 04, 2010 at 05:31:26PM +0200, Tomi Valkeinen wrote: > Previously the only place to get the size of the display was from the > DSS's sysfs interface, making, for example, configuring overlays and doing > updates on manual displays more difficult. > > Signed-off-by: Tomi Valkeinen > ---

[PATCH 2/2] OMAP: DSS2: OMAPFB: implement OMAPFB_GET_DISPLAY_INFO

2010-02-04 Thread Tomi Valkeinen
Previously the only place to get the size of the display was from the DSS's sysfs interface, making, for example, configuring overlays and doing updates on manual displays more difficult. Signed-off-by: Tomi Valkeinen --- drivers/video/omap2/omapfb/omapfb-ioctl.c | 18 ++ inclu