index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vkms: Use offset-adjusted shadow-plane mappings and output
Thomas Zimmermann
2021-08-08
4
-3
/
+4
*
drm/gem: Provide offset-adjusted framebuffer BO mappings
Thomas Zimmermann
2021-08-08
1
-1
/
+1
*
drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()
Thomas Zimmermann
2021-08-02
3
-14
/
+22
*
drm/vkms: Use dma-buf mapping from shadow-plane state for composing
Thomas Zimmermann
2021-07-13
3
-13
/
+15
*
drm/vkms: Let shadow-plane helpers prepare the plane's FB
Thomas Zimmermann
2021-07-13
1
-37
/
+1
*
drm/vkms: Inherit plane state from struct drm_shadow_plane_state
Thomas Zimmermann
2021-07-13
3
-11
/
+12
*
drm/vkms: Create a debugfs file to get vkms config data
Beatriz Martins de Carvalho
2021-07-08
1
-0
/
+28
*
drm/vkms: replace macro in vkms_release()
Beatriz Martins de Carvalho
2021-07-06
1
-1
/
+1
*
drm/vkms: Don't set struct drm_device.irq_enabled
Thomas Zimmermann
2021-06-29
1
-2
/
+0
*
drm/vkms: add overlay support
Melissa Wen
2021-04-29
5
-14
/
+45
*
drm/vkms: add XRGB planes composition
Melissa Wen
2021-04-29
2
-15
/
+48
*
drm/vkms: rename cursor to plane on ops of planes composition
Melissa Wen
2021-04-29
1
-15
/
+16
*
drm/vkms: init plane using drmm_universal_plane_alloc
Melissa Wen
2021-04-29
3
-34
/
+22
*
drm/vkms: fix misuse of WARN_ON
Dmitry Vyukov
2021-03-25
1
-1
/
+2
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
1
-1
/
+2
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
1
-1
/
+1
*
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2021-02-24
1
-5
/
+6
*
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+1
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+3
*
drm: Rename plane atomic_check state names
Maxime Ripard
2021-02-24
1
-5
/
+6
*
drm/vkms: Annotate vblank timer
Daniel Vetter
2021-02-23
1
-1
/
+7
*
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
2021-02-23
1
-1
/
+2
*
drm: Switch to %p4cc format modifier
Sakari Ailus
2021-02-17
1
-5
/
+2
*
drm/vkms: Fix missing kmalloc allocation failure check
Colin Ian King
2021-01-15
1
-1
/
+5
*
drm/vkms: Add support for writeback module
Sumera Priyadarsini
2021-01-12
3
-3
/
+12
*
drm/vkms: Add vkms_config type
Sumera Priyadarsini
2021-01-12
3
-12
/
+43
*
drm/vkms: Unset preferred_depth
Daniel Vetter
2020-12-11
1
-1
/
+4
*
drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()
Thomas Zimmermann
2020-11-24
1
-1
/
+0
*
drm: Pass the full state to connectors atomic functions
Maxime Ripard
2020-11-20
1
-2
/
+5
*
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2020-11-09
2
-13
/
+24
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-1
/
+1
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
1
-2
/
+2
*
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
2020-11-02
1
-7
/
+9
*
drm/vkms: fbdev emulation support
Daniel Vetter
2020-10-20
1
-0
/
+2
*
drm/vkms: Switch to shmem helpers
Daniel Vetter
2020-10-15
7
-327
/
+29
*
drm/vkms: Set preferred depth correctly
Daniel Vetter
2020-10-15
1
-1
/
+1
*
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
1
-2
/
+2
*
drm/vkms: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
2
-8
/
+13
*
drm/vkms: Use devm_drm_dev_alloc
Daniel Vetter
2020-09-11
1
-28
/
+28
*
drm/vkms: Add support for writeback
Rodrigo Siqueira
2020-09-07
5
-7
/
+179
*
drm/vkms: Compute CRC without change input data
Rodrigo Siqueira
2020-09-07
1
-12
/
+22
*
drm/vkms: Decouple crc operations from composer
Rodrigo Siqueira
2020-09-07
1
-20
/
+29
*
drm/vkms: avoid warning in vkms_get_vblank_timestamp
Sidong Yang
2020-08-30
1
-0
/
+5
*
drm/vkms: add alpha-premultiplied color blending
Melissa Wen
2020-08-30
1
-16
/
+39
*
drm/vkms: add missing platform_device_unregister() in vkms_init()
Qinglang Miao
2020-08-10
1
-1
/
+1
*
drm/vkms: guarantee vblank when capturing crc
Melissa Wen
2020-08-10
1
-3
/
+17
*
drm/vkms: fix xrgb on compute crc
Melissa Wen
2020-08-02
1
-1
/
+1
*
drm/vkms: change the max cursor width/height
Melissa Wen
2020-07-13
1
-0
/
+2
*
drm/vkms: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2020-05-19
1
-1
/
+1
*
drm/vkms: Hold gem object while still in-use
Ezequiel Garcia
2020-05-07
2
-10
/
+6
[next]