summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2010-09-14V4L2 Exclude VRFB for OMAP4Semwal, Sumit
2010-09-14OMAP4 V4L2: Make VRFB depend on OMAP2,3Guruswamy Senthilvadivu
2010-09-14TILER: Set the free page stack cap to 128MBDavid Sin
2010-09-14TILER: Corrrect PAT array allocation error handlingDavid Sin
2010-09-14TILER: Replace dsb calls with wmb for es2.0David Sin
2010-09-14tiler: Ensure the pat refill has correct data before programming itSantosh Shilimkar
2010-09-14TILER: Limit the amount of pages available in the free page stackDavid Sin
2010-09-14TILER: Move dma_alloc_coherent call to tiler initDavid Sin
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