commit | 65d9376b74ff651a8d4c6736d32a3bb3aa47bf09 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Thu Jan 26 15:00:45 2017 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Mar 07 17:05:12 2017 +1000 |
tree | 25a9c323f4d9698855c80b5553a788eb6ffff64f | |
parent | 1106459e9f691e0655d3559734f2ff2084711474 [diff] |
drm/nouveau/falcon: use NXTCTX register instead of NEW_INSTBLK Both registers allow to bind a new context, but NXTCTX will work on all falcons, while legacy NEW_INSTBLK is reserved to PMU. After setting NXTCTX we trigger a context switch by writing 0x090 and 0x0a4. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>