Re: [PATCH] drm/vkms: change the max cursor width/height

2020-07-12 Thread Rodrigo Siqueira
Applied to drm-misc-next. Thanks On 07/12, Rodrigo Siqueira wrote: > Hi Melissa, > > First of all, thanks a lot for your patch! This is a nice change since > it increases the code coverage. > > Reviewed-by: Rodrigo Siqueira > > On 07/10, Melissa Wen wrote: > > This change expands the

Re: [PATCH] drm/vkms: change the max cursor width/height

2020-07-12 Thread Rodrigo Siqueira
Hi Melissa, First of all, thanks a lot for your patch! This is a nice change since it increases the code coverage. Reviewed-by: Rodrigo Siqueira On 07/10, Melissa Wen wrote: > This change expands the coverage for the IGT kms_cursor_crc test, where > the size varies between 64 and 512 for a

[PATCH] drm/vkms: change the max cursor width/height

2020-07-10 Thread Melissa Wen
This change expands the coverage for the IGT kms_cursor_crc test, where the size varies between 64 and 512 for a square cursor. With this, in addition to the cursor 64x64, this patch enables the test of cursors with sizes: 128x128, 256x256, and 512x512. Signed-off-by: Melissa Wen ---