diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2017-05-19 23:59:35 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2017-06-16 14:04:53 +1000 |
commit | 29c0ca7389ce8e259516d14397890bfe0ab462c8 (patch) | |
tree | 70bd9db7abef9bd8aa454d8d08823669e190bb9e /drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c | |
parent | 3607bfd398204ddb11f63c09b1cc608adf85f96c (diff) | |
download | blackbird-obmc-linux-29c0ca7389ce8e259516d14397890bfe0ab462c8.tar.gz blackbird-obmc-linux-29c0ca7389ce8e259516d14397890bfe0ab462c8.zip |
drm/nouveau/disp/nv50-: fetch head/OR state at beginning of supervisor
This data will be used by essentially every part of the supervisor
handling process.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c index 427e04c602e8..5b467f0ca36c 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c @@ -23,6 +23,7 @@ static const struct nvkm_ior_func g84_sor = { + .state = nv50_sor_state, }; int |