mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 17:44:14 +08:00
drm/nouveau/kms/gv100-: wait for less NVD pushbuf space for core updates without notify
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
ef674b6857
commit
7c1f6bbd09
@ -54,7 +54,7 @@ corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy)
|
||||
struct nvif_push *push = core->chan.push;
|
||||
int ret;
|
||||
|
||||
if ((ret = PUSH_WAIT(push, 9)))
|
||||
if ((ret = PUSH_WAIT(push, (ntfy ? 2 * 2 : 0) + 5)))
|
||||
return ret;
|
||||
|
||||
if (ntfy) {
|
||||
|
Loading…
Reference in New Issue
Block a user