Re: Reg. Adaptive Sync feature in xf86-video-amdgpu

2020-05-13 Thread uday kiran pichika
Hello Michel and Team, Can you please help to provide the below details on the Adaptive Sync verification? 1. As you have mentioned in IRC, AMD has verified on Ubuntu machine with Unity/Compiz Compositor. But when i see mesa/src/util/00-mesa-defaults.conf where Mutter and Compiz compositors are bl

Re: Reg. Adaptive Sync feature in xf86-video-amdgpu

2020-04-20 Thread uday kiran pichika
On Mon, Apr 20, 2020 at 9:45 PM Michel Dänzer wrote: > On 2020-04-20 6:04 p.m., uday kiran pichika wrote: > > > > Even in amdgpu_present_flip(), there is a check > > for amdgpu_window_has_variable_refresh() which actually checks whether > > window has a variable_refresh property set from the MESA

Re: Reg. Adaptive Sync feature in xf86-video-amdgpu

2020-04-20 Thread uday kiran pichika
Thanks for the information Michel. Even in amdgpu_present_flip(), there is a check for amdgpu_window_has_variable_refresh() which actually checks whether window has a variable_refresh property set from the MESA or not ? this check is failing in my case and never calls amdgpu_present_set_screen_vrr

Re: Reg. Adaptive Sync feature in xf86-video-amdgpu

2020-04-20 Thread Michel Dänzer
On 2020-04-20 6:45 p.m., uday kiran pichika wrote: > On Mon, Apr 20, 2020 at 9:45 PM Michel Dänzer wrote: >> On 2020-04-20 6:04 p.m., uday kiran pichika wrote: >>> >>> Even in amdgpu_present_flip(), there is a check >>> for amdgpu_window_has_variable_refresh() which actually checks whether >>> win

Re: Reg. Adaptive Sync feature in xf86-video-amdgpu

2020-04-20 Thread Michel Dänzer
On 2020-04-20 6:04 p.m., uday kiran pichika wrote: > > Even in amdgpu_present_flip(), there is a check > for amdgpu_window_has_variable_refresh() which actually checks whether > window has a variable_refresh property set from the MESA or not ? this > check is failing in my case and never calls amd

Re: Reg. Adaptive Sync feature in xf86-video-amdgpu

2020-04-20 Thread Michel Dänzer
On 2020-04-20 6:12 a.m., uday kiran pichika wrote: > Hello Team, > > I'm working on adding Adaptive Sync feature in Xserver/modesetting. When > understanding the existing AMD's implementation, I've few doubts regarding > the vrr property being set on the Window from MESA. > > I have made the modi