Re: [PATCH v6 1/3] drm/vkms: Decouple crc operations from composer

2020-09-04 Thread Melissa Wen
Hi, On 08/30, Rodrigo Siqueira wrote: > In the vkms_composer.c, some of the functions related to CRC and compose > have interdependence between each other. This patch reworks some > functions inside vkms_composer to make crc and composer computation > decoupled. > > This patch is preparation

[PATCH v6 1/3] drm/vkms: Decouple crc operations from composer

2020-08-30 Thread Rodrigo Siqueira
In the vkms_composer.c, some of the functions related to CRC and compose have interdependence between each other. This patch reworks some functions inside vkms_composer to make crc and composer computation decoupled. This patch is preparation work for making vkms able to support new features.