| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|