[PATCH v2 1/2] drm/radeon: Program page flips to execute in hblank instead of vblank

2014-07-02 Thread Christian König
Am 02.07.2014 05:55, schrieb Michel D?nzer: > From: Michel D?nzer > > But move the programming back to the vertical blank interrupt handler. > And signal the flip as being completed immediately after programming it > to the hardware. > > This way we don't have to guess whether or not the hardware

[PATCH v2 1/2] drm/radeon: Program page flips to execute in hblank instead of vblank

2014-07-02 Thread Michel Dänzer
From: Michel D?nzer But move the programming back to the vertical blank interrupt handler. And signal the flip as being completed immediately after programming it to the hardware. This way we don't have to guess whether or not the hardware will execute the flip in a given vertical blank period,