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