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.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
/
vkms
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-1
/
+3
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
1
-5
/
+6
2021-02-23
drm/vkms: Annotate vblank timer
Daniel Vetter
1
-1
/
+7
2021-02-23
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
1
-1
/
+2
2021-02-17
drm: Switch to %p4cc format modifier
Sakari Ailus
1
-5
/
+2
2021-01-15
drm/vkms: Fix missing kmalloc allocation failure check
Colin Ian King
1
-1
/
+5
2021-01-12
drm/vkms: Add support for writeback module
Sumera Priyadarsini
3
-3
/
+12
2021-01-12
drm/vkms: Add vkms_config type
Sumera Priyadarsini
3
-12
/
+43
2020-12-11
drm/vkms: Unset preferred_depth
Daniel Vetter
1
-1
/
+4
2020-11-24
drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()
Thomas Zimmermann
1
-1
/
+0
2020-11-20
drm: Pass the full state to connectors atomic functions
Maxime Ripard
1
-2
/
+5
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2
-13
/
+24
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-1
/
+1
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-7
/
+9
2020-10-20
drm/vkms: fbdev emulation support
Daniel Vetter
1
-0
/
+2
2020-10-16
drm/vkms: Switch to shmem helpers
Daniel Vetter
7
-327
/
+29
2020-10-16
drm/vkms: Set preferred depth correctly
Daniel Vetter
1
-1
/
+1
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+2
2020-09-25
drm/vkms: Introduce GEM object functions
Thomas Zimmermann
2
-8
/
+13
2020-09-11
drm/vkms: Use devm_drm_dev_alloc
Daniel Vetter
1
-28
/
+28
2020-09-08
drm/vkms: Add support for writeback
Rodrigo Siqueira
5
-7
/
+179
2020-09-08
drm/vkms: Compute CRC without change input data
Rodrigo Siqueira
1
-12
/
+22
2020-09-08
drm/vkms: Decouple crc operations from composer
Rodrigo Siqueira
1
-20
/
+29
2020-08-30
drm/vkms: avoid warning in vkms_get_vblank_timestamp
Sidong Yang
1
-0
/
+5
2020-08-30
drm/vkms: add alpha-premultiplied color blending
Melissa Wen
1
-16
/
+39
2020-08-10
drm/vkms: add missing platform_device_unregister() in vkms_init()
Qinglang Miao
1
-1
/
+1
2020-08-10
drm/vkms: guarantee vblank when capturing crc
Melissa Wen
1
-3
/
+17
2020-08-02
drm/vkms: fix xrgb on compute crc
Melissa Wen
1
-1
/
+1
2020-07-13
drm/vkms: change the max cursor width/height
Melissa Wen
1
-0
/
+2
2020-05-20
drm/vkms: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-1
/
+1
2020-05-07
drm/vkms: Hold gem object while still in-use
Ezequiel Garcia
2
-10
/
+6
2020-05-07
drm/vkms: enable cursor by default
Melissa Wen
1
-1
/
+1
2020-04-02
drm/vkms: Use simple encoder
Thomas Zimmermann
1
-6
/
+2
2020-03-26
drm: Garbage collect drm_dev_fini
Daniel Vetter
1
-1
/
+0
2020-03-26
drm/vkms: Use drmm_add_final_kfree
Daniel Vetter
1
-9
/
+9
2020-02-13
drm/vkms: Convert to CRTC VBLANK callbacks
Thomas Zimmermann
3
-8
/
+6
2020-01-28
drm/vkms: plane_state->fb iff plane_state->crtc
Daniel Vetter
1
-1
/
+1
2019-12-06
drm/vkms: Fix typo and preposion in function documentation
Gabriela Bittencourt
1
-4
/
+4
2019-11-04
drm/vkms: Update VKMS documentation
Gabriela Bittencourt
1
-4
/
+4
2019-10-10
drm/vkms: Remove duplicated include from vkms_drv.c
YueHaibing
1
-1
/
+0
2019-10-09
drm/vkms: prime import support
Oleg Vasilev
3
-0
/
+45
2019-09-03
drm/vkms: Reduce critical section in vblank_simulate
Daniel Vetter
1
-5
/
+4
2019-09-03
drm/vkms: Use wait_for_flip_done
Daniel Vetter
1
-1
/
+1
2019-07-15
drm/vkms: drop use of drmP.h
Sam Ravnborg
6
-8
/
+23
2019-07-12
drm/vkms: Rename vkms_crc.c into vkms_composer.c
Rodrigo Siqueira
6
-97
/
+101
2019-07-12
drm/vkms: Avoid assigning 0 for possible_crtc
Rodrigo Siqueira
4
-8
/
+8
2019-06-27
drm/vkms: No need for ->pages_lock in crc work anymore
Daniel Vetter
1
-11
/
+2
2019-06-27
drm/vkms: totally reworked crc data tracking
Daniel Vetter
3
-23
/
+67
[next]