summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-07-27drm/exynos: add property for crtc modeJoonyoung Shim1-0/+72
2012-07-27drm/exynos: add crtc disable functionJoonyoung Shim1-0/+11
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim1-17/+3
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim1-23/+3
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim1-121/+25
2012-07-27drm/exynos: use private plane for crtcJoonyoung Shim1-16/+15
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim1-4/+4
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim1-1/+11
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-05-17drm/exynos: added source size to overlay structureSeung-Woo Kim1-0/+4
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim1-6/+0
2012-03-20drm/exynos: added mode_fixup feature and code clean.Inki Dae1-1/+5
2012-02-16drm/exynos: fixed page flip issue.Inki Dae1-3/+3
2011-12-29drm/exynos: Support multi buffersSeung-Woo Kim1-12/+16
2011-12-21drm/exynos: Add plane support with fimdJoonyoung Shim1-0/+1
2011-12-21drm/exynos: updated crtc and encoder dpms framework.Inki Dae1-6/+52
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-37/+39
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+1
2011-11-15drm/exynos: changed buffer structure.Inki Dae1-33/+14
2011-11-15drm/exynos: added crtc dpms for disable crtcJoonyoung Shim1-4/+25
2011-10-18drm/exynos: fixed page flip bug.Inki Dae1-5/+11
2011-10-18drm/exynos: added comments and code clean.Inki Dae1-0/+6
2011-10-18drm/exynos: fixed overlay updating time at page flip.Inki Dae1-1/+3
2011-10-18drm/exynos: fixed overlay data updating.Inki Dae1-39/+62
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae1-0/+344