summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2010-09-14TILER: Extend and move SiTA div pointsDavid Sin
2010-09-14TILER: Clear PAT irq and status registers after refillDavid Sin
2010-09-14TILER: Fix rotated tiler address calculation.Lajos Molnar
2010-09-14TILER: Include slab header for kmalloc/kfree callsDavid Sin
2010-09-14TILER: Set correct file permissionsDavid Sin
2010-09-14TILER: Fix klocwork defects in tiler_reservex() and tiler_exit()Lajos Molnar
2010-09-14TILER: Fixed issue with tiler_alloc_packed for 16/32-bit buffers.Lajos Molnar
2010-09-14TILER: Relocate entries to the media Kconfig fileDavid Sin
2010-09-14TILER: Added reference counting and cleanup. Fixed query bugs.Lajos Molnar
2010-09-14TILER: Cleaned up SiTA container manager algorithm codeLajos Molnar
2010-09-14TILER: Added support for auto-packing of tiler blocks.Lajos Molnar
2010-09-14TILER: Renamed dmm_mem.c to tmm_pat.c to reflect what it is.Lajos Molnar
2010-09-14TILER: Added support for multiple containers and PAT instances.Lajos Molnar
2010-09-14TILER: Renamed SiTA tcm files to *tcm_sita*Lajos Molnar
2010-09-14TILER: Separated SiTA TCM implementation from TCM definitionLajos Molnar
2010-09-14TILER: Consolidated PAT programmingLajos Molnar
2010-09-14TILER: Use TCM features for tiler space allocations.Lajos Molnar
2010-09-14TILER: Update to Linux sizeof conventions and formatting.Lajos Molnar
2010-09-14TILER: Initial TCM code cleanupLajos Molnar
2010-09-14TILER: Initial reorganization of TCM files.Lajos Molnar
2010-09-14Fixed Bugs, Added memset to sita_pvt in sita_init, updated utils to copy new ...R Ramachandra
2010-09-14Fixed bugs in sita_initR Ramachandra
2010-09-14Moved to New Tiler APIs defined in tcm.h, add multi-continer support Signed-o...R Ramachandra
2010-09-14Renamed files with shorter namesa0866614
2010-09-14free buf info struct if copy_to/copy_from check failsDavid Sin
2010-09-14add NULL checks before returning from dmm_get_page(s) functionDavid Sin
2010-09-14TILER: Corrected parameter checking in tiler_alloc_packed_nv12.Lajos Molnar
2010-09-14new APIs to optimize the freeing of used dmm pagesDavid Sin
2010-09-14don't dereference sysptr in tiler_alloc_packed functionDavid Sin
2010-09-14correct rot/pack API mismatches; add missing API prototypesDavid Sin
2010-09-14create separate module for tiler area manager (tam)David Sin
2010-09-14enable find buffer logic with new algoDavid Sin
2010-09-14tiler driver support for new tiler container algoDavid Sin
2010-09-14move error code enums into 2d alloc headerDavid Sin
2010-09-14remove unused dmm function declarationsDavid Sin
2010-09-14Relocate TILER macro defDavid Sin
2010-09-14Remove unused dmm status and error structuresDavid Sin
2010-09-14enable query blockDavid Sin
2010-09-14add d2c logic to tiler drv; rework dmm pat refill functionDavid Sin
2010-09-14add support to map existing user buffer into tilerDavid Sin
2010-09-14add rotation, packing, and map 1d codeDavid Sin
2010-09-14replace page stack logic with new one using kernel listsDavid Sin
2010-09-14additional code corrections to pass next series of mem mgr testsDavid Sin
2010-09-14enable tiler_alloc, mmap, and tiler_free to pass initial testsDavid Sin
2010-09-14add logic to setup PAT and TILER orientationDavid Sin
2010-09-14basic tiler driverDavid Sin
2010-09-14re-format function spacingDavid Sin
2010-09-14replace types with kernel macrosDavid Sin
2010-09-14basic dmm driverDavid Sin
2010-07-08V4L/DVB: v4l: mem2mem_testdev: fix g_fmt NULL pointer dereferencePawel Osciak