drm/nouveau/gr/gf100-: remove some unnecessary reg writes
This is already done during golden context creation. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -1684,12 +1684,7 @@ gf100_gr_init_ctxctl_ext(struct gf100_gr *gr)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (device->chipset >= 0xe0) {
|
/* Generate golden context image. */
|
||||||
nvkm_wr32(device, 0x409614, 0x00000070);
|
|
||||||
nvkm_wr32(device, 0x409614, 0x00000770);
|
|
||||||
nvkm_wr32(device, 0x40802c, 0x00000001);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (gr->data == NULL) {
|
if (gr->data == NULL) {
|
||||||
int ret = gf100_grctx_generate(gr);
|
int ret = gf100_grctx_generate(gr);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
|
Reference in New Issue
Block a user