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.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
/
gud
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
drm/gud: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+4
2024-06-10
drm: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-05-02
drm/gud: Use fbdev-shmem
Thomas Zimmermann
1
-2
/
+2
2024-04-22
drm/gud: switch to struct drm_edid
Jani Nikula
1
-6
/
+6
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
1
-12
/
+18
2023-09-30
drm/gud: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-07-04
drm/gud: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-01-06
drm/gud: use new debugfs device-centered functions
Maíra Canal
1
-13
/
+4
2022-12-08
drm/gud: Fix missing include
Noralf Trønnes
1
-0
/
+1
2022-12-06
drm/gud: Enable synchronous flushing by default
Noralf Trønnes
1
-8
/
+4
2022-12-06
drm/gud: Use the shadow plane helper
Noralf Trønnes
3
-26
/
+57
2022-12-06
drm/gud: Prepare buffer for CPU access in gud_flush_work()
Noralf Trønnes
1
-34
/
+33
2022-12-06
drm/gud: Split up gud_flush_work()
Noralf Trønnes
1
-25
/
+31
2022-12-06
drm/gud: Don't retry a failed framebuffer flush
Noralf Trønnes
1
-40
/
+8
2022-12-06
drm/gud: Fix UBSAN warning
Noralf Trønnes
1
-2
/
+2
2022-11-24
drm/connector: Rename drm_mode_create_tv_properties
Maxime Ripard
1
-2
/
+2
2022-11-24
drm/connector: Rename legacy TV property
Maxime Ripard
1
-3
/
+3
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-10-10
drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...
Maxime Ripard
1
-1
/
+1
2022-08-10
drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
Thomas Zimmermann
1
-2
/
+5
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
1
-1
/
+1
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
1
-1
/
+2
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
1
-1
/
+1
2022-08-10
drm/format-helper: Convert drm_fb_swab() to struct iosys_map
Thomas Zimmermann
1
-1
/
+1
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
1
-1
/
+3
2022-07-19
drm/gud: Fix endianness in gud_xrgb8888_to_color() helper
Geert Uytterhoeven
1
-6
/
+8
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-02-08
dma-buf-map: Rename to iosys-map
Lucas De Marchi
1
-2
/
+2
2021-11-11
drm/format-helper: Rework format-helper conversion functions
Thomas Zimmermann
1
-5
/
+5
2021-11-11
drm/format-helper: Add destination-buffer pitch to drm_fb_swab()
Thomas Zimmermann
1
-1
/
+1
2021-11-11
drm/format-helper: Rework format-helper memcpy functions
Thomas Zimmermann
1
-1
/
+1
2021-10-04
drm/gud: Add GUD_PIXEL_FORMAT_RGB888
Noralf Trønnes
3
-0
/
+8
2021-10-04
drm/gud: Add GUD_PIXEL_FORMAT_RGB332
Noralf Trønnes
3
-0
/
+8
2021-10-04
drm/gud: Add GUD_PIXEL_FORMAT_R8
Noralf Trønnes
3
-0
/
+8
2021-08-12
drm/shmem-helper: Switch to vmf_insert_pfn
Daniel Vetter
1
-1
/
+1
2021-08-08
drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap()
Thomas Zimmermann
1
-2
/
+3
2021-08-08
drm/gem: Provide offset-adjusted framebuffer BO mappings
Thomas Zimmermann
1
-1
/
+1
2021-08-02
drm/gud: Map framebuffer BOs with drm_gem_fb_vmap()
Thomas Zimmermann
1
-5
/
+5
2021-07-23
drm/gud: Use framebuffer dma-buf helpers
Thomas Zimmermann
1
-8
/
+5
2021-07-08
drm/gud: Add async_flush module parameter
Noralf Trønnes
1
-0
/
+15
2021-07-08
drm/gud: Add Raspberry Pi Pico ID
Noralf Trønnes
1
-0
/
+1
2021-07-08
drm/gud: Use scatter-gather USB bulk transfer
Noralf Trønnes
3
-21
/
+78
2021-07-08
drm/gud: Free buffers on device removal
Noralf Trønnes
1
-4
/
+5
2021-06-24
drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the default
Daniel Vetter
1
-1
/
+0
2021-04-27
drm/gud: cleanup coding style a bit
Bernard Zhao
1
-2
/
+2
2021-03-23
drm/gud: Remove unneeded semicolon
kernel test robot
3
-4
/
+4
2021-03-23
drm/gud: fix sizeof use
kernel test robot
1
-1
/
+1
2021-03-16
drm: Add GUD USB Display driver
Noralf Trønnes
6
-0
/
+2114