diff options
author | Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> | 2018-10-04 20:38:42 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-28 21:55:34 +0100 |
commit | ab7a664f7a2d6230689ba6b7c8976f23789179d7 (patch) | |
tree | 6e95246e4b38e291d76c0491995c58101f76e28f /Documentation/gpu | |
parent | drm: Add vrr_enabled property to drm CRTC (diff) | |
download | linux-ab7a664f7a2d6230689ba6b7c8976f23789179d7.tar.xz linux-ab7a664f7a2d6230689ba6b7c8976f23789179d7.zip |
drm: Document variable refresh properties
These include the drm_connector 'vrr_capable' and the drm_crtc
'vrr_enabled' properties.
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-kms.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst index 4b1501b4835b..8da2a178cf85 100644 --- a/Documentation/gpu/drm-kms.rst +++ b/Documentation/gpu/drm-kms.rst @@ -575,6 +575,13 @@ Explicit Fencing Properties .. kernel-doc:: drivers/gpu/drm/drm_atomic_uapi.c :doc: explicit fencing properties + +Variable Refresh Properties +--------------------------- + +.. kernel-doc:: drivers/gpu/drm/drm_connector.c + :doc: Variable refresh properties + Existing KMS Properties ----------------------- |