summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_vidi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* drm/exynos: use helper to set possible crtcsAndrzej Hajda2017-08-251-10/+5
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
* drm/exynos: kill pipe field from drivers contextsAndrzej Hajda2017-06-011-14/+1
* drm/exynos: set plane possible_crtcs in exynos_plane_initAndrzej Hajda2017-06-011-1/+1
* drm/exynos: kill exynos_drm_private::pipeAndrzej Hajda2017-06-011-3/+1
* drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda2017-06-011-2/+1
* Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie2017-03-281-0/+1
|\
| * drm/exynos: move crtc event handling to drivers callbacksAndrzej Hajda2017-03-211-0/+1
* | drm: exynos: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-171-1/+0
|/
* drm/exynos: use drm core to handle page-flip eventAndrzej Hajda2016-10-011-10/+0
* drm/exynos/vidi: use timer for vblanks instead of sleeping workerAndrzej Hajda2016-10-011-46/+20
* drm: exynos: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-8/+0
* 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