[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2016-01-22 Thread Michel Dänzer
On 21.01.2016 19:08, Daniel Vetter wrote: > These should be functionally equivalent to the older per/post modeset > functions, except that they block out drm_vblank_get right away. > There's only the clock adjusting code (outside of pageflips) in > readone which uses drm_vblank_get. But that code d

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2016-01-21 Thread Daniel Vetter
These should be functionally equivalent to the older per/post modeset functions, except that they block out drm_vblank_get right away. There's only the clock adjusting code (outside of pageflips) in readone which uses drm_vblank_get. But that code doesn't synchronize against concurrent modesets and

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-08-07 Thread Michel Dänzer
On 14.07.2015 17:13, Michel Dänzer wrote: > On 28.05.2015 18:03, Michel Dänzer wrote: >> On 28.05.2015 17:38, Daniel Vetter wrote: >>> On Thu, May 28, 2015 at 04:11:53PM +0900, Michel Dänzer wrote: On 27.05.2015 18:41, Daniel Vetter wrote: > On Wed, May 27, 2015 at 06:21:24PM +0900, Mic

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-08-07 Thread Daniel Vetter
On Fri, Aug 07, 2015 at 04:26:59PM +0900, Michel Dänzer wrote: > On 14.07.2015 17:13, Michel Dänzer wrote: > > On 28.05.2015 18:03, Michel Dänzer wrote: > >> On 28.05.2015 17:38, Daniel Vetter wrote: > >>> On Thu, May 28, 2015 at 04:11:53PM +0900, Michel Dänzer wrote: > On 27.05.2015 18:41

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-07-14 Thread Michel Dänzer
On 28.05.2015 18:03, Michel Dänzer wrote: > On 28.05.2015 17:38, Daniel Vetter wrote: >> On Thu, May 28, 2015 at 04:11:53PM +0900, Michel Dänzer wrote: >>> On 27.05.2015 18:41, Daniel Vetter wrote: On Wed, May 27, 2015 at 06:21:24PM +0900, Michel Dänzer wrote: > On 27.05.2015 18:04, Dan

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-05-28 Thread Michel Dänzer
On 28.05.2015 17:38, Daniel Vetter wrote: > On Thu, May 28, 2015 at 04:11:53PM +0900, Michel Dänzer wrote: >> On 27.05.2015 18:41, Daniel Vetter wrote: >>> On Wed, May 27, 2015 at 06:21:24PM +0900, Michel Dänzer wrote: On 27.05.2015 18:04, Daniel Vetter wrote: > These should be functiona

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-05-28 Thread Michel Dänzer
On 27.05.2015 18:41, Daniel Vetter wrote: > On Wed, May 27, 2015 at 06:21:24PM +0900, Michel Dänzer wrote: >> On 27.05.2015 18:04, Daniel Vetter wrote: >>> These should be functionally equivalent to the older per/post modeset >>> functions, except that they block out drm_vblank_get right away. >>>

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-05-28 Thread Daniel Vetter
On Thu, May 28, 2015 at 04:11:53PM +0900, Michel Dänzer wrote: > On 27.05.2015 18:41, Daniel Vetter wrote: > > On Wed, May 27, 2015 at 06:21:24PM +0900, Michel Dänzer wrote: > >> On 27.05.2015 18:04, Daniel Vetter wrote: > >>> These should be functionally equivalent to the older per/post modeset

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-05-27 Thread Michel Dänzer
On 27.05.2015 18:04, Daniel Vetter wrote: > These should be functionally equivalent to the older per/post modeset > functions, except that they block out drm_vblank_get right away. > There's only the clock adjusting code (outside of pageflips) in > readone which uses drm_vblank_get. But that code d

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-05-27 Thread Daniel Vetter
On Wed, May 27, 2015 at 06:21:24PM +0900, Michel Dänzer wrote: > On 27.05.2015 18:04, Daniel Vetter wrote: > > These should be functionally equivalent to the older per/post modeset > > functions, except that they block out drm_vblank_get right away. > > There's only the clock adjusting code (outsi

[PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

2015-05-27 Thread Daniel Vetter
These should be functionally equivalent to the older per/post modeset functions, except that they block out drm_vblank_get right away. There's only the clock adjusting code (outside of pageflips) in readone which uses drm_vblank_get. But that code doesn't synchronize against concurrent modesets and