[PATCH 3/3] drm/amdgpu: Switch to drm_vblank_on/off

2016-01-22 Thread Michel Dänzer
On 21.01.2016 19:08, Daniel Vetter wrote: > Equivalent change to the radeon driver. > > Note that with radeon this caught a bug in the dri3 DDX > implementation, which asked for vblank interrupts when the pipe is > off. That bug needs to be fixed before we can merge this patch (if > amdgpu is affe

[PATCH 3/3] drm/amdgpu: Switch to drm_vblank_on/off

2016-01-21 Thread Daniel Vetter
Equivalent change to the radeon driver. Note that with radeon this caught a bug in the dri3 DDX implementation, which asked for vblank interrupts when the pipe is off. That bug needs to be fixed before we can merge this patch (if amdgpu is affected too). Michel discovered this one. Cc: Michel Dä