projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2d385
)
drm/vkms: drop "Multiple overlay planes" TODO
author
José Expósito
<jose.exposito89@gmail.com>
Fri, 7 Jan 2022 18:28:09 +0000
(19:28 +0100)
committer
Melissa Wen
<melissa.srw@gmail.com>
Sun, 9 Jan 2022 17:14:37 +0000
(16:14 -0100)
Remove the task from the TODO list.
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20220107182809.141003-3-jose.exposito89@gmail.com
Documentation/gpu/vkms.rst
patch
|
blob
|
history
diff --git
a/Documentation/gpu/vkms.rst
b/Documentation/gpu/vkms.rst
index 941f0e7e5eef6a4048803082a00d7d8d3eea0e09..9c873c3912cc808f7a0fc994b61debe723cafc2c 100644
(file)
--- a/
Documentation/gpu/vkms.rst
+++ b/
Documentation/gpu/vkms.rst
@@
-124,8
+124,6
@@
Add Plane Features
There's lots of plane features we could add support for:
-- Multiple overlay planes. [Good to get started]
-
- Clearing primary plane: clear primary plane before plane composition (at the
start) for correctness of pixel blend ops. It also guarantees alpha channel
is cleared in the target buffer for stable crc. [Good to get started]