[PATCH] drm/radeon: Support DRM_MODE_PAGE_FLIP_ASYNC

2016-04-01 Thread Michel Dänzer
From: Michel Dänzer When this flag is set, we program the hardware to execute the flip during horizontal blank (i.e. for the next scanline) instead of during vertical blank (i.e. for the next frame). Currently this is only supported on ASICs which have a page flip completion interrupt (>= R600)

[PATCH] drm/radeon: Support DRM_MODE_PAGE_FLIP_ASYNC

2016-04-01 Thread Christian König
Am 01.04.2016 um 11:51 schrieb Michel Dänzer: > From: Michel Dänzer > > When this flag is set, we program the hardware to execute the flip > during horizontal blank (i.e. for the next scanline) instead of during > vertical blank (i.e. for the next frame). > > Currently this is only supported on

[PATCH] drm/radeon: Support DRM_MODE_PAGE_FLIP_ASYNC

2016-04-01 Thread Alex Deucher
On Fri, Apr 1, 2016 at 8:39 AM, Christian König wrote: > Am 01.04.2016 um 11:51 schrieb Michel Dänzer: >> >> From: Michel Dänzer >> >> When this flag is set, we program the hardware to execute the flip >> during horizontal blank (i.e. for the next scanline) instead of during >> vertical blank