aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte/zx_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26drm: zte: remove obsolete DRM Support for ZTE SoCsLukas Bulwahn1-537/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-3/+5
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-4/+4
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-9/+10
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-2/+6
2021-01-05drm: zte: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-6/+1
2020-01-28drm/zte: plane_state->fb iff plane_state->crtcDaniel Vetter1-2/+2
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-5/+1
2019-07-17drm/zte: drop use of drmP.hSam Ravnborg1-1/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+1
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard1-3/+1
2018-10-05drm/zte: Use drm_atomic_helper_shutdownDaniel Vetter1-1/+0
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King1-1/+1
2018-03-29drm/zte: Stop consulting plane->crtcVille Syrjälä1-1/+1
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-12/+1
2018-01-23drm/zte: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-10/+8
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-7/+8
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_check_state()Ville Syrjälä1-2/+2
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-05-04drm: zte: move CSC register definitions into a common headerShawn Guo1-0/+1
2017-02-23drm: zte: fix static checker warning on variable 'fmt'Shawn Guo1-2/+2
2017-02-01Merge tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into drm-nextDave Airlie1-38/+290
2017-01-28drm: zte: add overlay plane supportShawn Guo1-21/+280
2017-01-28drm: zte: add .atomic_disable hook to disable graphic layerShawn Guo1-0/+15
2017-01-28drm: zte: make zx_plane accessible from zx_vou driverShawn Guo1-29/+7
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-11-11Merge tag 'zxdrm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into drm-nextDave Airlie1-0/+299
2016-11-07drm: zte: add initial vou drm driverShawn Guo1-0/+299