mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
drm/nvc0/gr: fix typo in class9197 init
Reported-by: Christoph Bumiller <e0425955@student.tuwien.ac.at> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
066d65db11
commit
2b6f1c5f17
@ -1209,7 +1209,7 @@ nvc0_grctx_generate_9197(struct drm_device *dev)
|
||||
for (mthd = 0x3400; mthd <= 0x35fc; mthd += 4)
|
||||
nv_mthd(dev, 0x9197, mthd, 0x00000000);
|
||||
}
|
||||
nv_mthd(dev, 0x9297, 0x02e4, 0x0000b001);
|
||||
nv_mthd(dev, 0x9197, 0x02e4, 0x0000b001);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user