aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_vidi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2020-05-18drm/exynos-vidi: convert platform driver to use dev_groupsEmil Velikov1-18/+8
2020-04-02drm/exynos: Use simple encoderThomas Zimmermann1-6/+2
2020-01-21drm/exynos: change callback namesInki Dae1-4/+4
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg1-5/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-24drm/vidi: replace platform_device pointer with device oneInki Dae1-16/+17
2019-04-24drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae1-10/+15
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae1-4/+7
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-2/+2
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-08-25drm/exynos: use helper to set possible crtcsAndrzej Hajda1-10/+5
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-06-01drm/exynos: kill pipe field from drivers contextsAndrzej Hajda1-14/+1
2017-06-01drm/exynos: set plane possible_crtcs in exynos_plane_initAndrzej Hajda1-1/+1
2017-06-01drm/exynos: kill exynos_drm_private::pipeAndrzej Hajda1-3/+1
2017-06-01drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda1-2/+1
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie1-0/+1
2017-03-21drm/exynos: move crtc event handling to drivers callbacksAndrzej Hajda1-0/+1
2017-02-17drm: exynos: Perform initialization/cleanup at probe/remove timeLaurent Pinchart1-1/+0
2016-10-01drm/exynos: use drm core to handle page-flip eventAndrzej Hajda1-10/+0
2016-10-01drm/exynos/vidi: use timer for vblanks instead of sleeping workerAndrzej Hajda1-46/+20
2016-06-10drm: exynos: Rely on the default ->best_encoder() behaviorBoris Brezillon1-8/+0
2016-03-01drm/exynos: fix types for compilation on 64bit architecturesMarek Szyprowski1-3/+5
2016-02-16drm/exynos: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2016-01-13drm/exynos: rename zpos to indexMarek Szyprowski1-1/+1
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä1-4/+4
2015-12-15Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie1-9/+22
2015-12-13drm/exynos: introduce exynos_drm_plane_config structureMarek Szyprowski1-8/+17
2015-12-13drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski1-1/+5
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-10-26drm/exynos: add cursor plane supportGustavo Padovan1-2/+2
2015-10-26drm/exynos: add global macro for the default primary planeGustavo Padovan1-4/+2
2015-08-31drm/exynos: Properly report supported formats for each deviceMarek Szyprowski1-1/+8
2015-08-31drm/exynos: check for pending fb before finish updateGustavo Padovan1-1/+9
2015-08-16drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan1-17/+54
2015-08-16drm/exynos: remove exynos_drm_create_enc_conn()Gustavo Padovan1-9/+11
2015-08-16drm/exynos: remove struct exynos_drm_displayGustavo Padovan1-31/+12
2015-08-16drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan1-7/+2
2015-08-16drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan1-3/+3
2015-08-16drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan1-2/+2
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim1-25/+0
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda1-17/+1
2015-06-20drm/exynos: consolidate driver/device initialization codeAndrzej Hajda1-35/+0
2015-06-20drm/exynos: vidi: remove unused varablesInki Dae1-2/+0
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan1-35/+18
2015-06-20drm/exynos: atomic dpms supportGustavo Padovan1-1/+1
2015-06-20drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan1-0/+4