aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/mtk_drm_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-30drm/mediatek: crtc: Make config-updating atomicChun-Kuang Hu1-7/+12
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+2
2021-02-05Merge tag 'mediatek-drm-next-5.12' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie1-53/+54
2021-02-04soc / drm: mediatek: Move mtk mutex driver to soc folderCK Hu1-1/+1
2021-02-04drm/mediatek: Automatically search unclaimed mtk mutex in mtk_mutex_get()CK Hu1-1/+1
2021-02-04drm/mediatek: Change disp/ddp term to mutex in mtk mutex driverCK Hu1-15/+15
2021-02-04drm/mediatek: Rename file mtk_drm_ddp to mtk_mutexCK Hu1-1/+1
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+0
2021-01-07drm/mediatek: Move mtk_ddp_comp_init() from sub driver to DRM driverCK Hu1-1/+1
2021-01-07drm/mediatek: Register vblank callback functionCK Hu1-33/+34
2020-12-29drm/mediatek: Move clk info from struct mtk_ddp_comp to sub driver private dataCK Hu1-3/+3
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-11-27soc / drm: mediatek: cmdq: Remove timeout handler in helper functionChun-Kuang Hu1-2/+1
2020-11-17drm/mediatek/mtk_drm_crtc: Demote seriously out-of-date struct headerLee Jones1-1/+3
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-6/+9
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-8/+8
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-8/+14
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-09-25drm/mediatek: reduce clear eventDennis YC Hsieh1-1/+1
2020-09-25soc: mediatek: cmdq: add clear option in cmdq_pkt_wfe apiDennis YC Hsieh1-1/+1
2020-09-17drm/mediatek: Use CPU when fail to get cmdq eventChun-Kuang Hu1-7/+13
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-12/+8
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-6/+2
2020-07-02drm/mtk: Use __drm_atomic_helper_crtc_resetDaniel Vetter1-10/+6
2020-06-27drm/mediatek: Remove debug messages for function callsEnric Balletbo i Serra1-5/+0
2020-06-27drm/mediatek: Fix device passed to cmdqHsin-Yi Wang1-1/+2
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+2
2020-06-22soc: mediatek: cmdq: export finalize functionDennis YC Hsieh1-0/+1
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-2/+2
2020-04-13soc / drm: mediatek: Move routing control to mmsys deviceEnric Balletbo i Serra1-9/+10
2020-02-18drm/mediatek: Make sure previous message done or be aborted before sendBibby Hsieh1-0/+1
2020-02-18drm/mediatek: Move gce event property to mutex device nodeBibby Hsieh1-1/+2
2020-02-11drm/mediatek: Ensure the cursor plane is on top of other overlaysSean Paul1-3/+5
2020-02-11drm/mediatek: Find the cursor plane instead of hard coding itEvan Benn1-6/+12
2020-01-10drm/mediatek: Add ctm property supportYongqiang Niu1-4/+12
2020-01-10drm/mediatek: Add gamma property according to hardware capabilityYongqiang Niu1-2/+8
2020-01-09drm/mediatek: apply CMDQ control flowBibby Hsieh1-6/+55
2020-01-09drm/mediatek: support CMDQ interface in ddp componentBibby Hsieh1-5/+5
2019-12-20drm/mediatek: disable all the planes in atomic_disableBibby Hsieh1-0/+1
2019-12-20drm/mediatek: update cursors by using async atomic updateBibby Hsieh1-21/+77
2019-12-20drm/mediatek: handle events when enabling/disabling crtcBibby Hsieh1-0/+8
2019-12-20drm/mediatek: Fix can't get component for external display plane.Yongqiang Niu1-2/+3
2019-12-20drm/mediatek: Check return value of mtk_drm_ddp_comp_for_plane.Pi-Hsun Shih1-4/+9
2019-11-06drm/mediatek: Plumb supported rotation values from components to plane initSean Paul1-1/+3
2019-11-06drm/mediatek: Add plumbing for layer_check hookSean Paul1-0/+10
2019-11-06drm/mediatek: Add helper to get component for a planeSean Paul1-22/+34