index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tiny
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-30
drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
Alexandr Sapozhnikov
1
-1
/
+1
2023-03-10
drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
Carlo Caione
1
-4
/
+9
2022-09-27
drm/simpledrm: Synchronize access to GEM BOs
Thomas Zimmermann
1
-2
/
+8
2022-09-27
drm/simpledrm: Iterate over damage clips
Thomas Zimmermann
1
-11
/
+13
2022-09-27
drm/simpledrm: Remove !fb check from atomic_update
Thomas Zimmermann
1
-3
/
+0
2022-09-27
drm/simpledrm: Use drm_atomic_get_new_plane_state()
Thomas Zimmermann
1
-4
/
+4
2022-09-27
drm/simpledrm: Compute linestride with drm_format_info_min_pitch()
Thomas Zimmermann
1
-2
/
+5
2022-09-17
drm/plane-helper: Add a drm_plane_helper_atomic_check() helper
Javier Martinez Canillas
1
-24
/
+1
2022-09-12
drm/format-helper: Add drm_fb_build_fourcc_list() helper
Thomas Zimmermann
1
-42
/
+5
2022-09-12
drm/modes: Add initializer macro DRM_MODE_INIT()
Thomas Zimmermann
1
-14
/
+9
2022-09-12
drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()
Thomas Zimmermann
9
-9
/
+18
2022-09-12
drm/probe-helper: Add drm_connector_helper_get_modes_fixed()
Thomas Zimmermann
2
-32
/
+2
2022-09-07
drm/bochs: fix blanking
Gerd Hoffmann
1
-0
/
+2
2022-08-10
drm/format-helper: Rework XRGB8888-to-MONO conversion
Thomas Zimmermann
1
-1
/
+5
2022-08-10
drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
Thomas Zimmermann
1
-1
/
+4
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
1
-2
/
+1
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
1
-2
/
+1
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
1
-9
/
+12
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
1
-4
/
+4
2022-08-05
drm/simpledrm: Convert to atomic helpers
Thomas Zimmermann
1
-105
/
+168
2022-08-05
drm/simpledrm: Compute framebuffer stride if not set
Thomas Zimmermann
1
-0
/
+3
2022-08-05
drm/simpledrm: Remove pdev field from device structure
Thomas Zimmermann
1
-4
/
+2
2022-08-05
drm/simpledrm: Inline device-init helpers
Thomas Zimmermann
1
-163
/
+128
2022-08-05
drm/simpledrm: Remove mem field from device structure
Thomas Zimmermann
1
-2
/
+0
2022-08-05
drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()
Nathan Chancellor
1
-1
/
+1
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
1
-1
/
+1
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
12
-51
/
+51
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
4
-8
/
+8
2022-07-19
drm/bochs: Fix some error handling paths in bochs_pci_probe()
Christophe JAILLET
1
-3
/
+9
2022-06-27
drm: Implement DRM aperture helpers under video/
Thomas Zimmermann
1
-0
/
+1
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
7
-0
/
+7
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
4
-0
/
+4
2022-06-09
drm/bochs: Explicitly include linux/module.h
Michel Dänzer
1
-0
/
+1
2022-05-23
drm/st7735r: Fix module autoloading for Okaya RH128128T
Javier Martinez Canillas
1
-0
/
+1
2022-05-03
drm/simpledrm: Use fbdev defaults for shadow buffering
Thomas Zimmermann
1
-1
/
+0
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
12
-36
/
+19
2022-03-25
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
9
-68
/
+448
2022-03-17
drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()
Geert Uytterhoeven
1
-1
/
+1
2022-03-04
Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
5
-23
/
+418
2022-02-28
drm/tiny: Add MIPI DBI compatible SPI driver
Noralf Trønnes
3
-0
/
+414
2022-02-24
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+2
2022-02-24
drm/repaper: Use format helper for xrgb8888 to monochrome conversion
Javier Martinez Canillas
1
-23
/
+1
2022-02-23
drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...
Hans de Goede
1
-0
/
+3
2022-02-11
Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-6
/
+9
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
9
-27
/
+9
2022-02-08
dma-buf-map: Rename to iosys-map
Lucas De Marchi
2
-6
/
+9
2022-02-07
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-38
/
+21
2022-01-27
drm/arc: Use drm_module_platform_driver() to register the driver
Javier Martinez Canillas
1
-1
/
+2
2022-01-27
drm/simpledrm: Request memory region in driver
Thomas Zimmermann
1
-5
/
+17
[next]