diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2023-09-19 17:56:25 -0400 |
---|---|---|
committer | Lyude Paul <lyude@redhat.com> | 2023-09-19 18:22:17 -0400 |
commit | 625ead3d39d7021b3e9a2d0662b8bd0c3b5a7ac2 (patch) | |
tree | 552678d4722d57e1149b59c7f8a060bcc2c2714d /drivers/gpu/drm/nouveau/dispnv50/disp.h | |
parent | a5a7379f6d9d83964b3d2e1fe0dd0ad45ee55408 (diff) |
drm/nouveau/kms/nv50-: flush mst disables together
- fixes some issues tearing down modes on tiled displays
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-31-lyude@redhat.com
Diffstat (limited to 'drivers/gpu/drm/nouveau/dispnv50/disp.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv50/disp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.h b/drivers/gpu/drm/nouveau/dispnv50/disp.h index 42209f5b06f9..1e5601223c75 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/disp.h +++ b/drivers/gpu/drm/nouveau/dispnv50/disp.h @@ -83,7 +83,6 @@ struct nv50_outp_atom { struct list_head head; struct drm_encoder *encoder; - bool flush_disable; bool disabled; bool enabled; |