summaryrefslogtreecommitdiff
path: root/drivers/media/video
AgeCommit message (Expand)Author
2010-01-06- remove wakeup build flagsti-2.6.31-omap4-L24.3-for-testing-p1David Sin
2010-01-05Check if buffers are allocated before free-ing themArchit Taneja
2009-12-17V4L2: Pack tiler video buffer allocationsLajos Molnar
2009-12-17TILER: Create API to pack multiple 2D buffers.Lajos Molnar
2009-12-10This Patch resolves corruptions seen during streaming multiple Tiler videos, ...Archit Taneja
2009-12-10This Patch Registers the ISR's for DISPC_IRQ_FRAMEDONE2 instead of DISPC_IRQ_...Archit Taneja
2009-12-10DSS2 Warning fixes This patch ,makes necessary changes in display related fil...Mayuresh Janorkar
2009-11-25Fix NV12 and RGB32 tiler-buffer allocation issues.Lajos Molnar
2009-11-25Enabled V4L2 crop region for OMAP4Lajos Molnar
2009-11-25Change tiler_reorient_topleft semantics to work for any "top-left" coordinate...Lajos Molnar
2009-11-24remove workaround for tiler free race conditionDavid Sin
2009-11-24add mutexes to buffer and page alloc/freeingDavid Sin
2009-11-21allocate PAT page array with non-cacheable memoryDavid Sin
2009-11-21OMAP4:DSS2 Remove debugSenthilvadivu
2009-11-21OMAP4: V4L2 FreeBuffer critical sectionSenthilvadivu
2009-11-16flush pages after allocationDavid Sin
2009-11-16set mmap vm_page_prot flags to noncachedDavid Sin
2009-11-16add memory barriers when setting PAT registersDavid Sin
2009-11-16add option to alloc pages outside kernel; add PAT reg readl checksDavid Sin
2009-11-11OMAP4: V4L2: correct IRQ to wait-for in case of DSI. (use FRAMEDONE)Sumit Semwal
2009-11-11OMAP4: V4L2 / FB: correct overlay number v/s display device mapping - enables...Sumit Semwal
2009-11-11OMAP4: V4L2: spurious IRQs on LCD1: workaround: don't request VSYNC.Sumit Semwal
2009-11-11OMAP4: V4L2 / DSS2: Enable rotation by correction tiler rotation APIs in use....Sumit Semwal
2009-11-11OMAP4: v4l2 wakeup: disabled 2-IRQ wait check for TV, and enabled (either one).Sumit Semwal
2009-11-11OMAP4: V4L2: corrected 'without-tiler' scenarios.Sumit Semwal
2009-11-06reduce message outputDavid Sin
2009-11-06alloc_pages order arg change and ioremap adjustmentDavid Sin
2009-11-06copy tiler block info back to userDavid Sin
2009-11-06fix alloc_pages order arguementDavid Sin
2009-11-06replace page allocation scheme; set phys addr on PAT registerDavid Sin
2009-11-06V4L2: updated code when Tiler is not used to allow normal buffer allocation.Sumit Semwal
2009-11-06DSS2,V4L2: updated Tiler access code.Sumit Semwal
2009-11-06OMAP4: Enable tiler support in DSS2 and V4L2.Sumit Semwal
2009-11-06OMAP4: Enable NV12 format support in DSS2 and V4L2.Sumit Semwal
2009-11-06OMAP4: Enable VIDEO 3 pipeline in DSS2 and V4L2.Sumit Semwal
2009-11-06Enable v4l2 device for OMAP4 and related changesSumit Semwal
2009-11-06Remove compilation options in V4L2 due to configuration not applicable to OMAP4.Sumit Semwal
2009-11-06Enable v4l2 related config optionsSumit Semwal
2009-11-06omap_vout: fix to allow queue reset in streamoffAxel Castaneda
2009-11-06omap_vout: Enable rotation set after reqbuf ioctlAxel Castaneda
2009-11-06omap_vout remove remap_pfn_range call from mmap and add vm_insert_pageSubramani Venkatesh
2009-11-06media: video: omap: new dss2 supportErik Gilling
2009-11-06media: video: omap: add v4l2 video out driverHardik Shah
2009-11-06media: video: add V4L2_CID_BG_COLOR and V4L2_CID_ROTATIONHardik Shah
2009-11-06fix check patch and compile warningstiler_pre_wake_upDavid Sin
2009-11-06Fixed the direction of view rotation, and the order of mirroring and xy swapp...Lajos Molnar
2009-11-06Reverted search_2d_area as it uses tsptr.Lajos Molnar
2009-11-06Corrected tiler_get_tiler_addr definition to tiler_get_natural_addr, tiler_ge...Lajos Molnar
2009-11-06Fixed tiler_get_tiler_address logic, by separating it into the following func...Lajos Molnar
2009-11-06copy to/from user changesDavid Sin