Age | Commit message (Expand) | Author |
2022-11-05 | drm/fb-helper: Move generic fbdev emulation into separate source file | Thomas Zimmermann |
2022-11-03 | drm/meson: Fix return type of meson_encoder_cvbs_mode_valid() | Nathan Chancellor |
2022-10-05 | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-09-23 | drm/meson: remove drm bridges at aggregate driver unbind time | Adrián Larumbe |
2022-09-23 | drm/meson: explicitly remove aggregate driver at module unload time | Adrián Larumbe |
2022-09-23 | drm/meson: reorder driver deinit sequence to fix use-after-free bug | Adrián Larumbe |
2022-09-09 | drm/meson: Fix OSD1 RGB to YCbCr coefficient | Stuart Menefy |
2022-09-09 | drm/meson: Correct OSD1 global alpha value | Stuart Menefy |
2022-09-06 | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d... | Daniel Vetter |
2022-08-18 | Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2022-08-17 | Merge drm/drm-fixes into drm-misc-fixes | Thomas Zimmermann |
2022-08-08 | drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors() | Liang He |
2022-08-05 | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-08-03 | drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr} | Danilo Krummrich |
2022-08-03 | drm/gem: rename GEM CMA helpers to GEM DMA helpers | Danilo Krummrich |
2022-08-03 | drm/fb: rename FB CMA helpers to FB DMA helpers | Danilo Krummrich |
2022-07-26 | drm: Remove unnecessary include statements of drm_plane_helper.h | Thomas Zimmermann |
2022-07-26 | drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING | Thomas Zimmermann |
2022-07-26 | drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers | Thomas Zimmermann |
2022-06-20 | drm: Drop drm_blend.h from drm_crtc.h | Ville Syrjälä |
2022-06-20 | drm: Drop drm_framebuffer.h from drm_crtc.h | Ville Syrjälä |
2022-06-15 | drm/meson: Fix overflow implicit truncation warnings | Sai Prakash Ranjan |
2022-06-07 | drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init | Miaoqian Lin |
2022-06-07 | drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init | Miaoqian Lin |
2022-05-18 | drm/meson: add YUV422 output support | Dongjin Kim |
2022-05-18 | drm/meson: Fix refcount leak in meson_encoder_hdmi_init | Miaoqian Lin |
2022-04-05 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2022-03-28 | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-03-07 | drm: Drop commas after SoC match table sentinels | Geert Uytterhoeven |
2022-02-25 | drm/meson: Make use of the helper component_compare_of | Yong Wu |
2022-01-27 | drm/meson: Use drm_module_platform_driver() to register the driver | Javier Martinez Canillas |
2022-01-03 | drm/meson: Fix error handling when afbcd.ops->init fails | Martin Blumenstingl |
2022-01-03 | drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops | Martin Blumenstingl |
2021-11-30 | drm: Remove CONFIG_DRM_KMS_CMA_HELPER option | Thomas Zimmermann |
2021-11-12 | drm/meson: encoder_cvbs: switch to bridge with ATTACH_NO_CONNECTOR | Neil Armstrong |
2021-11-12 | drm/meson: rename venc_cvbs to encoder_cvbs | Neil Armstrong |
2021-11-12 | drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTOR | Neil Armstrong |
2021-11-12 | drm/meson: split out encoder from meson_dw_hdmi | Neil Armstrong |
2021-11-12 | drm/meson: remove useless recursive components matching | Neil Armstrong |
2021-09-14 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2021-09-13 | drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx() | Cai Huoqing |
2021-09-01 | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2021-08-10 | drm/meson: fix colour distortion from HDR set during vendor u-boot | Christian Hewitt |
2021-07-21 | Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2021-07-08 | drm/meson: Convert to Linux IRQ interfaces | Thomas Zimmermann |
2021-07-01 | drm/aperture: Pass DRM driver structure instead of driver name | Thomas Zimmermann |
2021-06-24 | drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default | Daniel Vetter |
2021-06-23 | Backmerge tag 'v5.13-rc7' into drm-next | Dave Airlie |
2021-05-25 | drm/meson: fix shutdown crash when component not probed | Neil Armstrong |
2021-04-20 | drm/meson: dw-hdmi: disable DW-HDMI CEC sub-driver | Neil Armstrong |