commit | dd67cab5db7e940dad66653a04d780d53bd380d5 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Thu Jun 04 11:00:01 2020 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Jun 04 14:23:22 2020 +1000 |
tree | 562f6e9e4ea5f450e721a5e3aa9572920af796ac | |
parent | 21454fe697fde188ad6fb541f94b9838fa73ab38 [diff] |
drm/nouveau/kms/nv50-: clear SW state of disabled windows harder The most innocuous result of not having done this is that we end up sending unnecessary methods when we next enable the window. However, interactions with the code handling skipping disables when an update immediately follows, and window ownership assignment, can lead to upsetting the display hardware on Volta and newer. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>