summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek
Commit message (Expand)AuthorAgeFilesLines
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-246-6/+6
* Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-01-181-1/+2
|\
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-01-111-4/+7
| |\
| * | drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä2019-01-101-1/+2
* | | drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart2019-01-141-2/+2
| |/ |/|
* | drm/mediatek: Only try to attach bridge if there is oneNicolas Boichat2018-12-031-4/+7
|/
* Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-2912-279/+627
|\
| * drm/mediatek: add a error return value when clock driver has been preparedBibby Hsieh2018-10-031-1/+1
| * drm/mediatek: implement connection from BLS to DPI0Bibby Hsieh2018-10-031-1/+13
| * drm/mediatek: add hdmi driver for MT2701 and MT7623chunhui dai2018-10-035-3/+226
| * drm/mediatek: add support for SPDIF audio in HDMIchunhui dai2018-10-031-0/+5
| * drm/mediatek: separate hdmi phy to different filechunhui dai2018-10-036-223/+302
| * drm/mediatek: add dpi driver for mt2701 and mt7623chunhui dai2018-10-032-0/+23
| * drm/mediatek: convert dpi driver to use drm_of_find_panel_or_bridgechunhui dai2018-10-031-10/+6Star
| * drm/mediatek: add clock factor for different ICchunhui dai2018-10-031-9/+15
| * drm/mediatek: adjust EDGE to match clock and datachunhui dai2018-10-032-0/+9
| * drm/mediatek: move hardware register to node datachunhui dai2018-10-032-4/+16
| * drm/mediatek: add refcount for DPI power on/offchunhui dai2018-10-031-30/+13Star
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-2/+3
|\ \
| * | drm/mediatek: fix OF sibling-node lookupJohan Hovold2018-10-231-2/+3
| |/
* / treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-061-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/+8Star
* 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/+34Star
| |\|
| * | drm/mtk: mtk_drm_fb -> drm_framebufferDaniel Stone2018-05-181-26/+14Star
| * | drm/mtk: Move GEM BO to drm_framebufferDaniel Stone2018-05-183-35/+6Star
| * | drm/mtk: Remove impossible internal errorDaniel Stone2018-05-181-5/+0Star
* | | drm/mtk: mtk_drm_fb -> drm_framebufferDaniel Stone2018-06-271-26/+14Star
* | | drm/mtk: Move GEM BO to drm_framebufferDaniel Stone2018-06-273-35/+6Star
* | | drm/mtk: Remove impossible internal errorDaniel Stone2018-06-271-5/+0Star
* | | drm/mediatek: Add support for mediatek SOC MT2712stu.hsieh@mediatek.com2018-06-272-0/+78