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
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
2019-06-27
drm/vkms: No _irqsave within spin_lock_irq needed
Daniel Vetter
1
-3
/
+2
2019-06-27
drm/vkms: Dont flush crc worker when we change crc status
Daniel Vetter
1
-3
/
+0
2019-06-27
drm/vkms: flush crc workers earlier in commit flow
Daniel Vetter
2
-1
/
+11
2019-06-27
drm/vkms: Add our own commit_tail
Daniel Vetter
1
-0
/
+25
2019-06-27
drm/vkms: Rename vkms_output.state_lock to crc_lock
Daniel Vetter
3
-7
/
+8
2019-06-27
drm/vkms: Use spin_lock_irq in process context
Daniel Vetter
1
-6
/
+4
2019-06-27
drm/vkms: Fix crc worker races
Daniel Vetter
3
-16
/
+22
2019-06-19
drm/vkms: add crc sources list
Oleg Vasilev
3
-0
/
+12
2019-06-19
drm/vkms: Move format arrays to vkms_plane.c
Daniel Vetter
2
-8
/
+8
2019-06-07
drm/vkms: Forward timer right after drm_crtc_handle_vblank
Daniel Vetter
1
-6
/
+16
2019-06-07
drm/vkms: Remove useless call to drm_connector_register/unregister()
Rodrigo Siqueira
1
-10
/
+0
2019-05-28
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-20
/
+13
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-4
/
+1
2019-04-25
drm/vkms: Convert to using __drm_atomic_helper_crtc_reset() for reset.
Maarten Lankhorst
1
-20
/
+13
2019-04-15
BackMerge v5.1-rc5 into drm-next
Dave Airlie
1
-4
/
+1
2019-03-25
drm: vkms: check status of alloc_ordered_workqueue
Kangjie Lu
1
-0
/
+2
2019-03-18
drm/vkms: fix use-after-free when drm_gem_handle_create() fails
Eric Biggers
1
-4
/
+1
2019-02-18
Merge v5.0-rc7 into drm-next
Dave Airlie
7
-35
/
+9
2019-02-10
drm/vkms: Fix license inconsistent
Rodrigo Siqueira
7
-35
/
+9
2019-02-10
drm/vkms: WARN when hrtimer_forward_now fails
Shayenne Moura
1
-1
/
+3
2019-02-04
drm/vkms: Bugfix racing hrtimer vblank handle
Shayenne Moura
1
-12
/
+6
2019-02-04
drm/vkms: Bugfix extra vblank frame
Shayenne Moura
1
-0
/
+3
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
3
-3
/
+3
2019-01-24
drm/vkms: Fix flush_work() without INIT_WORK().
Tetsuo Handa
1
-0
/
+1
2018-12-17
drm/vkms: set preferred depth to 24
emersion
1
-0
/
+1
2018-12-04
drm/vkms: Remove set but not used variable 'vkms_obj'
YueHaibing
1
-2
/
+0
2018-11-29
drm/vkms: Fix plane duplicate_state
Daniel Vetter
1
-2
/
+5
2018-11-27
drm/vkms: Drop custom vkms_dumb_map().
Eric Anholt
3
-30
/
+0
[next]