summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek
AgeCommit message (Expand)AuthorFilesLines
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard3-7/+7
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-15/+14
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-12/+14
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-7/+9
2021-02-24drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard1-11/+15
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-3/+3
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-2/+1
2020-12-17Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-35/+2
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst13-854/+88
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-850/+119
2020-12-03Merge tag 'mediatek-drm-next-5.11-2' of https://git.kernel.org/pub/scm/linux/...Dave Airlie12-815/+66
2020-11-30phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folderChun-Kuang Hu6-779/+0
2020-11-30drm/mediatek: Separate mtk_mipi_tx to an independent moduleChun-Kuang Hu5-5/+17
2020-11-30drm/prime: split array import functions v4Christian König1-1/+1
2020-11-28drm/mediatek: Use correct aliases name for ovlEnric Balletbo i Serra1-1/+1
2020-11-28soc / drm: mediatek: Move DDP component defines into mtk-mmsys.hYongqiang Niu1-33/+1
2020-11-28soc / drm: mediatek: cmdq: Remove timeout handler in helper functionChun-Kuang Hu1-2/+1
2020-11-25drm/mediatek: Introduce GEM object functionsThomas Zimmermann2-5/+11
2020-11-22drm/mediatek/mtk_disp_ovl: Fix formatting and provide missing member descriptionLee Jones1-2/+3
2020-11-22drm/mediatek/mtk_disp_color: Fix formatting and provide missing member descri...Lee Jones1-2/+3
2020-11-22drm/mediatek/mtk_drm_drv: Staticise local function invoked by referenceLee Jones1-2/+2
2020-11-22drm/mediatek/mtk_disp_rdma: Fix formatting and supply missing struct member d...Lee Jones1-2/+3
2020-11-22drm/mediatek: Drop local dma_parmsRobin Murphy2-26/+3
2020-11-21drm/mediatek: dsi: Modify horizontal front/back porch byte formulaCK Hu1-39/+22
2020-11-17drm/mediatek/mtk_drm_drv: Staticise local function invoked by referenceLee Jones1-2/+2
2020-11-17drm/mediatek/mtk_drm_crtc: Demote seriously out-of-date struct headerLee Jones1-1/+3
2020-11-17drm/mediatek/mtk_disp_rdma: Fix formatting and supply missing struct member d...Lee Jones1-2/+3
2020-11-17drm/mediatek/mtk_disp_ovl: Fix formatting and provide missing member descriptionLee Jones1-2/+3
2020-11-17drm/mediatek/mtk_disp_color: Fix formatting and provide missing member descri...Lee Jones1-2/+3
2020-11-17drm/mediatek/mtk_dpi: Remove unused struct definition 'mtk_dpi_encoder_funcs'Lee Jones1-9/+0
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-6/+9
2020-11-10drm/mediatek: Use struct dma_buf_map in GEM vmap opsThomas Zimmermann2-10/+14
2020-11-08drm/mediatek: Optimize functions which do not need to returnBernard Zhao1-20/+7
2020-11-07drm/mediatek: Add DDP support for MT8167Fabien Parent1-0/+47
2020-11-07drm/mediatek: Add disp-color MT8167 supportFabien Parent1-0/+7
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-05drm/mediatek: mtk_dpi: Fix unused variable 'mtk_dpi_encoder_funcs'Enric Balletbo i Serra1-9/+0
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 Ripard15-903/+187
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-1/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-876/+137
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-09-29Merge tag 'mediatek-drm-next-5.10' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie13-847/+129
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-25drm/mediatek: Introduce GEM object functionsThomas Zimmermann2-5/+11
2020-09-17drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata()Yu Kuai1-8/+18