index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
meson
/
meson_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-08
drm/meson: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-06-01
drm/meson: add DSI encoder
Neil Armstrong
1
-0
/
+9
2023-06-01
drm/meson: only use components with dw-hdmi
Neil Armstrong
1
-14
/
+16
2023-06-01
drm/meson: fix unbind path if HDMI fails to bind
Neil Armstrong
1
-9
/
+14
2023-04-16
drm/aperture: Remove primary argument
Daniel Vetter
1
-1
/
+1
2023-03-29
Merge v6.3-rc4 into drm-next
Daniel Vetter
1
-5
/
+8
2023-03-22
drm/meson: fix missing component unbind on bind errors
Johan Hovold
1
-5
/
+8
2023-03-14
drm/meson: Use GEM DMA fbdev emulation
Thomas Zimmermann
1
-2
/
+2
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-09-23
drm/meson: remove drm bridges at aggregate driver unbind time
Adrián Larumbe
1
-0
/
+4
2022-09-23
drm/meson: explicitly remove aggregate driver at module unload time
Adrián Larumbe
1
-0
/
+8
2022-09-23
drm/meson: reorder driver deinit sequence to fix use-after-free bug
Adrián Larumbe
1
-1
/
+1
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
1
-5
/
+5
2022-08-08
drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()
Liang He
1
-1
/
+4
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
1
-5
/
+5
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-9
/
+1
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+1
2022-03-07
drm: Drop commas after SoC match table sentinels
Geert Uytterhoeven
1
-1
/
+1
2022-02-25
drm/meson: Make use of the helper component_compare_of
Yong Wu
1
-9
/
+1
2022-01-27
drm/meson: Use drm_module_platform_driver() to register the driver
Javier Martinez Canillas
1
-1
/
+2
2022-01-03
drm/meson: Fix error handling when afbcd.ops->init fails
Martin Blumenstingl
1
-8
/
+11
2022-01-03
drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops
Martin Blumenstingl
1
-4
/
+2
2021-11-12
drm/meson: rename venc_cvbs to encoder_cvbs
Neil Armstrong
1
-2
/
+2
2021-11-12
drm/meson: split out encoder from meson_dw_hdmi
Neil Armstrong
1
-0
/
+5
2021-11-12
drm/meson: remove useless recursive components matching
Neil Armstrong
1
-41
/
+21
2021-09-13
drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx()
Cai Huoqing
1
-2
/
+1
2021-07-21
Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-8
/
+4
2021-07-08
drm/meson: Convert to Linux IRQ interfaces
Thomas Zimmermann
1
-7
/
+3
2021-07-01
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
1
-1
/
+1
2021-06-23
Backmerge tag 'v5.13-rc7' into drm-next
Dave Airlie
1
-4
/
+5
2021-05-25
drm/meson: fix shutdown crash when component not probed
Neil Armstrong
1
-4
/
+5
2021-04-14
drm/aperture: Convert drivers to aperture interfaces
Thomas Zimmermann
1
-19
/
+8
2021-03-11
drm: meson_drv add shutdown function
Artem Lapkin
1
-0
/
+11
2020-11-17
drm/meson: Unbind all connectors on module removal
Marc Zyngier
1
-1
/
+3
2020-11-17
drm/meson: Free RDMA resources after tearing down DRM
Marc Zyngier
1
-5
/
+5
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-1
/
+1
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-13
/
+2
2020-06-10
drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE
Thomas Zimmermann
1
-9
/
+2
2020-06-10
drm/meson: Use GEM CMA object functions
Thomas Zimmermann
1
-5
/
+1
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+31
2020-05-13
drm/meson: pm resume add return errno branch
drm-misc-fixes-2020-05-14
Bernard Zhao
1
-3
/
+1
2020-05-05
drm/meson: add mode selection limits against specific SoC revisions
Neil Armstrong
1
-1
/
+28
2020-03-26
drm/meson: Drop explicit drm_mode_config_cleanup call
Daniel Vetter
1
-2
/
+3
2019-12-10
drm/meson: Add AFBCD module driver
Neil Armstrong
1
-7
/
+43
2019-08-28
drm/meson: add resume/suspend hooks
Neil Armstrong
1
-0
/
+32
2019-08-22
drm: meson: use match data to detect vpu compatibility
Julien Masson
1
-4
/
+10
2019-08-09
drm: meson: drv: use macro when initializing vpu
Julien Masson
1
-4
/
+22
2019-07-17
drm/meson: drop use of drmP.h
Sam Ravnborg
1
-16
/
+11
2019-06-21
drm/meson: Drop drm_gem_prime_export/import
Daniel Vetter
1
-2
/
+0
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
1
-3
/
+1
[next]