summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_fimd.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-13drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat1-5/+0
2012-07-27drm/exynos: Use devm_* functions in exynos_drm_fimd.cSachin Kamat1-32/+8
2012-04-12drm/exynos: fix to pointer manager member of struct exynos_drm_subdrvJoonyoung Shim1-8/+12
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-19/+1
2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim1-19/+1
2012-03-15drm/exynos: fix runtime_pm fimd device state on probeMarek Szyprowski1-11/+6
2012-02-15drm/exynos: added panel physical size.Eun-Chul Kim1-13/+14
2012-02-15drm/exynos: fixed page flip issue.Inki Dae1-1/+6
2012-01-27drm/exynos: fixed pm feature for fimd module.Inki Dae1-50/+59
2011-12-29drm/exynos: added mutex lock and code clean.Inki Dae1-12/+25
2011-12-29drm/exynos: Support multi buffersSeung-Woo Kim1-2/+2
2011-12-29drm/exynos: added pm support.Inki Dae1-0/+59
2011-12-21drm/exynos: Add plane support with fimdJoonyoung Shim1-8/+25
2011-12-21drm/exynos: add runtime pm feature for fimdJoonyoung Shim1-1/+77
2011-12-21drm/exynos: updated crtc and encoder dpms framework.Inki Dae1-49/+64
2011-11-17drm/exynos: Add disable of managerJoonyoung Shim1-26/+35
2011-11-15drm/exynos: fix vblank bug.Inki Dae1-10/+36
2011-11-15drm/exynos: changed buffer structure.Inki Dae1-6/+6
2011-11-15drm/exynos: changed exynos_drm_display to exynos_drm_display_opsInki Dae1-2/+2
2011-10-18drm/exynos: fixed build warnings and comments.Inki Dae1-12/+1
2011-10-18drm/exynos: fixed page flip bug.Inki Dae1-6/+9
2011-10-18drm/exynos: added device object as argument of subdrv_probe().Inki Dae1-1/+1
2011-10-18drm/exynos: fixed overlay updating time at page flip.Inki Dae1-2/+0
2011-10-18drm/exynos: fixed overlay data updating.Inki Dae1-17/+42
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae1-0/+796