summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek
AgeCommit message (Expand)AuthorFilesLines
2023-03-11drm/mediatek: Clean dangling pointer on bind error pathNĂ­colas F. R. A. Prado1-0/+1
2023-03-11drm/mediatek: Drop unbalanced obj unrefRob Clark1-2/+0
2022-08-25drm/mediatek: dpi: Remove output format of YUVBo-Chen Chen1-25/+6
2022-08-25drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff functionXinlei Lee1-0/+2
2022-06-14drm/mediatek: Fix mtk_cec_mask()Miles Chen1-1/+1
2020-09-23drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata()Yu Kuai1-8/+18
2020-09-23drm/mediatek: Add exception handing in mtk_drm_probe() if component init failYu Kuai1-1/+6
2020-07-16drm/mediatek: Check plane visibility in atomic_updateHsin-Yi Wang1-10/+15
2020-03-25drm/mediatek: Find the cursor plane instead of hard coding itEvan Benn1-6/+12
2020-02-24drm/mediatek: handle events when enabling/disabling crtcBibby Hsieh1-0/+8
2019-09-19drm/mediatek: mtk_drm_drv.c: Add of_node_put() before gotoNishka Dasgupta1-1/+4
2019-09-10drm/mediatek: set DMA max segment sizeAlexandre Courbot2-2/+35
2019-09-10drm/mediatek: use correct device to import PRIME buffersAlexandre Courbot1-1/+13
2019-07-10drm/mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable()Hsin-Yi Wang1-1/+9
2019-07-10drm/mediatek: clear num_pipes when unbind driverHsin-Yi Wang1-0/+1
2019-07-10drm/mediatek: call drm_atomic_helper_shutdown() when unbinding driverHsin-Yi Wang1-0/+1
2019-07-10drm/mediatek: unbind components in mtk_drm_unbind()Hsin-Yi Wang1-5/+1
2019-07-10drm/mediatek: fix unbind functionsHsin-Yi Wang1-0/+2
2019-05-10drm/mediatek: fix possible object reference leakWen Yang1-0/+1
2019-05-10drm/mediatek: Fix an error code in mtk_hdmi_dt_parse_pdata()Dan Carpenter1-1/+0
2018-11-13drm/mediatek: fix OF sibling-node lookupJohan Hovold1-2/+3
2018-10-06treewide: Replace more open-coded allocation size multiplicationsKees Cook1-1/+1
2018-08-27drm/mediatek: fix connection from RDMA2 to DSI1Stu Hsieh1-1/+1
2018-08-27drm/mediatek: update some variable name from ovl to compStu Hsieh2-14/+14
2018-08-27drm/mediatek: use layer_nr function to get layer number to init planeStu Hsieh2-8/+14
2018-08-27drm/mediatek: add function to return RDMA layer numberStu Hsieh1-0/+6
2018-08-27drm/mediatek: add function to return OVL layer numberStu Hsieh1-0/+6
2018-08-27drm/mediatek: add function to get layer number for componentStu Hsieh1-0/+9
2018-08-27drm/mediatek: add YUYV/UYVY color format support for RDMAStu Hsieh1-0/+20
2018-08-27drm/mediatek: add the comment about color format setting for OVLStu Hsieh1-0/+5
2018-08-27drm/mediatek: add RGB color format support for RDMAStu Hsieh1-0/+45
2018-08-27drm/mediatek: add memory mode and layer_config for RDMAStu Hsieh1-0/+21
2018-08-27drm/mediatek: add connection from RDMA2 to DSI0Stu Hsieh1-0/+4
2018-08-27drm/mediatek: add connection from RDMA1 to DSI0Stu Hsieh1-0/+4
2018-08-27drm/mediatek: add connection from RDMA0 to DSI1Stu Hsieh1-0/+4
2018-08-27drm/mediatek: add connection from RDMA0 to DPI1Stu Hsieh1-0/+4
2018-08-27drm/mediatek: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-3/+3
2018-08-27drm/mediatek: Convert drm_atomic_helper_suspend/resume()Souptick Joarder1-13/+8
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-3/+3
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2-2/+2
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-06-27drm/mtk: mtk_drm_fb -> drm_framebufferDaniel Stone1-26/+14
2018-06-27drm/mtk: Move GEM BO to drm_framebufferDaniel Stone3-35/+6
2018-06-27drm/mtk: Remove impossible internal errorDaniel Stone1-5/+0
2018-06-27drm/mediatek: Add support for mediatek SOC MT2712stu.hsieh@mediatek.com2-0/+78
2018-06-27drm/mediatek: Split line to not over 80 charactersCK Hu1-18/+36
2018-06-24drm/mediatek: add third ddp pathstu.hsieh@mediatek.com3-1/+12
2018-06-24drm/mediatek: add DSI3 support for mutexstu.hsieh@mediatek.com1-0/+5