summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_vidi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: fix types for compilation on 64bit architecturesMarek Szyprowski2016-03-011-3/+5
* drm/exynos: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
* drm/exynos: rename zpos to indexMarek Szyprowski2016-01-131-1/+1
* drm/exynos: Constify function pointer structsVille Syrjälä2015-12-151-4/+4
* Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...Dave Airlie2015-12-151-9/+22
|\
| * drm/exynos: introduce exynos_drm_plane_config structureMarek Szyprowski2015-12-131-8/+17
| * drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski2015-12-131-1/+5
* | drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
|/
* 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
OpenPOWER on IntegriCloud