summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_encoder.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-13drm/exynos: make wait_for_vblank a manager opPrathyush K1-21/+4
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-0/+10
2012-12-05drm/exynos: make sure that overlay data are updatedInki Dae1-10/+33
2012-11-29drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat1-1/+1
2012-11-29drm/exynos: fix overlay updating issueInki Dae1-0/+6
2012-11-22drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat1-1/+1
2012-11-22drm/exynos: fix overlay updating issueInki Dae1-0/+6
2012-10-31drm/exynos: fix display on issueInki Dae1-16/+17
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie1-15/+101
2012-10-04drm/exynos: fix display power call issue.Inki Dae1-1/+1
2012-10-04drm/exynos: Disable plane when releasedInki Dae1-0/+15
2012-10-04drm/exynos: update crtc to plane safelyInki Dae1-3/+56
2012-10-04drm/exynos: add wait_for_vblank callback interface.Inki Dae1-0/+10
2012-10-04drm/exynos: fixed duplicated mode setting.Inki Dae1-11/+19
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim1-0/+16
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim1-11/+0
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim1-12/+2
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim1-36/+30
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim1-14/+19
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim1-8/+1
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-06-05drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart1-7/+0
2012-03-21drm/exynos: added virtual display driver.Inki Dae1-0/+1
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-4/+13
2012-02-16drm/exynos: added possible_clones setup function.Inki Dae1-0/+34
2011-12-21drm/exynos: Add plane support with fimdJoonyoung Shim1-4/+22
2011-12-21drm/exynos: updated crtc and encoder dpms framework.Inki Dae1-26/+83
2011-11-17drm/exynos: Add disable of managerJoonyoung Shim1-0/+18
2011-11-15drm/exynos: checked for null pointerSeung-Woo Kim1-2/+4
2011-11-15drm/exynos: added crtc dpms for disable crtcJoonyoung Shim1-7/+47
2011-11-15drm/exynos: changed exynos_drm_display to exynos_drm_display_opsInki Dae1-4/+4
2011-11-15drm/exynos: added manager object to connectorInki Dae1-1/+2
2011-10-05DRM: add DRM Driver for Samsung SoC EXYNOS4210.Inki Dae1-0/+271