[PATCH] drm/amdgpu: Keep the pflip interrupts always enabled v6

2015-10-15 Thread Michel Dänzer
On 15.10.2015 04:26, Alex Deucher wrote: > From: Michel Dänzer > > This fixes flickering issues caused by prematurely firing pflip > interrupts. > > v2 (chk): add commit message, fix DCE V10/V11 and DM as well > v3: Re-enable pflip interrupt wherever we re-enable a CRTC > v4: Enable pflip inter

[PATCH] drm/amdgpu: Keep the pflip interrupts always enabled v6

2015-10-14 Thread Alex Deucher
From: Michel Dänzer This fixes flickering issues caused by prematurely firing pflip interrupts. v2 (chk): add commit message, fix DCE V10/V11 and DM as well v3: Re-enable pflip interrupt wherever we re-enable a CRTC v4: Enable pflip interrupt in DAL as well v5: drop DAL changes for upstream v6: