summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+3
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-3/+3
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-3/+3
* drm/exynos: drop drmP.h usageSam Ravnborg2019-06-271-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae2019-04-241-4/+6
* drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae2019-04-241-2/+3
* drm/exynos: mixer: Make plane alpha configurableChristoph Manszewski2018-10-011-0/+3
* drm/exynos: mixer: Make pixel blend mode configurableChristoph Manszewski2018-10-011-0/+7
* drm/exynos: drm_plane: Correct exynos_drm_plane_resetChristoph Manszewski2018-10-011-4/+2
* Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of git://git.kernel.org/pub/scm/li...Inki Dae2018-07-241-1/+1
|\
| * drm/exynos: Replace drm_framebuffer_{un/reference} with put,get functionsThomas Zimmermann2018-07-021-1/+1
* | Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-5/+4
|\|
| * drm/exynos: Fix default value for zpos plane propertyMarek Szyprowski2018-05-241-5/+4
* | drm/exynos: Stop updating plane->crtcVille Syrjälä2018-06-111-2/+0
|/
* drm/exynos: mixer: enable NV12MT support for the video planeTobias Jakobi2017-08-251-0/+27
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm/exynos: set plane possible_crtcs in exynos_plane_initAndrzej Hajda2017-06-011-3/+2
* drm/exynos: use drm core to handle page-flip eventAndrzej Hajda2016-10-011-1/+0
* drm/exynos: use generic code for managing zpos plane propertyMarek Szyprowski2016-07-291-58/+9
* drm/exynos: use logical AND in exynos_drm_plane_check_size()Tobias Jakobi2016-06-101-1/+1
* drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter2016-05-171-1/+1
* drm/exynos: fix adjusted_mode pointer in exynos_plane_mode_setAndrzej Hajda2016-04-301-5/+7
* drm/exynos: make zpos property configurableMarek Szyprowski2016-01-131-5/+46
* drm/exynos: rename zpos to indexMarek Szyprowski2016-01-131-2/+2
* Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...Dave Airlie2015-12-151-75/+139
|\
| * drm/exynos: fix clipping when scaling is enabledMarek Szyprowski2015-12-131-6/+7
| * drm/exynos: add generic check for plane stateMarek Szyprowski2015-12-131-0/+31
| * drm/exynos: introduce exynos_drm_plane_config structureMarek Szyprowski2015-12-131-20/+14
| * drm/exynos: introduce exynos_drm_plane_state structureMarek Szyprowski2015-12-131-34/+91
| * drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski2015-12-131-18/+0
* | drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
|/
* drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim2015-10-261-5/+4
* drm/exynos: add cursor plane supportGustavo Padovan2015-10-261-0/+11
* drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim2015-09-021-1/+1
* drm/exynos: Properly report supported formats for each deviceMarek Szyprowski2015-08-311-8/+3
* drm/exynos: check for pending fb before finish updateGustavo Padovan2015-08-311-0/+2
* drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.cJoonyoung Shim2015-08-161-5/+5
* drm/exynos: unify exynos_drm_plane names with drm coreGustavo Padovan2015-08-161-5/+6
* drm/exynos: use drm atomic state directlyGustavo Padovan2015-08-161-12/+0
* drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan2015-08-161-2/+2
* drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan2015-08-161-5/+5
* drm/exynos: remove exported functions from exynos_drm_planeGustavo Padovan2015-06-201-56/+42
* drm/exynos: atomic phase 3: atomic updates of planesGustavo Padovan2015-06-201-2/+2
* drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan2015-06-201-0/+4
* drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim2015-06-201-6/+7
* drm/exynos: atomic phase 1: use drm_plane_helper_disable()Gustavo Padovan2015-06-201-13/+19