Re: [PATCH v3 2/4] drm/vkms: rename cursor to plane on ops of planes composition

2021-04-14 Thread Daniel Vetter
On Tue, Apr 13, 2021 at 04:53:43AM -0300, Melissa Wen wrote: > Generalize variables and function names used for planes composition > (from cursor to plane), since we will reuse the operations for both > cursor and overlay types. > > No functional change. > > Signed-off-by: Melissa Wen

[PATCH v3 2/4] drm/vkms: rename cursor to plane on ops of planes composition

2021-04-13 Thread Melissa Wen
Generalize variables and function names used for planes composition (from cursor to plane), since we will reuse the operations for both cursor and overlay types. No functional change. Signed-off-by: Melissa Wen --- drivers/gpu/drm/vkms/vkms_composer.c | 28 ++-- 1 file