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
/
vkms
/
vkms_composer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-28
drm/vkms: Fix race-condition between the hrtimer and the atomic commit
Maíra Canal
1
-2
/
+7
2023-07-28
drm/vkms: Add support to 1D gamma LUT
Arthur Grillo
1
-0
/
+86
2023-06-25
drm/vkms: Isolate writeback pixel conversion functions
Maíra Canal
1
-2
/
+2
2023-06-20
drm/vkms: Fix all kernel-doc warnings of the vkms_composer file
Maíra Canal
1
-2
/
+4
2023-05-08
drm/vkms: add rotate-270 property
Maíra Canal
1
-1
/
+4
2023-05-08
drm/vkms: add rotate-90 property
Maíra Canal
1
-5
/
+16
2023-05-08
drm/vkms: add reflect-y and rotate-180 property
Maíra Canal
1
-3
/
+13
2023-05-08
drm/vkms: add rotate-0 and reflect-x property
Maíra Canal
1
-1
/
+1
2023-04-24
drm/vkms: isolate pixel conversion functionality
Maíra Canal
1
-2
/
+2
2022-09-06
drm: vkms: Supports to the case where primary plane doesn't match the CRTC
Igor Torrente
1
-31
/
+28
2022-09-06
drm: vkms: Refactor the plane composer to accept new formats
Igor Torrente
1
-178
/
+144
2022-09-06
drm: vkms: get the reference to `drm_framebuffer` instead if coping it
Igor Torrente
1
-2
/
+2
2022-09-06
drm: vkms: Rename `vkms_composer` to `vkms_frame_info`
Igor Torrente
1
-43
/
+44
2022-06-13
drm: vkms: Alloc the compose frame using vzalloc
Igor Torrente
1
-3
/
+3
2022-06-13
drm/vkms: check plane_composer->map[0] before using it
Tales Lelo da Aparecida
1
-1
/
+1
2022-05-25
drm/vkms: Update vkms_composer_worker documentation
André Almeida
1
-1
/
+1
2022-02-08
dma-buf-map: Rename to iosys-map
Lucas De Marchi
1
-2
/
+2
2021-08-08
drm/vkms: Use offset-adjusted shadow-plane mappings and output
Thomas Zimmermann
1
-1
/
+1
2021-08-02
drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()
Thomas Zimmermann
1
-1
/
+1
2021-07-13
drm/vkms: Use dma-buf mapping from shadow-plane state for composing
Thomas Zimmermann
1
-13
/
+11
2021-07-13
drm/vkms: Inherit plane state from struct drm_shadow_plane_state
Thomas Zimmermann
1
-1
/
+1
2021-04-30
drm/vkms: add overlay support
Melissa Wen
1
-10
/
+17
2021-04-30
drm/vkms: add XRGB planes composition
Melissa Wen
1
-12
/
+44
2021-04-30
drm/vkms: rename cursor to plane on ops of planes composition
Melissa Wen
1
-15
/
+16
2020-10-16
drm/vkms: Switch to shmem helpers
Daniel Vetter
1
-8
/
+9
2020-09-08
drm/vkms: Add support for writeback
Rodrigo Siqueira
1
-5
/
+16
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: add alpha-premultiplied color blending
Melissa Wen
1
-16
/
+39
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
2019-12-06
drm/vkms: Fix typo and preposion in function documentation
Gabriela Bittencourt
1
-4
/
+4
2019-07-15
drm/vkms: drop use of drmP.h
Sam Ravnborg
1
-1
/
+4
2019-07-12
drm/vkms: Rename vkms_crc.c into vkms_composer.c
Rodrigo Siqueira
1
-0
/
+246