aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_encoder.c
AgeCommit message (Expand)Author
2015-08-16drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan
2015-08-16drm/exynos: fold encoder setup into exynos_drm_load()Gustavo Padovan
2015-08-16drm/exynos: remove exynos_drm_create_enc_conn()Gustavo Padovan
2015-08-16drm/exynos: remove exynos_encoder's .commit() opGustavo Padovan
2015-08-16drm/exynos: remove struct exynos_drm_displayGustavo Padovan
2015-08-16drm/exynos: simplify calculation of possible CRTCsGustavo Padovan
2015-08-16drm/exynos: split display's .dpms() into .enable() and .disable()Gustavo Padovan
2015-06-20drm/exynos: remove unnecessary calls to disable_plane()Gustavo Padovan
2015-06-20drm/exynos: atomic dpms supportGustavo Padovan
2015-06-20drm/exynos: atomic phase 3: use atomic .set_config helperGustavo Padovan
2015-02-09drm/exynos: fix NULL pointer referenceJoonyoung Shim
2014-04-01drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper
2014-03-24drm/exynos: Remove the exynos_drm_connector shimSean Paul
2014-03-24drm/exynos: Disable unused crtc planes from crtcSean Paul
2014-03-24drm/exynos: Split manager/display/subdrvSean Paul
2014-03-24drm/exynos: Use unsigned long for possible_crtcsSean Paul
2014-03-24drm/exynos: Don't keep dpms state in encoderSean Paul
2014-03-24drm/exynos: Rename display_op power_on to dpmsSean Paul
2014-03-24drm/exynos: Remove dpms link between encoder/connectorSean Paul
2014-03-24drm/exynos: Remove apply manager callbackSean Paul
2014-03-24drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul
2014-03-24drm/exynos: Add an initialize function to manager and displaySean Paul
2014-03-24drm/exynos: Merge overlay_ops into manager_opsSean Paul
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-01-04drm/exynos: change file license to GPLInki Dae
2012-12-13drm/exynos: make wait_for_vblank a manager opPrathyush K
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2012-12-05drm/exynos: make sure that overlay data are updatedInki Dae
2012-11-29drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat
2012-11-29drm/exynos: fix overlay updating issueInki Dae
2012-11-22drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat
2012-11-22drm/exynos: fix overlay updating issueInki Dae
2012-10-31drm/exynos: fix display on issueInki Dae
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie
2012-10-04drm/exynos: fix display power call issue.Inki Dae
2012-10-04drm/exynos: Disable plane when releasedInki Dae
2012-10-04drm/exynos: update crtc to plane safelyInki Dae
2012-10-04drm/exynos: add wait_for_vblank callback interface.Inki Dae
2012-10-04drm/exynos: fixed duplicated mode setting.Inki Dae
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim
2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim
2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim
2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim
2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim
2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart
2012-06-05drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart
2012-03-21drm/exynos: added virtual display driver.Inki Dae