summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_vidi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: add cursor plane supportGustavo Padovan2015-10-261-2/+2
* drm/exynos: add global macro for the default primary planeGustavo Padovan2015-10-261-4/+2
* drm/exynos: Properly report supported formats for each deviceMarek Szyprowski2015-08-311-1/+8
* drm/exynos: check for pending fb before finish updateGustavo Padovan2015-08-311-1/+9
* drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan2015-08-161-17/+54
* drm/exynos: remove exynos_drm_create_enc_conn()Gustavo Padovan2015-08-161-9/+11
* drm/exynos: remove struct exynos_drm_displayGustavo Padovan2015-08-161-31/+12
* drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan2015-08-161-7/+2
* drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan2015-08-161-3/+3
* drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan2015-08-161-2/+2
* drm/exynos: remove chained calls to enableJoonyoung Shim2015-06-201-25/+0
* drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda2015-06-201-17/+1
* drm/exynos: consolidate driver/device initialization codeAndrzej Hajda2015-06-201-35/+0
* drm/exynos: vidi: remove unused varablesInki Dae2015-06-201-2/+0
* drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan2015-06-201-35/+18
* drm/exynos: atomic dpms supportGustavo Padovan2015-06-201-1/+1
* drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan2015-06-201-0/+4
* drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski2015-05-191-1/+1
* drm/exynos: preset zpos value for overlay planesGustavo Padovan2015-04-131-12/+5
* drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan2015-04-131-93/+32
* drm/exynos: use driver internal structJoonyoung Shim2015-02-071-11/+8
* drm/exynos: fix wrong pipe calculation for crtcJoonyoung Shim2015-02-071-2/+2
* drm/exynos: remove struct exynos_drm_managerGustavo Padovan2015-01-251-44/+35
* drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan2015-01-251-2/+2
* drm/exynos: move 'type' from manager to crtc structGustavo Padovan2015-01-251-3/+3
* drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan2015-01-251-1/+1
* drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan2015-01-251-1/+1
* drm/exynos/vidi: remove useless ops->commit()Gustavo Padovan2015-01-251-12/+0
* drm/exynos: remove struct exynos_drm_overlayGustavo Padovan2015-01-251-19/+19
* drm/exynos: vidi: add component supportInki Dae2014-11-251-16/+45
* drm/exynos/vidi: stop using display->ctx pointerAndrzej Hajda2014-11-241-4/+7
* drm/exynos/vidi: embed display into private contextAndrzej Hajda2014-11-241-7/+5
* drm/exynos/vidi: stop using manager->ctx pointerAndrzej Hajda2014-11-241-11/+15
* drm/exynos/vidi: embed manager into private contextAndrzej Hajda2014-11-241-22/+22
* drm/exynos: vidi: fix build warningInki Dae2014-11-031-1/+0
* drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda2014-11-031-3/+0
* drm/exynos: switch to universal plane APIAndrzej Hajda2014-09-201-2/+0
* drm/exynos: factor out initial setting of each driverJoonyoung Shim2014-09-201-17/+0
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-1/+1
* drm/exynos: add component framework supportInki Dae2014-06-021-17/+84
* Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-05-161-7/+0
|\
| * drm: make mode_valid callback optionalAndrzej Hajda2014-04-221-7/+0
* | drm/exynos: use %pad for dma_addr_tJingoo Han2014-04-301-1/+1
|/
* drm/exynos: Implement drm_connector directly in vidi driverSean Paul2014-03-241-54/+108
* drm/exynos: Consolidate suspend/resume in drm_drvSean Paul2014-03-241-70/+49
* drm/exynos: Split manager/display/subdrvSean Paul2014-03-241-69/+60
* drm/exynos: Rename display_op power_on to dpmsSean Paul2014-03-241-8/+0
* drm/exynos: Remove apply manager callbackSean Paul2014-03-241-1/+0
* drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul2014-03-241-37/+46
* drm/exynos: Merge overlay_ops into manager_opsSean Paul2014-03-241-17/+12
OpenPOWER on IntegriCloud