Re: [PATCH 1/1] drm/vkms: check plane_composer->map[0] before using it

2022-04-14 Thread Melissa Wen
On 04/11, Tales Lelo da Aparecida wrote: > Fix a copypasta error, which resulted in checking repeatedly if the > primary_composer->map[0] was null, instead of checking each > plane_composer while composing planes. > > Signed-off-by: Tales Lelo da Aparecida Hi Tales, Nice catch! I suggest you d

Re: [PATCH 1/1] drm/vkms: check plane_composer->map[0] before using it

2022-04-13 Thread André Almeida
Hi Tales, Às 20:38 de 11/04/22, Tales Lelo da Aparecida escreveu: > Fix a copypasta error, which resulted in checking repeatedly if the > primary_composer->map[0] was null, instead of checking each > plane_composer while composing planes. > > Signed-off-by: Tales Lelo da Aparecida Reviewed-by:

[PATCH 1/1] drm/vkms: check plane_composer->map[0] before using it

2022-04-11 Thread Tales Lelo da Aparecida
Fix a copypasta error, which resulted in checking repeatedly if the primary_composer->map[0] was null, instead of checking each plane_composer while composing planes. Signed-off-by: Tales Lelo da Aparecida --- drivers/gpu/drm/vkms/vkms_composer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio