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

2014-07-02 Thread Michel Dänzer
On 02.07.2014 12:11, Michel D?nzer wrote: > On 02.07.2014 12:01, Dieter N?tzel wrote: >> Am 02.07.2014 02:29, schrieb Michel D?nzer: >>> On 02.07.2014 01:46, Dieter N?tzel wrote: Am 01.07.2014 10:14, schrieb Michel D?nzer: > From: Michel D?nzer > > But move the programming back to

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

2014-07-02 Thread Michel Dänzer
On 02.07.2014 12:01, Dieter N?tzel wrote: > Am 02.07.2014 02:29, schrieb Michel D?nzer: >> On 02.07.2014 01:46, Dieter N?tzel wrote: >>> Am 01.07.2014 10:14, schrieb Michel D?nzer: From: Michel D?nzer But move the programming back to the vertical blank interrupt handler. And si

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

2014-07-02 Thread Michel Dänzer
On 02.07.2014 01:46, Dieter N?tzel wrote: > Am 01.07.2014 10:14, 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

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

2014-07-02 Thread Dieter Nützel
Am 02.07.2014 02:29, schrieb Michel D?nzer: > On 02.07.2014 01:46, Dieter N?tzel wrote: >> Am 01.07.2014 10:14, 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

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

2014-07-01 Thread Dieter Nützel
Am 01.07.2014 10:14, 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 hardwar

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

2014-07-01 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,

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

2014-07-01 Thread Christian König
Am 01.07.2014 10:14, 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