summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek
AgeCommit message (Expand)AuthorFilesLines
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-06-28drm/mtk: mtk_drm_fb -> drm_framebufferDaniel Stone1-26/+14
2018-06-28drm/mtk: Move GEM BO to drm_framebufferDaniel Stone3-35/+6
2018-06-28drm/mtk: Remove impossible internal errorDaniel Stone1-5/+0
2018-06-28drm/mediatek: Add support for mediatek SOC MT2712stu.hsieh@mediatek.com2-0/+78
2018-06-28drm/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
2018-06-24drm/mediatek: add DSI2 support for mutexstu.hsieh@mediatek.com1-0/+5
2018-06-24drm/mediatek: add DPI1 support for mutexstu.hsieh@mediatek.com1-0/+5
2018-06-24drm/mediatek: add connection from RDMA2 to DSI3stu.hsieh@mediatek.com1-0/+8
2018-06-24drm/mediatek: add connection from RDMA2 to DSI2stu.hsieh@mediatek.com1-0/+8
2018-06-24drm/mediatek: add connection from RDMA2 to DSI1stu.hsieh@mediatek.com1-0/+8
2018-06-24drm/mediatek: add connection from RDMA2 to DPI1stu.hsieh@mediatek.com1-0/+8
2018-06-24drm/mediatek: add connection from RDMA2 to DPI0stu.hsieh@mediatek.com1-0/+9
2018-06-24drm/mediatek: add connection from RDMA1 to DSI3stu.hsieh@mediatek.com1-0/+8
2018-06-24drm/mediatek: add connection from RDMA1 to DSI2stu.hsieh@mediatek.com1-0/+9
2018-06-24drm/mediatek: add connection from RDMA1 to DSI1stu.hsieh@mediatek.com1-0/+9
2018-06-24drm/mediatek: add connection from RDMA1 to DPI1stu.hsieh@mediatek.com1-0/+8
2018-06-24drm/mediatek: add connection from RDMA0 to DSI3stu.hsieh@mediatek.com1-0/+4
2018-06-24drm/mediatek: add connection from RDMA0 to DSI2stu.hsieh@mediatek.com1-0/+4
2018-06-24drm/mediatek: add connection from RDMA0 to DPI0stu.hsieh@mediatek.com1-0/+5
2018-06-24drm/mediatek: Update the definition of connection from RDMA1 to DPI0stu.hsieh@mediatek.com1-4/+4
2018-06-24drm/mediatek: add connection from OD1 to RDMA1stu.hsieh@mediatek.com1-0/+4
2018-06-24drm/mediatek: add the DSI1 for component init conditionstu.hsieh@mediatek.com1-0/+1
2018-06-24drm/mediatek: add component DSI3stu.hsieh@mediatek.com2-0/+3
2018-06-24drm/mediatek: add component DSI2stu.hsieh@mediatek.com2-0/+3
2018-06-24drm/mediatek: add component DPI1stu.hsieh@mediatek.com2-0/+3
2018-06-24drm/mediatek: add ddp component PWM2stu.hsieh@mediatek.com2-0/+2
2018-06-24drm/mediatek: add ddp component PWM1stu.hsieh@mediatek.com1-0/+1
2018-06-24drm/mediatek: add ddp component OD1stu.hsieh@mediatek.com4-5/+7
2018-06-24drm/mediatek: add ddp component AAL1stu.hsieh@mediatek.com4-4/+6
2018-06-24drm/mediatek: support maximum 64 mutex modstu.hsieh@mediatek.com1-28/+47
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan4-43/+34
2018-05-18drm/mtk: mtk_drm_fb -> drm_framebufferDaniel Stone1-26/+14
2018-05-18drm/mtk: Move GEM BO to drm_framebufferDaniel Stone3-35/+6
2018-05-18drm/mtk: Remove impossible internal errorDaniel Stone1-5/+0
2018-05-02drm/mediatek: Using the function drm_display_mode_to_videomodeSatendra Singh Thakur3-42/+33
2018-04-25drm/mediatek: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Gomonovych, Vasyl1-1/+1
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-6/+1
2018-01-23drm/mediatek: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-2/+3
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-6/+6
2017-11-22drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä1-1/+2
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-4/+4
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä1-1/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+1
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1