diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvd0_display.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvd0_display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvd0_display.c b/drivers/gpu/drm/nouveau/nvd0_display.c index 1f3a9b1240e8..ccc20dc1b6cb 100644 --- a/drivers/gpu/drm/nouveau/nvd0_display.c +++ b/drivers/gpu/drm/nouveau/nvd0_display.c | |||
@@ -303,12 +303,12 @@ nvd0_display_flip_next(struct drm_crtc *crtc, struct drm_framebuffer *fb, | |||
303 | offset = chan->dispc_vma[nv_crtc->index].offset; | 303 | offset = chan->dispc_vma[nv_crtc->index].offset; |
304 | offset += evo->sem.offset; | 304 | offset += evo->sem.offset; |
305 | 305 | ||
306 | BEGIN_NVC0(chan, 2, 0, NV84_SUBCHAN_SEMAPHORE_ADDRESS_HIGH, 4); | 306 | BEGIN_NVC0(chan, 0, NV84_SUBCHAN_SEMAPHORE_ADDRESS_HIGH, 4); |
307 | OUT_RING (chan, upper_32_bits(offset)); | 307 | OUT_RING (chan, upper_32_bits(offset)); |
308 | OUT_RING (chan, lower_32_bits(offset)); | 308 | OUT_RING (chan, lower_32_bits(offset)); |
309 | OUT_RING (chan, 0xf00d0000 | evo->sem.value); | 309 | OUT_RING (chan, 0xf00d0000 | evo->sem.value); |
310 | OUT_RING (chan, 0x1002); | 310 | OUT_RING (chan, 0x1002); |
311 | BEGIN_NVC0(chan, 2, 0, NV84_SUBCHAN_SEMAPHORE_ADDRESS_HIGH, 4); | 311 | BEGIN_NVC0(chan, 0, NV84_SUBCHAN_SEMAPHORE_ADDRESS_HIGH, 4); |
312 | OUT_RING (chan, upper_32_bits(offset)); | 312 | OUT_RING (chan, upper_32_bits(offset)); |
313 | OUT_RING (chan, lower_32_bits(offset ^ 0x10)); | 313 | OUT_RING (chan, lower_32_bits(offset ^ 0x10)); |
314 | OUT_RING (chan, 0x74b1e000); | 314 | OUT_RING (chan, 0x74b1e000); |