drm/nouveau/kms/nv50-: fix bug preventing non-vsync'd page flips
Accidentally introduced during Volta bring-up. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
d2434e4d94
commit
e4702c01b7
|
@ -127,7 +127,7 @@ void
|
|||
nv50_wndw_flush_set(struct nv50_wndw *wndw, u32 *interlock,
|
||||
struct nv50_wndw_atom *asyw)
|
||||
{
|
||||
if (interlock) {
|
||||
if (interlock[NV50_DISP_INTERLOCK_CORE]) {
|
||||
asyw->image.mode = 0;
|
||||
asyw->image.interval = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue