diff mbox series

[RESEND,v2,3/3] drm/vkms: drop "Multiple overlay planes" TODO

Message ID 20220107182809.141003-3-jose.exposito89@gmail.com (mailing list archive)
State New, archived
Headers show
Series [RESEND,v2,1/3] drm/vkms: refactor overlay plane creation | expand

Commit Message

José Expósito Jan. 7, 2022, 6:28 p.m. UTC
Remove the task from the TODO list.

Signed-off-by: José Expósito <jose.exposito89@gmail.com>
---
 Documentation/gpu/vkms.rst | 2 --
 1 file changed, 2 deletions(-)

Comments

Melissa Wen Jan. 9, 2022, 5:03 p.m. UTC | #1
On 01/07, José Expósito wrote:
> Remove the task from the TODO list.
> 
> Signed-off-by: José Expósito <jose.exposito89@gmail.com>
> ---
>  Documentation/gpu/vkms.rst | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst
> index 941f0e7e5eef..9c873c3912cc 100644
> --- 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]
> -
Hi José,

Thanks for your patches.
I'll apply to drm-misc-next.

Reviewed-by: Melissa Wen <mwen@igalia.com>

>  - 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]
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst
index 941f0e7e5eef..9c873c3912cc 100644
--- 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]