[PATCH 4/6] drm/radeon: Provide page_flip_target hook

2016-09-20 Thread Michel Dänzer
On 17/09/16 09:41 PM, Mario Kleiner wrote: > Hi Michel, > > all your patches, both the already merged kernel bits in radeon/amdgpu > and also all the userspace bits in libdrm/ati-ddx/amdgpu-ddx are all > > Reviewed-and-tested-by: Mario Kleiner > > I successfully tested with old/current

[PATCH 4/6] drm/radeon: Provide page_flip_target hook

2016-09-17 Thread Mario Kleiner
Hi Michel, all your patches, both the already merged kernel bits in radeon/amdgpu and also all the userspace bits in libdrm/ati-ddx/amdgpu-ddx are all Reviewed-and-tested-by: Mario Kleiner I successfully tested with old/current userspace and the new userspace patches from your own

[PATCH 4/6] drm/radeon: Provide page_flip_target hook

2016-08-16 Thread Michel Dänzer
On 16/08/16 09:35 AM, Mario Kleiner wrote: > Hi Michel, > > sorry for the super-late reply, i was just catching up with all the > mails and discussions, starting in June, leading to this patch set. > > Looks all pretty good. > > I'll look at this radeon patch and 2/6 for amdgpu later this week

[PATCH 4/6] drm/radeon: Provide page_flip_target hook

2016-08-16 Thread Mario Kleiner
Hi Michel, sorry for the super-late reply, i was just catching up with all the mails and discussions, starting in June, leading to this patch set. Looks all pretty good. I'll look at this radeon patch and 2/6 for amdgpu later this week when i have a fresh brain and enough "obsessive

[PATCH 4/6] drm/radeon: Provide page_flip_target hook

2016-08-04 Thread Michel Dänzer
From: Michel Dänzer Now we can program a flip during a vertical blank period, if it's the one targeted by the flip (or a later one). This allows simplifying radeon_flip_work_func considerably. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon.h |