dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/video/omap2/omapfb
Ville Syrjälä 078ff546a8 OMAP: DSS2: OMAPFB: Add support for switching memory regions
Separate the memory region from the framebuffer device a little bit.
It's now possible to select the memory region used by the framebuffer
device using the new mem_idx parameter of omapfb_plane_info. If the
mem_idx is specified it will be interpreted as an index into the
memory regions array, if it's not specified the framebuffer's index is
used instead. So by default each framebuffer keeps using it's own
memory region which preserves backwards compatibility.

This allows cloning the same memory region to several overlays and yet
each overlay can be controlled independently since they can be
associated with separate framebuffer devices.

Signed-off-by: Ville Syrjälä <ville.syrjala@nokia.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
2010-08-03 15:18:46 +03:00
..
Kconfig OMAP: DSS2: OMAPFB: Remove FB_OMAP2_FORCE_AUTO_UPDATE 2010-02-24 14:31:28 +02:00
Makefile OMAP: DSS2: omapfb driver 2009-12-09 12:12:44 +02:00
omapfb-ioctl.c OMAP: DSS2: OMAPFB: Add support for switching memory regions 2010-08-03 15:18:46 +03:00
omapfb-main.c OMAP: DSS2: OMAPFB: Add support for switching memory regions 2010-08-03 15:18:46 +03:00
omapfb-sysfs.c OMAP: DSS2: OMAPFB: Add support for switching memory regions 2010-08-03 15:18:46 +03:00
omapfb.h OMAP: DSS2: OMAPFB: Add support for switching memory regions 2010-08-03 15:18:46 +03:00