summaryrefslogtreecommitdiff
path: root/drivers/media/video/dmm
AgeCommit message (Expand)Author
2010-08-17TILER: Clear PAT irq and status registers after refillDavid Sin
2010-08-17TILER: Include slab header for kmalloc/kfree callsDavid Sin
2010-08-17TILER: Set correct file permissionsDavid Sin
2010-08-17TILER: Added reference counting and cleanup. Fixed query bugs.Lajos Molnar
2010-08-17TILER: Renamed dmm_mem.c to tmm_pat.c to reflect what it is.Lajos Molnar
2010-08-17TILER: Added support for multiple containers and PAT instances.Lajos Molnar
2010-08-17TILER: Update to Linux sizeof conventions and formatting.Lajos Molnar
2010-08-17add NULL checks before returning from dmm_get_page(s) functionDavid Sin
2010-08-17new APIs to optimize the freeing of used dmm pagesDavid Sin
2010-08-17remove unused dmm function declarationsDavid Sin
2010-08-17Remove unused dmm status and error structuresDavid Sin
2010-08-17add d2c logic to tiler drv; rework dmm pat refill functionDavid Sin
2010-08-17add support to map existing user buffer into tilerDavid Sin
2010-08-17add rotation, packing, and map 1d codeDavid Sin
2010-08-17replace page stack logic with new one using kernel listsDavid Sin
2010-08-17additional code corrections to pass next series of mem mgr testsDavid Sin
2010-08-17enable tiler_alloc, mmap, and tiler_free to pass initial testsDavid Sin
2010-08-17add logic to setup PAT and TILER orientationDavid Sin
2010-08-17re-format function spacingDavid Sin
2010-08-17replace types with kernel macrosDavid Sin
2010-08-17basic dmm driverDavid Sin