aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* OMAP4: DSSCOMP: move early suspend to after STOP_DRAWINGErik Gilling2011-07-211-1/+1
* OMAP:OMAPDSS: Add dependency on PVR_SGX for DSSCOMPLajos Molnar2011-07-201-1/+1
* OMAP:DSSCOMP: Fix issue in cropping.Lajos Molnar2011-07-181-4/+4
* OMAP:OMAPLFB: Added reference counting for NV12 buffers on displayLajos Molnar2011-07-182-2/+32
* OMAP:DSSCOMP: Added support for swapping red and blue componentsLajos Molnar2011-07-184-0/+42
* OMAP:DSSCOMP: Added support for setting color-phase rotationLajos Molnar2011-07-181-0/+3
* OMAP:DSSCOMP: Added support for setting color conversion coefsLajos Molnar2011-07-181-1/+1
* Merge branch 'linux-omap-dss-3.0' into linux-omap-3.0Erik Gilling2011-07-184-52/+175
|\
| * OMAP:DSS2: Add support for setting color conversion coefficientsLajos Molnar2011-07-184-52/+19
| * OMAP: DSS2: Add Color Phase Rotation supportTomi Valkeinen2011-07-183-0/+156
* | OMAP4: DSSCOMP: make early suspend timeout non-interruptableErik Gilling2011-07-141-10/+6
* | OMAP4: DSSCOMP: add timeout to earlysuspendErik Gilling2011-07-141-1/+10
* | OMAP:DSSCOMP: Make invalid compositions and states BUGSLajos Molnar2011-07-111-120/+59
* | OMAP:DSSCOMP: Fix concurrency issues with delayed applyLajos Molnar2011-07-112-5/+32
* | OMAP:DSSCOMP: Protect composition state during callbackLajos Molnar2011-07-112-7/+8
* | OMAP:DSSCOMP: Fix wait_for_vsync in dsscomp_applyLajos Molnar2011-07-111-2/+2
* | OMAP:DSSCOMP: Added early_suspend handler to allow blankingLajos Molnar2011-07-111-1/+68
* | OMAP:DSSCOMP: Gralloc compositions must complete in orderLajos Molnar2011-07-113-14/+33
* | OMAP:DSSCOMP: Fix composition list concurrency errors.Lajos Molnar2011-07-112-57/+69
* | OMAP:DSSCOMP: Disable overlays not specified in a compositionLajos Molnar2011-07-111-0/+19
* | OMAP:DSSCOMP: Added dsscomp_delayed_apply()Lajos Molnar2011-07-112-1/+36
* | OMAP: DSSCOMP: Added gralloc adaptation layerLajos Molnar2011-07-115-28/+301
* | OMAP: DSS: DSSCOMP: Remove random access (sync_id), move to simple queueLajos Molnar2011-07-113-186/+69
* | OMAP:DSS:DSSCOMP: Add DSS composition module to build/config systemLajos Molnar2011-07-112-0/+2
* | OMAP:DSS:DSSCOMP: New composition moduleLajos Molnar2011-07-116-0/+1792
* | Merge remote branch 'omap/linux-omap-dss-3.0' into linux-omap-3.0Rebecca Schultz Zavin2011-07-118-424/+1031
|\ \ | |/
| * OMAP4:DSS: Jumbo patch to enable predecimationLajos Molnar2011-07-114-66/+364
| * OMAP: DSS2: Add callback for tracking overlay/manager changesLajos Molnar2011-07-113-2/+210
| * OMAP4:DSS: Added TILER support for DSSLajos Molnar2011-07-111-2/+77
| * OMAP4: DSS: Making the deault color format of framebuffer ARGB32Lajos Molnar2011-07-111-1/+1
| * OMAP: DSS2: Add zorder support on OMAP4Lajos Molnar2011-07-116-2/+86
| * OMAP: DSS2: Add DISPC VIDEO3 pipeline supportLajos Molnar2011-07-115-355/+269
| * OMAP4: DSS: Fix incorrect OMAP3-alpha compatibility settingLajos Molnar2011-07-114-11/+37
| * OMAP:DSS: Add global alpha settings for video 1 overlayLajos Molnar2011-07-111-0/+2
* | Revert "(TEMP) OMAP: DSS: enable video decoding"Lajos Molnar2011-07-1116-2825/+424
* | Revert "OMAP: DSSCOMP: Fix apply command to wait for vsync"Iliyan Malchev2011-07-111-1/+1
* | Merge commit 'v3.0-rc6' into linux-omap-3.0Colin Cross2011-07-118-28/+20
|\ \
| * | vesafb: fix memory leakDaniel J Blueman2011-07-041-0/+1
| * | fbdev: amba: Link fb device to its parentLoïc Minier2011-06-241-0/+2
| * | fsl-diu-fb: remove check for pixel clock rangesTimur Tabi2011-06-241-16/+0
| * | udlfb: Correct sub-optimal resolution selection.William Katsak2011-06-241-2/+6
| * | Merge branch 'common/fbdev-meram' of git://git.kernel.org/pub/scm/linux/kerne...Paul Mundt2011-06-241-1/+1
| |\ \
| | * | fbdev: sh_mobile_meram: Correct pointer check for YCbCr chroma planeDamian Hobson-Garcia2011-06-241-1/+1
| * | | hecubafb: add module_put on error path in hecubafb_probe()Pavel Shved2011-06-241-1/+2
| * | | sm501fb: fix section mismatch warningRandy Dunlap2011-06-241-1/+1
| * | | gx1fb: Fix section mismatch warningsRandy Dunlap2011-06-241-7/+7
| |/ /
* | | Merge remote branch 'omap/linux-omap-dss-3.0' into linux-omap-3.0Rebecca Schultz Zavin2011-06-301-1/+6
|\ \ \ | | |/ | |/|
| * | OMAP: DSS2: DSI: Support non-dcs long readArve Hjønnevåg2011-06-291-1/+6
* | | OMAP: DSSCOMP: Fix apply command to wait for vsyncSunita Nadampalli2011-06-291-1/+1
* | | Merge remote branch 'omap/linux-omap-dss-3.0' into linux-omap-3.0Dima Zavin2011-06-281-0/+6
|\ \ \ | |/ /