drm/nouveau/disp: remove SOR routing updates from supervisor
authorBen Skeggs <bskeggs@redhat.com>
Tue, 19 Sep 2023 21:56:17 +0000 (17:56 -0400)
committerLyude Paul <lyude@redhat.com>
Tue, 19 Sep 2023 22:22:05 +0000 (18:22 -0400)
- these shouldn't be necessary now, and are done in acquire()/release()
- preparation for GSP-RM, where we don't control the supervisor

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Acked-by: Danilo Krummrich <me@dakr.org>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230919220442.202488-23-lyude@redhat.com
drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c

index a48e9bdf4cd07144c67ad489a8e290f95751bbfd..937baae6a3ebbfd4aee2420794f086ef9ae535fc 100644 (file)
@@ -1038,7 +1038,6 @@ gf119_disp_super(struct work_struct *work)
                                continue;
                        nv50_disp_super_2_0(disp, head);
                }
-               nvkm_outp_route(disp);
                list_for_each_entry(head, &disp->heads, head) {
                        if (!(mask[head->id] & 0x00010000))
                                continue;
index 4ebc030e40d12c03539ceb270c1290aa365d9598..7ac59bab6309fdd06148d182a46cb57105485c6e 100644 (file)
@@ -863,7 +863,6 @@ gv100_disp_super(struct work_struct *work)
                                continue;
                        nv50_disp_super_2_0(disp, head);
                }
-               nvkm_outp_route(disp);
                list_for_each_entry(head, &disp->heads, head) {
                        if (!(mask[head->id] & 0x00010000))
                                continue;
index be8116802960428359de195003110f6265d38a27..a4ce60517789563057c42b581c8a8345bfeffb63 100644 (file)
@@ -1371,7 +1371,6 @@ nv50_disp_super(struct work_struct *work)
                                continue;
                        nv50_disp_super_2_0(disp, head);
                }
-               nvkm_outp_route(disp);
                list_for_each_entry(head, &disp->heads, head) {
                        if (!(super & (0x00000200 << head->id)))
                                continue;