Re: [PATCH] drm/vkms: enable cursor by default

2020-05-06 Thread Rodrigo Siqueira
Applied to drm-misc-next. On 03/24, Rodrigo Siqueira wrote: > Hi Melissa, > > First of all, thanks for your patch. > > I agree with you, it makes more sense to me if we enable cursors by > default. I don't remember why we decided to add it as a disabled by > default. > > Reviewed-by: Rodrigo

Re: [PATCH] drm/vkms: enable cursor by default

2020-03-24 Thread Rodrigo Siqueira
Hi Melissa, First of all, thanks for your patch. I agree with you, it makes more sense to me if we enable cursors by default. I don't remember why we decided to add it as a disabled by default. Reviewed-by: Rodrigo Siqueira On 03/21, Melissa Wen wrote: > This patch proposes a change in the

[PATCH] drm/vkms: enable cursor by default

2020-03-21 Thread Melissa Wen
This patch proposes a change in the behavior of the cursor to enable it as soon as the vkms module is added. Enabling the cursor by default appears to be an expected and more friendly behavior, especially when running IGT tests. Signed-off-by: Melissa Wen --- drivers/gpu/drm/vkms/vkms_drv.c | 2