Skip to content

Commit

Permalink
drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7x
Browse files Browse the repository at this point in the history
Typo that snuck in with commit 6979c63

Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
Reported-by: Pierre Moreau <pierre.morrow@free.fr>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Roy Spliet authored and Ben Skeggs committed Sep 11, 2015
1 parent 15ee005 commit c5bf460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c5bf460

Please sign in to comment.