Commit 18d8cf93 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/disp/nv50-: increase timeout on pio channel free() polling

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 61a41097
......@@ -32,7 +32,7 @@
bool
curs507a_space(struct nv50_wndw *wndw)
{
nvif_msec(&nouveau_drm(wndw->plane.dev)->client.device, 2,
nvif_msec(&nouveau_drm(wndw->plane.dev)->client.device, 100,
if (nvif_rd32(&wndw->wimm.base.user, 0x0008) >= 4)
return true;
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment