drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7x
Typo that snuck in with commit 6979c6303a4abf263753cd9d577d79f05c6e8c47 Signed-off-by: Roy Spliet <rspliet@eclipso.eu> Reported-by: Pierre Moreau <pierre.morrow@free.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
15ee005893
commit
c5bf4609e0
@ -326,7 +326,7 @@ gt215_clk_pre(struct nvkm_clk *clk, unsigned long *flags)
|
||||
return -EIO;
|
||||
|
||||
if (nvkm_msec(device, 2000,
|
||||
u32 tmp = nvkm_rd32(device, 0x002504) & 0x0000003f;
|
||||
u32 tmp = nvkm_rd32(device, 0x00251c) & 0x0000003f;
|
||||
if (tmp == 0x0000003f)
|
||||
break;
|
||||
) < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user