summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-1/+1
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm/fsl-dcu: Use drm_plane_helper_destroy()Thomas Zimmermann2022-07-261-7/+2
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* 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/+2
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-5/+5
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+4
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* drm/fsl-dcu: drop use of drmP.hSam Ravnborg2019-07-151-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-2/+2
* drm/fsl-dcu: update all registers on flushStefan Agner2016-11-081-5/+0
* drm/fsl-dcu: do not transfer registers on plane initStefan Agner2016-10-191-5/+0
* drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart2016-08-191-15/+0
* drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson2016-08-191-2/+2
* drm/fsl-dcu: move layer initialization to plane fileStefan Agner2016-06-181-0/+16
* drm/fsl-dcu: fix alpha blendingStefan Agner2016-02-251-11/+20
* drm/fsl-dcu: avoid memory leak on errorsStefan Agner2016-02-251-0/+1
* drm/fsl-dcu: remove regmap return value checksStefan Agner2016-02-251-69/+40
* drm: fsl-dcu: Fix no fb check bugMeng Yi2016-02-251-0/+3
* drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
* Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-09-301-2/+0
|\
| * Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter2015-09-241-2/+0
* | drm/layerscape: fix handling fsl_dcu_drm_plane_index resultAndrzej Hajda2015-09-241-1/+2
|/
* drm/layerscape: Add Freescale DCU DRM driverJianwei Wang2015-08-191-0/+261