Skip to content
Snippets Groups Projects
Commit b11ee02c authored by Nicholas Kazlauskas's avatar Nicholas Kazlauskas Committed by Michel Dänzer
Browse files

Support CRTC variable refresh for windows using Present flips


This patch adds support for setting the CRTC variable refresh property
for suitable windows flipping via the Present extension.

The "VariableRefresh" Option is added to AMDGPU in this patch. This
option defaults to false, and must be set to "true" in an X conf
file for variable refresh support in the driver.

In order for a window to be suitable for variable refresh it must have
the _VARIABLE_REFRESH property with a 32-bit CARDINAL value of 1.

Then the window must pass the checks required to be suitable for
Present extension flips - it must cover the entire X screen and no
other window may already be flipping.

With these conditions met every CRTC for the X screen will have their
variable refresh property set to true.

Signed-off-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
parent 2d18b371
No related merge requests found
Pipeline #11488 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment