[PATCH v2] virtio-gpu: fix vblank events

2016-11-03 Thread Gerd Hoffmann
On Do, 2016-11-03 at 09:35 +0100, Gerd Hoffmann wrote: > Hi, > > Dave, that is the only fix needed for for 4.9, can you pick it up > directly? Otherwise I can prepare a single-patch pull request with > it ... ok, scratch that, just saw this already is in the -rc4 fixes pull req. cheers, Ger

[PATCH v2] virtio-gpu: fix vblank events

2016-11-03 Thread Gerd Hoffmann
Hi, Dave, that is the only fix needed for for 4.9, can you pick it up directly? Otherwise I can prepare a single-patch pull request with it ... thanks, Gerd On Mi, 2016-11-02 at 16:00 -0600, Gustavo Padovan wrote: > ping > > 2016-10-18 Gustavo Padovan : > > > From: Gerd Hoffmann > > > >

[PATCH v2] virtio-gpu: fix vblank events

2016-11-02 Thread Gustavo Padovan
ping 2016-10-18 Gustavo Padovan : > From: Gerd Hoffmann > > virtio-gpu sends vblank events in virtio_gpu_crtc_atomic_flush, and > because of that it must be called for disabled planes too. Ask > drm_atomic_helper_commit_planes to do that. > > v2: update to use new drm_atomic_helper_commit_pla

[PATCH v2] virtio-gpu: fix vblank events

2016-10-18 Thread Gustavo Padovan
From: Gerd Hoffmann virtio-gpu sends vblank events in virtio_gpu_crtc_atomic_flush, and because of that it must be called for disabled planes too. Ask drm_atomic_helper_commit_planes to do that. v2: update to use new drm_atomic_helper_commit_planes() API. Signed-off-by: Gerd Hoffmann Signed-o

[PATCH v2] virtio-gpu: fix vblank events

2016-10-18 Thread Gustavo Padovan
2016-10-18 Gustavo Padovan : > From: Gustavo Padovan Author info is wrong. It should be Gerd, I'll send another patch. > > virtio-gpu sends vblank events in virtio_gpu_crtc_atomic_flush, and > because of that it must be called for disabled planes too. Ask > drm_atomic_helper_commit_planes to

[PATCH v2] virtio-gpu: fix vblank events

2016-10-18 Thread Gustavo Padovan
From: Gerd Hoffmann virtio-gpu sends vblank events in virtio_gpu_crtc_atomic_flush, and because of that it must be called for disabled planes too. Ask drm_atomic_helper_commit_planes to do that. v2: update to use new drm_atomic_helper_commit_planes() API. Signed-off-by: Gerd Hoffmann Signed-o

[PATCH v2] virtio-gpu: fix vblank events

2016-10-18 Thread Gustavo Padovan
From: Gustavo Padovan virtio-gpu sends vblank events in virtio_gpu_crtc_atomic_flush, and because of that it must be called for disabled planes too. Ask drm_atomic_helper_commit_planes to do that. v2: update to use new drm_atomic_helper_commit_planes() API. Signed-off-by: Gerd Hoffmann Signed