index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
meson
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-27
drm/meson: Use 1000ULL when operating with mode->clock
I Hsin Cheng
1
-2
/
+2
2025-06-27
drm/meson: fix more rounding issues with 59.94Hz modes
Martin Blumenstingl
1
-21
/
+34
2025-06-27
drm/meson: use vclk_freq instead of pixel_freq in debug print
Martin Blumenstingl
1
-3
/
+3
2025-06-27
drm/meson: fix debug log statement when setting the HDMI clocks
Martin Blumenstingl
1
-1
/
+1
2025-06-27
drm/meson: use unsigned long long / Hz for frequency types
Martin Blumenstingl
5
-115
/
+126
2025-05-09
Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates"
Christian Hewitt
1
-3
/
+3
2024-09-08
drm/meson: plane: Add error handling
Haoran Liu
1
-6
/
+11
2024-08-03
drm/meson: fix canvas release in bind function
Yao Zi
1
-19
/
+18
2024-06-12
drm/meson: vclk: fix calculation of 59.94 fractional rates
Christian Hewitt
1
-3
/
+3
2024-05-17
drm/meson: dw-hdmi: add bandgap setting for g12
Jerome Brunet
1
-17
/
+26
2024-05-17
drm/meson: dw-hdmi: power up phy on device init
Jerome Brunet
1
-34
/
+17
2024-03-06
drm/meson: Don't remove bridges which are created by other drivers
Martin Blumenstingl
2
-2
/
+0
2024-03-06
drm/meson: fix unbind path if HDMI fails to bind
Neil Armstrong
1
-9
/
+14
2023-10-06
drm/meson: fix memory leak on ->hpd_notify callback
Jani Nikula
1
-0
/
+2
2023-08-30
drm/aperture: Remove primary argument
Daniel Vetter
1
-1
/
+1
2023-03-30
drm/meson: fix missing component unbind on bind errors
Johan Hovold
1
-5
/
+8
2023-03-22
drm/meson: fix 1px pink line on GXM when scaling video overlay
Christian Hewitt
1
-0
/
+2
2023-01-12
drm/meson: Reduce the FIFO lines held when AFBC is not used
Carlo Caione
1
-3
/
+2
2022-12-31
drm/meson: Fix return type of meson_encoder_cvbs_mode_valid()
Nathan Chancellor
1
-3
/
+4
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
9
-24
/
+69
2022-09-23
drm/meson: remove drm bridges at aggregate driver unbind time
Adrián Larumbe
6
-0
/
+39
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-09
drm/meson: Fix OSD1 RGB to YCbCr coefficient
Stuart Menefy
1
-1
/
+1
2022-09-09
drm/meson: Correct OSD1 global alpha value
Stuart Menefy
1
-1
/
+1
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
4
-23
/
+21
2022-08-18
Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+4
2022-08-17
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
5
-17
/
+37
2022-08-08
drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()
Liang He
1
-1
/
+4
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-11
/
+11
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
2
-4
/
+4
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
4
-10
/
+10
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
2
-6
/
+6
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
1
-1
/
+0
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
1
-1
/
+1
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
1
-1
/
+0
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
2
-0
/
+2
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2
-0
/
+2
2022-06-15
drm/meson: Fix overflow implicit truncation warnings
Sai Prakash Ranjan
1
-11
/
+11
2022-06-07
drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init
Miaoqian Lin
1
-4
/
+11
2022-06-07
drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init
Miaoqian Lin
1
-0
/
+1
2022-05-18
drm/meson: add YUV422 output support
Dongjin Kim
1
-1
/
+7
2022-05-18
drm/meson: Fix refcount leak in meson_encoder_hdmi_init
Miaoqian Lin
1
-1
/
+3
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
3
-18
/
+30
[next]