aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/nouveau/dispnv50/head.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/head.c b/drivers/gpu/drm/nouveau/dispnv50/head.c
index 8efb778a3b20..06ee23823a68 100644
--- a/drivers/gpu/drm/nouveau/dispnv50/head.c
+++ b/drivers/gpu/drm/nouveau/dispnv50/head.c
@@ -413,6 +413,7 @@ nv50_head_atomic_duplicate_state(struct drm_crtc *crtc)
413 asyh->ovly = armh->ovly; 413 asyh->ovly = armh->ovly;
414 asyh->dither = armh->dither; 414 asyh->dither = armh->dither;
415 asyh->procamp = armh->procamp; 415 asyh->procamp = armh->procamp;
416 asyh->or = armh->or;
416 asyh->dp = armh->dp; 417 asyh->dp = armh->dp;
417 asyh->clr.mask = 0; 418 asyh->clr.mask = 0;
418 asyh->set.mask = 0; 419 asyh->set.mask = 0;