forked from Minki/linux
drm/vkms: enable cursor by default
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 <melissa.srw@gmail.com> Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200321203740.pg3r7f4vybruowox@smtp.gmail.com
This commit is contained in:
parent
b173bfe2d7
commit
c27f0cc4d4
@ -35,7 +35,7 @@
|
||||
|
||||
static struct vkms_device *vkms_device;
|
||||
|
||||
bool enable_cursor;
|
||||
bool enable_cursor = true;
|
||||
module_param_named(enable_cursor, enable_cursor, bool, 0444);
|
||||
MODULE_PARM_DESC(enable_cursor, "Enable/Disable cursor support");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user