aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek
Commit message (Expand)AuthorAgeFilesLines
* import kernel sourceSiluxsept2025-08-0930-0/+10156
* cleanup for new importSiluxsept2025-08-0930-10152/+0
* Merge tag 'android-13.0.0_r0.62' into staging/lineage-20_merge-android-13.0.0...Michael Bestas2023-04-112-25/+8
* redbull: import kernel source from correct branch..Siluxsept2022-12-221-1/+1
* drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata()Yu Kuai2020-09-231-8/+18
* drm/mediatek: Add exception handing in mtk_drm_probe() if component init failYu Kuai2020-09-231-1/+6
* drm/mediatek: Check plane visibility in atomic_updateHsin-Yi Wang2020-07-161-10/+15
* drm/mediatek: Find the cursor plane instead of hard coding itEvan Benn2020-03-251-6/+12
* drm/mediatek: handle events when enabling/disabling crtcBibby Hsieh2020-02-241-0/+8
* drm/mediatek: mtk_drm_drv.c: Add of_node_put() before gotoNishka Dasgupta2019-09-191-1/+4
* drm/mediatek: set DMA max segment sizeAlexandre Courbot2019-09-102-2/+35
* drm/mediatek: use correct device to import PRIME buffersAlexandre Courbot2019-09-101-1/+13
* drm/mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable()Hsin-Yi Wang2019-07-101-1/+9
* drm/mediatek: clear num_pipes when unbind driverHsin-Yi Wang2019-07-101-0/+1
* drm/mediatek: call drm_atomic_helper_shutdown() when unbinding driverHsin-Yi Wang2019-07-101-0/+1
* drm/mediatek: unbind components in mtk_drm_unbind()Hsin-Yi Wang2019-07-101-5/+1
* drm/mediatek: fix unbind functionsHsin-Yi Wang2019-07-101-0/+2
* drm/mediatek: fix possible object reference leakWen Yang2019-05-101-0/+1
* drm/mediatek: Fix an error code in mtk_hdmi_dt_parse_pdata()Dan Carpenter2019-05-101-1/+0
* drm/mediatek: fix OF sibling-node lookupJohan Hovold2018-11-131-2/+3
* treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-1/+1
* drm/mediatek: fix connection from RDMA2 to DSI1Stu Hsieh2018-08-271-1/+1
* drm/mediatek: update some variable name from ovl to compStu Hsieh2018-08-272-14/+14
* drm/mediatek: use layer_nr function to get layer number to init planeStu Hsieh2018-08-272-8/+14
* drm/mediatek: add function to return RDMA layer numberStu Hsieh2018-08-271-0/+6
* drm/mediatek: add function to return OVL layer numberStu Hsieh2018-08-271-0/+6
* drm/mediatek: add function to get layer number for componentStu Hsieh2018-08-271-0/+9
* drm/mediatek: add YUYV/UYVY color format support for RDMAStu Hsieh2018-08-271-0/+20
* drm/mediatek: add the comment about color format setting for OVLStu Hsieh2018-08-271-0/+5
* drm/mediatek: add RGB color format support for RDMAStu Hsieh2018-08-271-0/+45
* drm/mediatek: add memory mode and layer_config for RDMAStu Hsieh2018-08-271-0/+21
* drm/mediatek: add connection from RDMA2 to DSI0Stu Hsieh2018-08-271-0/+4
* drm/mediatek: add connection from RDMA1 to DSI0Stu Hsieh2018-08-271-0/+4
* drm/mediatek: add connection from RDMA0 to DSI1Stu Hsieh2018-08-271-0/+4
* drm/mediatek: add connection from RDMA0 to DPI1Stu Hsieh2018-08-271-0/+4
* drm/mediatek: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-08-271-3/+3
* drm/mediatek: Convert drm_atomic_helper_suspend/resume()Souptick Joarder2018-08-271-13/+8
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-202-3/+3
|\ \
| * | drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-132-2/+2
| * | drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1
| * | Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-204-43/+34
| |\|
| * | drm/mtk: mtk_drm_fb -> drm_framebufferDaniel Stone2018-05-181-26/+14
| * | drm/mtk: Move GEM BO to drm_framebufferDaniel Stone2018-05-183-35/+6
| * | drm/mtk: Remove impossible internal errorDaniel Stone2018-05-181-5/+0
* | | drm/mtk: mtk_drm_fb -> drm_framebufferDaniel Stone2018-06-281-26/+14
* | | drm/mtk: Move GEM BO to drm_framebufferDaniel Stone2018-06-283-35/+6
* | | drm/mtk: Remove impossible internal errorDaniel Stone2018-06-281-5/+0
* | | drm/mediatek: Add support for mediatek SOC MT2712stu.hsieh@mediatek.com2018-06-282-0/+78