summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_plane.c
AgeCommit message (Expand)Author
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2020-07-14drm/tilcdc: Use standard drm_atomic_helper_commitDaniel Vetter
2020-05-19drm/tilcdc: remove unnecessary state->fb checkTomi Valkeinen
2019-10-07drm/tilcdc: plane: Make structure tilcdc_plane_funcs constantNishka Dasgupta
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/tilcdc: drop use of drmP.hSam Ravnborg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2016-12-15drm: Replace 'format->format' comparisons to just 'format' comparisonsVille Syrjälä
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä
2016-10-18drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart
2016-09-01drm/tilcdc: Add blue-and-red-crossed devicetree propertyJyri Sarha
2016-08-08drm/tilcdc: Change tilcdc_crtc_page_flip() to tilcdc_crtc_update_fb()Jyri Sarha
2016-08-08drm/tilcdc: Add dummy primary plane implementationJyri Sarha