aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14drm/nouveau/kms/gv100-: fix spurious window immediate interlocksBen Skeggs1-0/+1
Cursor position updates were accidentally causing us to attempt to interlock window with window immediate, and without a matching window immediate update, NVDisplay could hang forever in some circumstances. Fixes suspend/resume on (at least) Quadro RTX4000 (TU104). Reported-by: Lyude Paul <lyude@redhat.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2018-05-18drm/nouveau/kms/gv100: initial supportBen Skeggs1-0/+86
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>