summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_plane.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-7/+7
* drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard2021-02-241-1/+2
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* 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-12/+12
* drm/tilcdc: Use standard drm_atomic_helper_commitDaniel Vetter2020-07-141-3/+5
* drm/tilcdc: remove unnecessary state->fb checkTomi Valkeinen2020-05-191-2/+1
* drm/tilcdc: plane: Make structure tilcdc_plane_funcs constantNishka Dasgupta2019-10-071-1/+1
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | drm/tilcdc: drop use of drmP.hSam Ravnborg2019-07-171-3/+1
|/
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä2016-12-151-1/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
* drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-181-3/+4
* drm/tilcdc: Add blue-and-red-crossed devicetree propertyJyri Sarha2016-09-011-6/+3
* drm/tilcdc: Change tilcdc_crtc_page_flip() to tilcdc_crtc_update_fb()Jyri Sarha2016-08-081-3/+2
* drm/tilcdc: Add dummy primary plane implementationJyri Sarha2016-08-081-0/+133