mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 04:21:03 -04:00
drm/nouveau/kms/nv50-gp1xx: wait for less EVO pushbuf space for core updates without notify
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -36,7 +36,7 @@ core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy)
|
||||
struct nvif_push *push = core->chan.push;
|
||||
int ret;
|
||||
|
||||
if ((ret = PUSH_WAIT(push, 5)))
|
||||
if ((ret = PUSH_WAIT(push, (ntfy ? 2 : 0) + 3)))
|
||||
return ret;
|
||||
|
||||
if (ntfy) {
|
||||
|
||||
Reference in New Issue
Block a user