drm/udl: Increase the default URB list size to 20
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Sep 2022 09:51:09 +0000 (11:51 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Sat, 10 Sep 2022 19:45:52 +0000 (21:45 +0200)
commit2a07a5ddb135e4bd15bf6468b7d2daa4deeaf07d
treedd0813d0337016bad8ee5ebe26bf22742a93f6fc
parent53593515ec1a4a5afaaa88fd4522bc4c2d7f5d9b
drm/udl: Increase the default URB list size to 20

It seems that the current size (4) for the URB list is too small on
some devices, and it resulted in the occasional stalls.  Increase the
default URB list size to 20 for working around it.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220908095115.23396-7-tiwai@suse.de
drivers/gpu/drm/udl/udl_main.c