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
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
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
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
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
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