summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson/meson_drv.c
AgeCommit message (Expand)AuthorFilesLines
14 daysdrm/meson: fix canvas release in bind functionYao Zi1-19/+18
2024-02-19drm/meson: improve encoder probe / initialization error handlingMartin Blumenstingl1-3/+3
2023-06-08drm/meson: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-06-01drm/meson: add DSI encoderNeil Armstrong1-0/+9
2023-06-01drm/meson: only use components with dw-hdmiNeil Armstrong1-14/+16
2023-06-01drm/meson: fix unbind path if HDMI fails to bindNeil Armstrong1-9/+14
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter1-1/+1
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter1-5/+8
2023-03-22drm/meson: fix missing component unbind on bind errorsJohan Hovold1-5/+8
2023-03-14drm/meson: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-09-23drm/meson: remove drm bridges at aggregate driver unbind timeAdrián Larumbe1-0/+4
2022-09-23drm/meson: explicitly remove aggregate driver at module unload timeAdrián Larumbe1-0/+8
2022-09-23drm/meson: reorder driver deinit sequence to fix use-after-free bugAdrián Larumbe1-1/+1
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter1-5/+5
2022-08-08drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()Liang He1-1/+4
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-5/+5
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