drm/nouveau/gr/gf100: wait on bottom half of FE's pipeline
authorAlexandre Courbot <acourbot@nvidia.com>
Wed, 29 Apr 2015 14:04:23 +0000 (23:04 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 27 Jul 2015 08:56:08 +0000 (18:56 +1000)
commit19bf09cecfec1891069f1d5353a0298debd98713
tree745eb98dc5c6a199bdbc4f3caae55a5d10cdcfa7
parent1addc12648521d15ef33c1a88d0354850190dfa7
drm/nouveau/gr/gf100: wait on bottom half of FE's pipeline

When emitting the ICMD bundle, wait on the bottom half (bit 3 of the
GR_STATUS register) instead of upper half (bit 2) to make sure methods
are effectively emitted.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c