aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson/meson_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-4/+4
2020-07-03drm/meson: crtc: handle commit of Amlogic FBC framesNeil Armstrong1-30/+88
2020-01-06drm: meson: Remove unneeded semicolonzhengbin1-1/+1
2019-12-10drm/meson: crtc: add OSD1 plane AFBC commitNeil Armstrong1-5/+72
2019-12-10drm/meson: plane: add support for AFBC mode for OSD1 planeNeil Armstrong1-0/+2
2019-08-22drm: meson: use match data to detect vpu compatibilityJulien Masson1-1/+1
2019-08-09drm: meson: crtc: use proper macros instead of magic constantsJulien Masson1-6/+11
2019-07-17drm/meson: drop use of drmP.hSam Ravnborg1-9/+7
2019-06-07drm/meson: fix G12A primary plane disablingNeil Armstrong1-0/+2
2019-06-07drm/meson: fix primary plane disablingNeil Armstrong1-4/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-09drm/meson: Add G12A support for plane handling in CRTC driverNeil Armstrong1-52/+217
2019-03-20drm/meson: exclusively use the canvas provider moduleMaxime Jourdan1-59/+25
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-21/+2
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-15drm/meson: Fix atomic mode switching regressionNeil Armstrong1-21/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-21/+244
2018-11-26drm/meson: Fixes for drm_crtc_vblank_on/off supportNeil Armstrong1-2/+25
2018-11-13drm/meson: move OSD scaler management into plane atomic updateNeil Armstrong1-15/+20
2018-11-13drm/meson: Support Overlay plane for video renderingNeil Armstrong1-2/+214
2018-11-13drm/meson: Use optional canvas providerMaxime Jourdan1-4/+10
2018-02-20drm/meson: fix vsync buffer updateNeil Armstrong1-0/+6
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-04-04drm/meson: Use crtc_state for hdisplay and fix atomic flush/enable sync for vsync commitNeil Armstrong1-4/+11
2017-02-09drm: meson: use vblank hooks in struct drm_crtc_funcsShawn Guo1-0/+22
2016-12-01drm: Add support for Amlogic Meson Graphic ControllerNeil Armstrong1-0/+208