summary refs log tree commit diff
path: root/drivers/gpu/drm/meson/meson_drv.c
AgeCommit message (Expand)Author
2023-09-08Merge tag 'v6.1.52' into 6.1/features/merge-fixesCristian Ciocaltea
2023-08-30drm/aperture: Remove primary argumentDaniel Vetter
2023-06-05Merge tag 'v6.1.29' into amd-staging-drm-nextCristian Ciocaltea
2023-03-30drm/meson: fix missing component unbind on bind errorsJohan Hovold
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
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-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2022-08-08drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()Liang He
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
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-12drm/meson: rename venc_cvbs to encoder_cvbsNeil 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-13drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-08drm/meson: Convert to Linux IRQ interfacesThomas Zimmermann
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie
2021-05-25drm/meson: fix shutdown crash when component not probedNeil Armstrong
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-03-11drm: meson_drv add shutdown functionArtem Lapkin
2020-11-17drm/meson: Unbind all connectors on module removalMarc Zyngier
2020-11-17drm/meson: Free RDMA resources after tearing down DRMMarc Zyngier
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-10drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann
2020-06-10drm/meson: Use GEM CMA object functionsThomas Zimmermann
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-13drm/meson: pm resume add return errno branchBernard Zhao
2020-05-05drm/meson: add mode selection limits against specific SoC revisionsNeil Armstrong
2020-03-26drm/meson: Drop explicit drm_mode_config_cleanup callDaniel Vetter
2019-12-10drm/meson: Add AFBCD module driverNeil Armstrong
2019-08-28drm/meson: add resume/suspend hooksNeil Armstrong
2019-08-22drm: meson: use match data to detect vpu compatibilityJulien Masson
2019-08-09drm: meson: drv: use macro when initializing vpuJulien Masson
2019-07-17drm/meson: drop use of drmP.hSam Ravnborg
2019-06-21drm/meson: Drop drm_gem_prime_export/importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-24Merge tag 'drm-misc-next-2019-04-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-04-17drm/meson: add size and alignment requirements for dumb buffersNeil Armstrong
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie