summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_plane.c
Commit message (Expand)AuthorAgeFilesLines
* 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