mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
drm/nouveau/gr/gf100-: wfi after register-bashing golden init
Match RM. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
This commit is contained in:
parent
0d75570724
commit
40bbee55c1
|
|
@ -1410,6 +1410,8 @@ gf100_grctx_generate_main(struct gf100_gr_chan *chan)
|
|||
grctx->r408840(gr);
|
||||
if (grctx->r419c0c)
|
||||
grctx->r419c0c(gr);
|
||||
|
||||
gf100_gr_wait_idle(gr);
|
||||
}
|
||||
|
||||
#define CB_RESERVED 0x80000
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user