summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan2015-08-161-105/+0
* drm/exynos: fold encoder setup into exynos_drm_load()Gustavo Padovan2015-08-161-13/+0
* drm/exynos: remove exynos_drm_create_enc_conn()Gustavo Padovan2015-08-161-4/+7
* drm/exynos: remove exynos_encoder's .commit() opGustavo Padovan2015-08-161-3/+0
* drm/exynos: remove struct exynos_drm_displayGustavo Padovan2015-08-161-56/+19
* drm/exynos: simplify calculation of possible CRTCsGustavo Padovan2015-08-161-24/+5
* drm/exynos: split display's .dpms() into .enable() and .disable()Gustavo Padovan2015-08-161-4/+4
* drm/exynos: remove unnecessary calls to disable_plane()Gustavo Padovan2015-06-201-8/+0
* drm/exynos: atomic dpms supportGustavo Padovan2015-06-201-15/+6
* drm/exynos: atomic phase 3: use atomic .set_config helperGustavo Padovan2015-06-201-6/+0
* drm/exynos: fix NULL pointer referenceJoonyoung Shim2015-02-091-1/+1
* drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2014-04-011-1/+1
* drm/exynos: Remove the exynos_drm_connector shimSean Paul2014-03-241-1/+0
* drm/exynos: Disable unused crtc planes from crtcSean Paul2014-03-241-61/+4
* drm/exynos: Split manager/display/subdrvSean Paul2014-03-241-226/+32
* drm/exynos: Use unsigned long for possible_crtcsSean Paul2014-03-241-1/+1
* drm/exynos: Don't keep dpms state in encoderSean Paul2014-03-241-17/+0
* drm/exynos: Rename display_op power_on to dpmsSean Paul2014-03-241-2/+2
* drm/exynos: Remove dpms link between encoder/connectorSean Paul2014-03-241-45/+5
* drm/exynos: Remove apply manager callbackSean Paul2014-03-241-6/+0
* drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul2014-03-241-14/+13
* drm/exynos: Add an initialize function to manager and displaySean Paul2014-03-241-0/+21
* drm/exynos: Merge overlay_ops into manager_opsSean Paul2014-03-241-13/+13
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-27/+1
* drm/exynos: change file license to GPLInki Dae2013-01-041-18/+4
* drm/exynos: make wait_for_vblank a manager opPrathyush K2012-12-131-21/+4
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-0/+10
|\
| * drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat2012-11-221-1/+1
| * drm/exynos: fix overlay updating issueInki Dae2012-11-221-0/+6
* | drm/exynos: make sure that overlay data are updatedInki Dae2012-12-051-10/+33
* | drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat2012-11-291-1/+1
* | drm/exynos: fix overlay updating issueInki Dae2012-11-291-0/+6
|/
* drm/exynos: fix display on issueInki Dae2012-10-311-16/+17
* Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-10-071-15/+101
|\
| * drm/exynos: fix display power call issue.Inki Dae2012-10-041-1/+1
| * drm/exynos: Disable plane when releasedInki Dae2012-10-041-0/+15
| * drm/exynos: update crtc to plane safelyInki Dae2012-10-041-3/+56
| * drm/exynos: add wait_for_vblank callback interface.Inki Dae2012-10-041-0/+10
| * drm/exynos: fixed duplicated mode setting.Inki Dae2012-10-041-11/+19
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
|/
* drm/exynos: add plane enable/disableJoonyoung Shim2012-07-271-0/+16
* drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim2012-07-271-11/+0
* drm/exynos: fix dpms operation for mode setJoonyoung Shim2012-07-271-12/+2
* drm/exynos: update overlay via plane from crtcJoonyoung Shim2012-07-271-36/+30
* drm/exynos: fix to set pipe of crtcJoonyoung Shim2012-07-271-14/+19
* drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim2012-07-271-8/+1
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-191-1/+1
* drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart2012-06-051-7/+0
* drm/exynos: added virtual display driver.Inki Dae2012-03-211-0/+1