index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
meson
Age
Commit message (
Expand
)
Author
Lines
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
-5
/
+7
2023-06-27
drm/bridge: dw-hdmi: change YUV420 selection logic at clock setup
Adrián Larumbe
-2
/
+2
2023-06-08
drm/meson: Convert to platform remove callback returning void
Uwe Kleine-König
-8
/
+4
2023-06-02
drm/meson: venc: include linux/bitfield.h
Arnd Bergmann
-0
/
+1
2023-06-02
drm/meson: Remove unneeded semicolon
Yang Li
-2
/
+2
2023-06-01
drm/meson: add support for MIPI-DSI transceiver
Neil Armstrong
-0
/
+520
2023-06-01
drm/meson: add DSI encoder
Neil Armstrong
-1
/
+198
2023-06-01
drm/meson: venc: add ENCL encoder setup for MIPI-DSI output
Neil Armstrong
-2
/
+242
2023-06-01
drm/meson: only use components with dw-hdmi
Neil Armstrong
-14
/
+16
2023-06-01
drm/meson: fix unbind path if HDMI fails to bind
Neil Armstrong
-9
/
+14
2023-04-27
drm/meson: set variables meson_hdmi_* storage-class-specifier to static
Tom Rix
-16
/
+16
2023-04-16
drm/aperture: Remove primary argument
Daniel Vetter
-1
/
+1
2023-03-29
Merge v6.3-rc4 into drm-next
Daniel Vetter
-6
/
+11
2023-03-22
drm/meson: fix missing component unbind on bind errors
Johan Hovold
-5
/
+8
2023-03-15
drm/meson: dw-hdmi: Fix devm_regulator_*get_enable*() conversion again
Marek Szyprowski
-1
/
+1
2023-03-14
drm/meson: Use GEM DMA fbdev emulation
Thomas Zimmermann
-2
/
+2
2023-03-13
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
-20
/
+3
2023-03-06
drm/meson/meson_venc: Relax the supported mode checks
Carlo Caione
-2
/
+2
2023-03-06
drm/meson: fix 1px pink line on GXM when scaling video overlay
Christian Hewitt
-0
/
+2
2023-01-31
Merge v6.2-rc6 into drm-next
Daniel Vetter
-3
/
+2
2023-01-10
drm/meson: dw-hdmi: Fix devm_regulator_*get_enable*() conversion
Marek Szyprowski
-1
/
+1
2023-01-03
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
-4
/
+5
2023-01-02
drm/meson: Reduce the FIFO lines held when AFBC is not used
Carlo Caione
-3
/
+2
2022-12-01
drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()
Matti Vaittinen
-20
/
+3
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
-1
/
+1
2022-11-03
drm/meson: Fix return type of meson_encoder_cvbs_mode_valid()
Nathan Chancellor
-3
/
+4
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-24
/
+69
2022-09-23
drm/meson: remove drm bridges at aggregate driver unbind time
Adrián Larumbe
-0
/
+39
2022-09-23
drm/meson: explicitly remove aggregate driver at module unload time
Adrián Larumbe
-0
/
+8
2022-09-23
drm/meson: reorder driver deinit sequence to fix use-after-free bug
Adrián Larumbe
-1
/
+1
2022-09-09
drm/meson: Fix OSD1 RGB to YCbCr coefficient
Stuart Menefy
-1
/
+1
2022-09-09
drm/meson: Correct OSD1 global alpha value
Stuart Menefy
-1
/
+1
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
-23
/
+21
2022-08-18
Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
-1
/
+4
2022-08-17
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
-17
/
+37
2022-08-08
drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()
Liang He
-1
/
+4
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-11
/
+11
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
-4
/
+4
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
-10
/
+10
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
-6
/
+6
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
-1
/
+0
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
-1
/
+1
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
-1
/
+0
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
-0
/
+2
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
-0
/
+2
2022-06-15
drm/meson: Fix overflow implicit truncation warnings
Sai Prakash Ranjan
-11
/
+11
2022-06-07
drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_init
Miaoqian Lin
-4
/
+11
2022-06-07
drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init
Miaoqian Lin
-0
/
+1
2022-05-18
drm/meson: add YUV422 output support
Dongjin Kim
-1
/
+7
2022-05-18
drm/meson: Fix refcount leak in meson_encoder_hdmi_init
Miaoqian Lin
-1
/
+3
[next]