aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Merge tag 'mediatek-drm-next-5.5-2' of https://github.com/ckhu-mediatek/linux.git-tags into drm-nextDave Airlie6-42/+205
2019-11-06drm/mediatek: Support 180 degree rotationSean Paul1-2/+2
2019-11-06drm/mediatek: Support reflect-x plane rotationSean Paul1-1/+9
2019-11-06drm/mediatek: Support reflect-y plane rotationSean Paul1-0/+42
2019-11-06drm/mediatek: Plumb supported rotation values from components to plane initSean Paul4-3/+27
2019-11-06drm/mediatek: Add plumbing for layer_check hookSean Paul4-0/+30
2019-11-06drm/mediatek: Add helper to get component for a planeSean Paul1-22/+34
2019-11-06drm/mediatek: Refactor plane initSean Paul1-18/+59
2019-11-06drm/mediatek: Add RGB[A] variants to published plane formatsSean Paul1-0/+6
2019-10-24drm/mediatek: remove cast to pointers passed to kfreeWambui Karuga1-2/+2
2019-10-22Merge tag 'mediatek-drm-next-5.5' of https://github.com/ckhu-mediatek/linux.git-tags into drm-nextDave Airlie12-421/+955
2019-10-09drm/mediatek: add no_clk into ddp private dataCK Hu1-6/+9
2019-10-09drm/mediatek: add mutex sof register offset into ddp private dataYongqiang Niu1-3/+10
2019-10-09drm/mediatek: add mutex sof into ddp private dataYongqiang Niu1-8/+35
2019-10-09drm/mediatek: add mutex mod register offset into ddp private dataYongqiang Niu1-8/+16
2019-10-09drm/mediatek: add mutex mod into ddp private dataYongqiang Niu1-11/+30
2019-10-09drm/mediatek: add ovl0/ovl_2l0 usecaseYongqiang Niu1-3/+34
2019-10-09drm/mediatek: distinguish ovl and ovl_2l by layer_nrYongqiang Niu1-3/+6
2019-10-09drm/mediatek: add background color input select function for ovl/ovl_2lYongqiang Niu1-0/+22
2019-10-09drm/mediatek: add function to background color input select for ovl/ovl_2l direct linkYongqiang Niu1-0/+14
2019-10-09drm/medaitek: add layer_nr for ovl private dataYongqiang Niu1-1/+6
2019-10-09drm/mediatek: add gmc_bits for ovl private dataYongqiang Niu1-2/+21
2019-10-09drm/mediatek: add component OVL_2L1Yongqiang Niu2-0/+2
2019-10-09drm/mediatek: add component OVL_2L0Yongqiang Niu3-0/+5
2019-10-09drm/mediatek: add component DITHERYongqiang Niu2-0/+34
2019-10-09drm/mediatek: add ddp component CCORRYongqiang Niu2-0/+34
2019-10-07drm/mediatek: add dphy reset after setting lanes numberJitao Shi1-0/+9
2019-10-07drm/mediatek: adjust dsi and mipi_tx probe sequenceJitao Shi1-1/+1
2019-10-07drm/mediatek: change the dsi phytiming calculate methodJitao Shi1-37/+81
2019-10-07drm/mediatek: add mt8183 dsi driver supportJitao Shi1-0/+8
2019-10-07drm/mediatek: add frame size controlJitao Shi1-0/+6
2019-10-07drm/mediatek: add dsi reg commit disable controlJitao Shi1-0/+10
2019-10-07drm/mediatek: replace writeb() with mtk_dsi_mask()Jitao Shi1-1/+3
2019-10-07drm/mediatek: fixes CMDQ reg address of mt8173 is different with mt2701Jitao Shi1-5/+22
2019-10-07drm/mediatek: move mipi_dsi_host_register to probeJitao Shi1-22/+31
2019-10-07drm/mediatek: add mipi_tx driver for mt8183Jitao Shi4-0/+153
2019-10-07drm/mediatek: separate mipi_tx to different fileJitao Shi4-315/+358
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard2-3/+53
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-83/+62
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon3-0/+3
2019-08-24drm/mediatek: include dma-mapping headerDave Airlie1-0/+1
2019-08-19drm/mediatek: mtk_drm_drv.c: Add of_node_put() before gotoNishka Dasgupta1-1/+4
2019-08-15drm/mediatek: set DMA max segment sizeAlexandre Courbot2-2/+35
2019-08-15drm/mediatek: use correct device to import PRIME buffersAlexandre Courbot1-1/+13
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-07-19drm/mediatek: direct include of drm.h in mtk_drm_gem.cSam Ravnborg1-0/+1
2019-07-17drm/mediatek: drop use of drmP.hSam Ravnborg12-39/+56
2019-06-25drm/mediatek: Use drm_atomic_helper_wait_for_fencesDaniel Vetter4-40/+3
2019-06-21drm/mtk: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1