aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson
AgeCommit message (Expand)Author
2024-03-06drm/meson: Don't remove bridges which are created by other driversMartin Blumenstingl
2024-03-06drm/meson: fix unbind path if HDMI fails to bindNeil Armstrong
2023-10-06drm/meson: fix memory leak on ->hpd_notify callbackJani Nikula
2023-08-30drm/aperture: Remove primary argumentDaniel Vetter
2023-03-30drm/meson: fix missing component unbind on bind errorsJohan Hovold
2023-03-22drm/meson: fix 1px pink line on GXM when scaling video overlayChristian Hewitt
2023-01-12drm/meson: Reduce the FIFO lines held when AFBC is not usedCarlo Caione
2022-12-31drm/meson: Fix return type of meson_encoder_cvbs_mode_valid()Nathan Chancellor
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-09-23drm/meson: remove drm bridges at aggregate driver unbind timeAdrián Larumbe
2022-09-23drm/meson: explicitly remove aggregate driver at module unload timeAdrián Larumbe
2022-09-23drm/meson: reorder driver deinit sequence to fix use-after-free bugAdrián Larumbe
2022-09-09drm/meson: Fix OSD1 RGB to YCbCr coefficientStuart Menefy
2022-09-09drm/meson: Correct OSD1 global alpha valueStuart Menefy
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-08-17Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann
2022-08-08drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()Liang He
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-15drm/meson: Fix overflow implicit truncation warningsSai Prakash Ranjan
2022-06-07drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_initMiaoqian Lin
2022-06-07drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_initMiaoqian Lin
2022-05-18drm/meson: add YUV422 output supportDongjin Kim
2022-05-18drm/meson: Fix refcount leak in meson_encoder_hdmi_initMiaoqian Lin
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-07drm: Drop commas after SoC match table sentinelsGeert Uytterhoeven
2022-02-25drm/meson: Make use of the helper component_compare_ofYong Wu
2022-01-27drm/meson: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas
2022-01-03drm/meson: Fix error handling when afbcd.ops->init failsMartin Blumenstingl
2022-01-03drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_opsMartin Blumenstingl
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann
2021-11-12drm/meson: encoder_cvbs: switch to bridge with ATTACH_NO_CONNECTORNeil Armstrong
2021-11-12drm/meson: rename venc_cvbs to encoder_cvbsNeil Armstrong
2021-11-12drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTORNeil Armstrong
2021-11-12drm/meson: split out encoder from meson_dw_hdmiNeil Armstrong
2021-11-12drm/meson: remove useless recursive components matchingNeil Armstrong
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-09-13drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-08-10drm/meson: fix colour distortion from HDR set during vendor u-bootChristian Hewitt
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie