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
/
tiny
Age
Commit message (
Expand
)
Author
Lines
2024-05-02
drm/tiny/st7586: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/repaper: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/panel-mipi-dbi: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/mi0283qt: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/ili9486: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/ili9341: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/ili9225: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/ili9163: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/hx8357d: Use fbdev-dma
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/simpledrm: Use fbdev-shmem
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/ofdrm: Use fbdev-shmem
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/gm12u320: Use fbdev-shmem
Thomas Zimmermann
-2
/
+2
2024-05-02
drm/tiny/cirrus: Use fbdev-shmem
Thomas Zimmermann
-2
/
+2
2024-04-26
drm/tiny: st7586: drop driver owner assignment
Krzysztof Kozlowski
-1
/
+0
2024-04-26
drm/tiny: panel-mipi-dbi: drop driver owner assignment
Krzysztof Kozlowski
-1
/
+0
2024-04-26
drm/tiny: mi0283qt: drop driver owner assignment
Krzysztof Kozlowski
-1
/
+0
2024-04-26
drm/tiny: ili9225: drop driver owner assignment
Krzysztof Kozlowski
-1
/
+0
2024-04-15
drm/simpledrm: Add drm_panic support
Jocelyn Falempe
-0
/
+16
2023-12-06
drm/simpledrm: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
-1
/
+0
2023-12-06
drm/ofdrm: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
-1
/
+0
2023-11-21
drm/arcpgu: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-1
/
+1
2023-11-14
drm/simpledrm: Preallocate format-conversion buffer in atomic_check
Thomas Zimmermann
-1
/
+40
2023-11-14
drm/ofdrm: Preallocate format-conversion buffer in atomic_check
Thomas Zimmermann
-0
/
+14
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
-18
/
+28
2023-10-23
BackMerge tag 'v6.6-rc7' into drm-next
Dave Airlie
-1
/
+1
2023-10-12
drm/tiny: correctly print `struct resource *` on error
Joey Gouly
-1
/
+1
2023-10-12
drm/simpledrm: Fix power domain device link validity check
Thierry Reding
-1
/
+1
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-0
/
+117
2023-09-25
drm/simpledrm: Add support for multiple "power-domains"
Janne Grunau
-0
/
+105
2023-09-22
Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
-1
/
+1
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
-0
/
+12
2023-09-14
Merge tag 'drm-misc-fixes-2023-09-07' of git://anongit.freedesktop.org/drm/dr...
Daniel Vetter
-5
/
+5
2023-09-12
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
-11
/
+17
2023-09-04
drm: gm12u320: Fix the timeout usage for usb_bulk_msg()
Jinjie Ruan
-5
/
+5
2023-08-25
drm/repaper: fix -Wvoid-pointer-to-enum-cast warning
Justin Stitt
-1
/
+1
2023-08-02
drm/tiny: panel-mipi-dbi: Allow sharing the D/C GPIO
Otto Pflüger
-1
/
+2
2023-08-02
drm/mipi-dbi: Lock SPI bus before setting D/C GPIO
Otto Pflüger
-1
/
+10
2023-07-29
drm/repaper: Reduce temporary buffer size in repaper_fb_dirty()
Geert Uytterhoeven
-1
/
+1
2023-06-08
drm/tiny: Convert to platform remove callback returning void
Uwe Kleine-König
-8
/
+4
2023-03-30
drm: Use of_property_read_bool() for boolean properties
Rob Herring
-6
/
+2
2023-03-28
drm: Use of_property_present() for testing DT property presence
Rob Herring
-1
/
+1
2023-03-22
drm/fbdev-generic: Remove unused prefer_shadow_fbdev flag
Thomas Zimmermann
-1
/
+0
2023-03-14
drm/arcpgu: Use GEM DMA fbdev emulation
Thomas Zimmermann
-2
/
+2
2023-03-13
drm/cirrus: Use VGA macro constants to unblank
Thomas Zimmermann
-1
/
+1
2023-03-13
drm/cirrus: Store HW format/pitch in primary-plane state
Thomas Zimmermann
-20
/
+31
2023-03-13
drm/cirrus: Introduce struct cirrus_primary_plane_state
Thomas Zimmermann
-1
/
+58
2023-03-13
drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_check
Thomas Zimmermann
-16
/
+10
2023-03-13
drm/cirrus: Test mode against video-memory size in device-wide mode_valid
Thomas Zimmermann
-10
/
+13
2023-03-13
drm/cirrus: Remove size test from cirrus_fb_create()
Thomas Zimmermann
-10
/
+1
[prev]
[next]