index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-08
drm/vkms: Use offset-adjusted shadow-plane mappings and output
Thomas Zimmermann
4
-3
/
+4
2021-08-08
drm/gem: Provide offset-adjusted framebuffer BO mappings
Thomas Zimmermann
1
-1
/
+1
2021-08-02
drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()
Thomas Zimmermann
3
-14
/
+22
2021-07-13
drm/vkms: Use dma-buf mapping from shadow-plane state for composing
Thomas Zimmermann
3
-13
/
+15
2021-07-13
drm/vkms: Let shadow-plane helpers prepare the plane's FB
Thomas Zimmermann
1
-37
/
+1
2021-07-13
drm/vkms: Inherit plane state from struct drm_shadow_plane_state
Thomas Zimmermann
3
-11
/
+12
2021-07-08
drm/vkms: Create a debugfs file to get vkms config data
Beatriz Martins de Carvalho
1
-0
/
+28
2021-07-06
drm/vkms: replace macro in vkms_release()
Beatriz Martins de Carvalho
1
-1
/
+1
2021-06-29
drm/vkms: Don't set struct drm_device.irq_enabled
Thomas Zimmermann
1
-2
/
+0
2021-04-29
drm/vkms: add overlay support
Melissa Wen
5
-14
/
+45
2021-04-29
drm/vkms: add XRGB planes composition
Melissa Wen
2
-15
/
+48
2021-04-29
drm/vkms: rename cursor to plane on ops of planes composition
Melissa Wen
1
-15
/
+16
2021-04-29
drm/vkms: init plane using drmm_universal_plane_alloc
Melissa Wen
3
-34
/
+22
2021-03-25
drm/vkms: fix misuse of WARN_ON
Dmitry Vyukov
1
-1
/
+2
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-1
/
+2
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-1
/
+1
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
1
-5
/
+6
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-15
drm/vkms: Switch to shmem helpers
Daniel Vetter
7
-327
/
+29
2020-10-15
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-07
drm/vkms: Add support for writeback
Rodrigo Siqueira
5
-7
/
+179
2020-09-07
drm/vkms: Compute CRC without change input data
Rodrigo Siqueira
1
-12
/
+22
2020-09-07
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-12
drm/vkms: change the max cursor width/height
Melissa Wen
1
-0
/
+2
2020-05-19
drm/vkms: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-1
/
+1
2020-05-06
drm/vkms: Hold gem object while still in-use
Ezequiel Garcia
2
-10
/
+6
[next]