Re: [PATCH V2 1/5] drm/vkms: Move functions from vkms_crc to vkms_composer

2019-06-18 Thread Daniel Vetter
On Mon, Jun 17, 2019 at 11:42:33PM -0300, Rodrigo Siqueira wrote: > The vkms_crc file has functions related to compose operations which are > not directly associated with CRC. This patch, move those function for a > new file named vkms_composer. > > Signed-off-by: Rodrigo Siqueira I guess my

[PATCH V2 1/5] drm/vkms: Move functions from vkms_crc to vkms_composer

2019-06-17 Thread Rodrigo Siqueira
The vkms_crc file has functions related to compose operations which are not directly associated with CRC. This patch, move those function for a new file named vkms_composer. Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/vkms/Makefile| 9 +++- drivers/gpu/drm/vkms/vkms_composer.c