mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/nouveau/gr/gf100-: gpfifo_ctl zero before init
Match RM. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
This commit is contained in:
parent
366e01092a
commit
0d75570724
|
|
@ -2285,6 +2285,8 @@ gf100_gr_init(struct gf100_gr *gr)
|
|||
struct nvkm_device *device = gr->base.engine.subdev.device;
|
||||
int gpc, tpc, rop;
|
||||
|
||||
nvkm_mask(device, 0x400500, 0x00010001, 0x00000000);
|
||||
|
||||
if (gr->func->init_419bd8)
|
||||
gr->func->init_419bd8(gr);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user