Comment 55 for bug 1849084

Revision history for this message
khitschler (klaus-hitschler) wrote :

@jose: The above workaround seems to be related with your patch mentioned at #42.

The function "amdgpu_present_check_flip()" returns prematurely if the variable "info->allowPageFlip" is set to false. "info->allowPageFlip" contains the evaluation of the configuration "OPTION_PAGE_FLIP" evaluated from the option setting "EnablePageFlip". So the mentioned part of code where the patch is located is never processed.

Maybe this helps a piece more.