Skip to content

Commit 2dc5d2e

Browse files
author
Ben Skeggs
committed
drm/nvc0: fix typo in PRAMIN flush
Signed-off-by: Ben Skeggs <[email protected]>
1 parent 27d50fc commit 2dc5d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/nouveau/nvc0_instmem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void
134134
nvc0_instmem_flush(struct drm_device *dev)
135135
{
136136
nv_wr32(dev, 0x070000, 1);
137-
if (!nv_wait(0x070000, 0x00000001, 0x00000000))
137+
if (!nv_wait(0x070000, 0x00000002, 0x00000000))
138138
NV_ERROR(dev, "PRAMIN flush timeout\n");
139139
}
140140

0 commit comments

Comments
 (0)