summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_vidi.c
AgeCommit message (Expand)Author
2020-01-21drm/exynos: change callback namesInki Dae
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-24drm/vidi: replace platform_device pointer with device oneInki Dae
2019-04-24drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-08-25drm/exynos: use helper to set possible crtcsAndrzej Hajda
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-06-01drm/exynos: kill pipe field from drivers contextsAndrzej Hajda
2017-06-01drm/exynos: set plane possible_crtcs in exynos_plane_initAndrzej Hajda
2017-06-01drm/exynos: kill exynos_drm_private::pipeAndrzej Hajda
2017-06-01drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie
2017-03-21drm/exynos: move crtc event handling to drivers callbacksAndrzej Hajda
2017-02-17drm: exynos: Perform initialization/cleanup at probe/remove timeLaurent Pinchart
2016-10-01drm/exynos: use drm core to handle page-flip eventAndrzej Hajda
2016-10-01drm/exynos/vidi: use timer for vblanks instead of sleeping workerAndrzej Hajda
2016-06-10drm: exynos: Rely on the default ->best_encoder() behaviorBoris Brezillon
2016-03-01drm/exynos: fix types for compilation on 64bit architecturesMarek Szyprowski
2016-02-16drm/exynos: removed optional dummy encoder mode_fixup function.Carlos Palminha
2016-01-13drm/exynos: rename zpos to indexMarek Szyprowski
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä
2015-12-15Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...Dave Airlie
2015-12-13drm/exynos: introduce exynos_drm_plane_config structureMarek Szyprowski
2015-12-13drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-10-26drm/exynos: add cursor plane supportGustavo Padovan
2015-10-26drm/exynos: add global macro for the default primary planeGustavo Padovan
2015-08-31drm/exynos: Properly report supported formats for each deviceMarek Szyprowski
2015-08-31drm/exynos: check for pending fb before finish updateGustavo Padovan
2015-08-16drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan
2015-08-16drm/exynos: remove exynos_drm_create_enc_conn()Gustavo Padovan
2015-08-16drm/exynos: remove struct exynos_drm_displayGustavo Padovan
2015-08-16drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan
2015-08-16drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan
2015-08-16drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda
2015-06-20drm/exynos: consolidate driver/device initialization codeAndrzej Hajda
2015-06-20drm/exynos: vidi: remove unused varablesInki Dae
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan
2015-06-20drm/exynos: atomic dpms supportGustavo Padovan
2015-06-20drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan
2015-05-19drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski
2015-04-13drm/exynos: preset zpos value for overlay planesGustavo Padovan
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan