<div dir="ltr">Thanks Michel..<div><br></div><div>sorry if my description is not clear. </div><div>Yes I have used with glxgears in fullscreen mode and also a simple glxapp which actually opens in fullscreen by default. </div><div><br></div><div>In both the cases, the issue is same. </div><div><br></div><div>Just wanted to know if AMD has done anything different apart from the configurations either in MESA or in its Radeon driver ? </div><div><br></div><div>Thanks </div><div>Uday Kiran</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 25, 2020 at 7:26 PM Michel Dänzer <<a href="mailto:michel@daenzer.net">michel@daenzer.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2020-05-25 3:31 p.m., uday kiran pichika wrote:<br>
> Hello,<br>
> <br>
> Am working on enabling the Adaptive sync feature as part of the<br>
> Xorg/Modesetting DDX driver by taking the reference of AMD DDX Driver<br>
> (xf86-video-amdgpu). Below is the commit which i submitted.<br>
> <a href="https://gitlab.freedesktop.org/pichika/xserver/-/commit/682565a645bda7371cc3731ee805cc4a0ace80db" rel="noreferrer" target="_blank">https://gitlab.freedesktop.org/pichika/xserver/-/commit/682565a645bda7371cc3731ee805cc4a0ace80db</a><br>
> <br>
> <br>
> I have made the below changes to enable this feature<br>
> 1. Enable Adaptive sync in Graphics Driver<br>
> 2. Added Xorg.conf file with VariableRefresh property which is read in the<br>
> Modesetting driver --> This is working fine.<br>
> <br>
> After taking the above changes, am observing that Adaptive sync is not<br>
> working.<br>
> <br>
> Below are my observations.<br>
> 1. loader_dri3_helper.c  --> Adaptive sync property is being set once the<br>
> system is booted successfully on one Window. Once<br>
> set_adaptive_sync_property() method gets called, adaptive_sync_active flag<br>
> is setting to true. From the next time, when fullscreen applications are<br>
> loaded, this property never gets set on any window.<br>
> 2. Once this property is being set, received a notification in modesetting<br>
> ddx driver and read the property from the Stuff->window.<br>
> 3. But when the fullscreen application(Either DOTA or Xonotic), not<br>
> observing that this propety is not being set on any app window.<br>
> <br>
> Can any one please help me why this property is not being set in the<br>
> application windows ?<br>
<br>
>From your description, it does get set for some windows. Just apparently<br>
not for the window which is fullscreen and using page flipping (your<br>
description is a bit vague to be sure though).<br>
<br>
Have you tried with a simpler test app, e.g.<br>
<br>
 glxgears -fullscreen<br>
<br>
?<br>
<br>
<br>
-- <br>
Earthling Michel Dänzer               |               <a href="https://redhat.com" rel="noreferrer" target="_blank">https://redhat.com</a><br>
Libre software enthusiast             |             Mesa and X developer<br>
</blockquote></div>