aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tiler/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* OMAP: TILER: Kconfig: Disable tiler ioctl interfaceShivananda Hebbar2014-10-011-16/+16
| | | | | | | | | | | | | TILER provided an interface to userspace through a character driver /dev/tiler, and through a MemMgr API in the userspace. This TILER ioctl interface is currently deprecated. The kernel config options have been changed accordingly to avoid any misuse. Change-Id: Ia69f4f6161e6f4d5fb45ef12aaac5976e0bdd53d Signed-off-by: Shivananda Hebbar <x0hebbar@ti.com> Signed-off-by: Andy Gross <andy.gross@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>
* TILER: Simplify alignment and offset usage in driverAndy Gross2011-06-171-15/+0
| | | | | | | | Slim down APIs by removing alignment and offset. Simplified calculations based off of align/offset. Change-Id: I7d7bdb89668a7f553bbbd836f5dc45f6beceab25 Signed-off-by: Andy Gross <andy.gross@ti.com>
* TILER: Make userspace API support a configurable optionAndy Gross2011-06-171-0/+8
| | | | | | | | | Added kernel configuration option for enabling userspace ioctl interfaces. If set, ioctl support will be enabled in the driver. Change-Id: I92ff1bdc2e2b92c9e6d0052967547c23b563377f Signed-off-by: Andy Gross <andy.gross@ti.com>
* TILER: Make tiler nv12 support a configuration optionAndy Gross2011-06-171-0/+10
| | | | | | | | | The tiler driver now allows for configuring the nv12 support as a kernel configuration option. If enabled, nv12 support will be compiled into the driver. Change-Id: Ie51517f9fa943af086314caf60ecad5dec52fdb7 Signed-off-by: Andy Gross <andy.gross@ti.com>
* TILER-DMM: Main TILER driver implementationSuman Anna2011-06-141-0/+126
This patch contains the TILER driver and implementation of the TILER block manipulation and mapping functions including information on TILER geometry, as well as tiler_view_t object manipulation functions. It also contains the makefile and config file for the TILER driver. Signed-off-by: Lajos Molnar <molnar@ti.com> Signed-off-by: David Sin <davidsin@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>