summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_encoder.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-08drm/exynos: add LPD: Low Power Display mechanism supporttizen_LPDInki Dae1-0/+11
2014-11-18drm/exynos: Remove the exynos_drm_connector shimSean Paul1-1/+0
2014-11-18drm/exynos: Disable unused crtc planes from crtcSean Paul1-61/+4
2014-11-18drm/exynos: Split manager/display/subdrvSean Paul1-226/+32
2014-11-18drm/exynos: Use unsigned long for possible_crtcsSean Paul1-1/+1
2014-11-18drm/exynos: Don't keep dpms state in encoderSean Paul1-17/+0
2014-11-18drm/exynos: Rename display_op power_on to dpmsSean Paul1-2/+2
2014-11-18drm/exynos: Remove dpms link between encoder/connectorSean Paul1-45/+5
2014-11-18drm/exynos: Remove apply manager callbackSean Paul1-6/+0
2014-11-18drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul1-14/+13
2014-11-18drm/exynos: Add an initialize function to manager and displaySean Paul1-0/+21
2014-11-18drm/exynos: Merge overlay_ops into manager_opsSean Paul1-13/+13
2014-11-18drm/exynos: Remove tracking log functionsYoungJun Cho1-27/+1
2014-11-18drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
2013-01-04drm/exynos: change file license to GPLInki Dae1-18/+4
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