Age | Commit message (Expand) | Author | Files | Lines |
2019-06-07 | drm/meson: Add support for XBGR8888 & ABGR8888 formats | Neil Armstrong | 1 | -0/+16 |
2019-06-07 | drm/meson: Add zpos immutable property to planes | Neil Armstrong | 2 | -0/+6 |
2019-05-28 | Merge remote-tracking branch 'drm/drm-next' into drm-misc-next | Maarten Lankhorst | 20 | -234/+20 |
2019-05-28 | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -7/+7 |
2019-05-24 | drm/meson: imply dw-hdmi i2s audio for meson hdmi | Jerome Brunet | 1 | -0/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 18 | -234/+18 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-20 | drm/fourcc: Pass the format_info pointer to drm_format_plane_width/height | Maxime Ripard | 1 | -6/+6 |
2019-05-20 | drm: Remove users of drm_format_num_planes | Maxime Ripard | 1 | -1/+1 |
2019-04-24 | Merge tag 'drm-misc-next-2019-04-18' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2 | -9/+21 |
2019-04-17 | drm/meson: add size and alignment requirements for dumb buffers | Neil Armstrong | 1 | -1/+13 |
2019-04-17 | drm/meson: Make some functions static | YueHaibing | 1 | -8/+8 |
2019-04-15 | BackMerge v5.1-rc5 into drm-next | Dave Airlie | 2 | -4/+8 |
2019-04-09 | drm/meson: Add G12A support for the DW-HDMI Glue | Neil Armstrong | 2 | -38/+157 |
2019-04-09 | drm/meson: Add G12A compatible | Neil Armstrong | 1 | -0/+1 |
2019-04-09 | drm/meson: Add G12A Video Clock setup | Neil Armstrong | 1 | -11/+108 |
2019-04-09 | drm/meson: Add G12A support for CVBS Encoder | Neil Armstrong | 2 | -9/+27 |
2019-04-09 | drm/meson: Add G12A support for plane handling in CRTC driver | Neil Armstrong | 2 | -52/+221 |
2019-04-09 | drm/meson: Add G12A Support for the Overlay video plane | Neil Armstrong | 1 | -2/+8 |
2019-04-09 | drm/meson: Add G12A support for OSD1 Plane | Neil Armstrong | 1 | -2/+13 |
2019-04-09 | drm/meson: Add G12A Support for VIU setup | Neil Armstrong | 1 | -5/+67 |
2019-04-09 | drm/meson: Add G12A Support for VPP setup | Neil Armstrong | 1 | -22/+29 |
2019-04-09 | drm/meson: Add registers for G12A SoC | Neil Armstrong | 1 | -0/+247 |
2019-04-09 | drm/meson: Switch PLL to 5.94GHz base for 297Mhz pixel clock | Neil Armstrong | 1 | -2/+2 |
2019-03-25 | drm/meson: fix TMDS clock filtering for DMT monitors | Neil Armstrong | 1 | -1/+2 |
2019-03-25 | drm/meson: Uninstall IRQ handler | Jean-Philippe Brucker | 1 | -1/+4 |
2019-03-25 | drm/meson: Fix invalid pointer in meson_drv_unbind() | Jean-Philippe Brucker | 1 | -2/+2 |
2019-03-20 | drm/meson: exclusively use the canvas provider module | Maxime Jourdan | 9 | -243/+51 |
2019-02-18 | Merge v5.0-rc7 into drm-next | Dave Airlie | 2 | -23/+14 |
2019-02-01 | drm/meson: add support for HDMI2.0 2160p modes | Neil Armstrong | 1 | -0/+2 |
2019-02-01 | drm/meson: add HDMI div40 TMDS mode | Neil Armstrong | 1 | -4/+19 |
2019-01-29 | drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install | Daniel Vetter | 1 | -1/+1 |
2019-01-24 | drm: Split out drm_probe_helper.h | Daniel Vetter | 4 | -9/+9 |
2019-01-15 | drm/meson: Fix atomic mode switching regression | Neil Armstrong | 2 | -21/+7 |
2019-01-14 | drm/meson: remove firmware framebuffers | Maxime Jourdan | 1 | -0/+20 |
2019-01-14 | drm/meson: add missing of_node_put | Julia Lawall | 1 | -2/+7 |
2019-01-11 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 4 | -8/+36 |
2019-01-10 | drm: meson: Cleanup on drm_display_mode print str | Shayenne Moura | 1 | -9/+3 |
2018-12-25 | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 18 | -181/+1470 |
2018-12-03 | drm/meson: Fix an Alpha Primary Plane bug on Meson GXL/GXM SoCs | Neil Armstrong | 3 | -0/+40 |
2018-11-29 | Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 6 | -52/+222 |
2018-11-27 | drm/meson: Add support for VIC alternate timings | Neil Armstrong | 3 | -52/+89 |
2018-11-27 | drm/meson: Add HDMI 1.4 4k modes | Neil Armstrong | 1 | -0/+129 |
2018-11-27 | drm/meson: add support for 1080p25 mode | Christian Hewitt | 1 | -0/+1 |
2018-11-27 | drm/meson: Fix OOB memory accesses in meson_viu_set_osd_lut() | Lyude Paul | 1 | -6/+6 |
2018-11-27 | drm/meson: Enable fast_io in meson_dw_hdmi_regmap_config | Lyude Paul | 1 | -0/+1 |
2018-11-27 | drm/meson: Fixes for drm_crtc_vblank_on/off support | Neil Armstrong | 2 | -2/+28 |
2018-11-22 | Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 13 | -112/+1207 |
2018-11-21 | drm/meson: Add implicit fencing support for primary and overlay planes | Koen Kooi | 2 | -0/+4 |
2018-11-19 | Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2 | -18/+2 |