Commit e4702c01 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/kms/nv50-: fix bug preventing non-vsync'd page flips

Accidentally introduced during Volta bring-up.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent d2434e4d
...@@ -127,7 +127,7 @@ void ...@@ -127,7 +127,7 @@ void
nv50_wndw_flush_set(struct nv50_wndw *wndw, u32 *interlock, nv50_wndw_flush_set(struct nv50_wndw *wndw, u32 *interlock,
struct nv50_wndw_atom *asyw) struct nv50_wndw_atom *asyw)
{ {
if (interlock) { if (interlock[NV50_DISP_INTERLOCK_CORE]) {
asyw->image.mode = 0; asyw->image.mode = 0;
asyw->image.interval = 1; asyw->image.interval = 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment