summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2016-02-16drm/exynos: removed optional dummy encoder mode_fixup function.Carlos Palminha4-32/+0
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie3-61/+19
2016-02-08drm/exynos: Remove event cancelling from postcloseDaniel Vetter1-14/+0
2016-02-01drm/exynos: dp: Fix panel and bridge lookup logicJavier Martinez Canillas1-30/+25
2016-02-01drm: exynos: make PM functions as __maybe_unusedArnd Bergmann1-4/+2
2016-02-01drm/exynos: fix building without CONFIG_PM_SLEEPArnd Bergmann1-4/+2
2016-01-25drm: Create drm_send_event helpersDaniel Vetter2-10/+2
2016-01-25drm/exynos: Use the new event init/free functionsDaniel Vetter2-37/+17
2016-01-18Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-759/+1178
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+3
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-3/+3
2016-01-16mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-1/+3
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-01-12drm/exynos: fix kernel panic issue at drm releasingInki Dae3-0/+35
2016-01-12drm/exynos: crtc: do not wait for the scanout completionInki Dae3-27/+0
2016-01-12drm/exynos: mixer: properly update all planes on the same vblank eventMarek Szyprowski1-9/+25
2016-01-12drm/exynos: crtc: rework atomic_{begin,flush}Marek Szyprowski5-40/+32
2016-01-12drm/exynos: mixer: unify a check for video-processor windowMarek Szyprowski1-2/+2
2016-01-12drm/exynos: mixer: also allow ARGB1555 and ARGB4444Tobias Jakobi1-0/+6
2016-01-12drm/exynos: mixer: refactor layer setupMarek Szyprowski2-0/+44
2016-01-12drm/exynos: mixer: remove all static blending setupTobias Jakobi1-23/+0
2016-01-12drm/exynos: mixer: set window priority based on zposMarek Szyprowski2-18/+24
2016-01-12drm/exynos: make zpos property configurableMarek Szyprowski2-6/+49
2016-01-12drm/exynos: rename zpos to indexMarek Szyprowski8-28/+28
2016-01-06Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+3
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-0/+3
2015-12-19drm/exynos: atomic check only enabled crtc statesAndrzej Hajda1-0/+3
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä8-24/+24
2015-12-15Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...Dave Airlie20-600/+927
2015-12-13drm/exynos: gem: remove old unused prototypesMarek Szyprowski1-28/+0
2015-12-13drm/exynos: fimd: fix dma burst size setting for small plane sizeMarek Szyprowski1-13/+11
2015-12-13drm/exynos: fix clipping when scaling is enabledMarek Szyprowski1-6/+7
2015-12-13drm/exynos: mixer: use ratio precalculated in exynos_stateMarek Szyprowski1-30/+3
2015-12-13drm/exynos: add generic check for plane stateMarek Szyprowski3-0/+37
2015-12-13drm/exynos: introduce exynos_drm_plane_config structureMarek Szyprowski8-74/+121
2015-12-13drm/exynos: mixer: enable video overlay plane only when VP is availableMarek Szyprowski1-0/+3
2015-12-13drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->modeMarek Szyprowski1-2/+2
2015-12-13drm/exynos: introduce exynos_drm_plane_state structureMarek Szyprowski6-120/+197
2015-12-13drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski9-53/+39
2015-12-13drm/exynos: exynos7-decon: remove excessive checkMarek Szyprowski1-10/+0
2015-12-13drm/exynos: rotator: convert to common clock frameworkMarek Szyprowski1-2/+2
2015-12-13drm/exynos: gsc: add device tree support and remove usage of static mappingsSeung-Woo Kim3-7/+29
2015-12-13drm/exynos: gsc: fix wrong pm_runtime stateSeung-Woo Kim1-1/+0
2015-12-13drm/exynos: gsc: prepare and unprepare gsc clockSeung-Woo Kim1-2/+2
2015-12-13drm/exynos: dp: add of_graph dt binding support for panelInki Dae1-1/+20
2015-12-13drm/exynos: decon: remove unused variablesInki Dae1-2/+0
2015-12-13drm/exynos: dsi: modify a error type when getting a node failedInki Dae1-2/+2
2015-12-13drm/exynos: simplify sleep PM opsAndrzej Hajda1-46/+30
2015-12-13drm/exynos: dsi: add runtime pm supportInki Dae1-66/+81
2015-12-13drm/exynos: add pm_runtime to DECON 7Gustavo Padovan1-38/+55