summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson/meson_drv.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-9/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+1
2022-03-07drm: Drop commas after SoC match table sentinelsGeert Uytterhoeven1-1/+1
2022-02-25drm/meson: Make use of the helper component_compare_ofYong Wu1-9/+1
2022-01-27drm/meson: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas1-1/+2
2022-01-03drm/meson: Fix error handling when afbcd.ops->init failsMartin Blumenstingl1-8/+11
2022-01-03drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_opsMartin Blumenstingl1-4/+2
2021-11-12drm/meson: rename venc_cvbs to encoder_cvbsNeil Armstrong1-2/+2
2021-11-12drm/meson: split out encoder from meson_dw_hdmiNeil Armstrong1-0/+5
2021-11-12drm/meson: remove useless recursive components matchingNeil Armstrong1-41/+21
2021-09-13drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing1-2/+1
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-8/+4
2021-07-08drm/meson: Convert to Linux IRQ interfacesThomas Zimmermann1-7/+3
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1-4/+5
2021-05-25drm/meson: fix shutdown crash when component not probedNeil Armstrong1-4/+5
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-19/+8
2021-03-11drm: meson_drv add shutdown functionArtem Lapkin1-0/+11
2020-11-17drm/meson: Unbind all connectors on module removalMarc Zyngier1-1/+3
2020-11-17drm/meson: Free RDMA resources after tearing down DRMMarc Zyngier1-5/+5
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-13/+2
2020-06-10drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-9/+2
2020-06-10drm/meson: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-03Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+31
2020-05-13drm/meson: pm resume add return errno branchBernard Zhao1-3/+1
2020-05-05drm/meson: add mode selection limits against specific SoC revisionsNeil Armstrong1-1/+28
2020-03-26drm/meson: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-2/+3
2019-12-10drm/meson: Add AFBCD module driverNeil Armstrong1-7/+43
2019-08-28drm/meson: add resume/suspend hooksNeil Armstrong1-0/+32
2019-08-22drm: meson: use match data to detect vpu compatibilityJulien Masson1-4/+10
2019-08-09drm: meson: drv: use macro when initializing vpuJulien Masson1-4/+22
2019-07-17drm/meson: drop use of drmP.hSam Ravnborg1-16/+11
2019-06-21drm/meson: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-24Merge tag 'drm-misc-next-2019-04-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+13
2019-04-17drm/meson: add size and alignment requirements for dumb buffersNeil Armstrong1-1/+13
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie1-3/+6
2019-04-09drm/meson: Add G12A compatibleNeil Armstrong1-0/+1
2019-03-25drm/meson: Uninstall IRQ handlerJean-Philippe Brucker1-1/+4
2019-03-25drm/meson: Fix invalid pointer in meson_drv_unbind()Jean-Philippe Brucker1-2/+2
2019-03-20drm/meson: exclusively use the canvas provider moduleMaxime Jourdan1-44/+24
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-2/+12
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-4/+4
2019-01-15drm/meson: Fix atomic mode switching regressionNeil Armstrong1-0/+5
2019-01-14drm/meson: remove firmware framebuffersMaxime Jourdan1-0/+20
2019-01-14drm/meson: add missing of_node_putJulia Lawall1-2/+7
2018-11-13drm/meson: Support Overlay plane for video renderingNeil Armstrong1-1/+28