Skip to content

Commit 7708601

Browse files
committed
drm/doc: fix VRR_ENABLED casing
Yes it's inconsitent with vrr_capable, but this is the actual uapi as exercise by igt. Fixes: ab7a664 ("drm: Document variable refresh properties") Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Cc: Harry Wentland <harry.wentland@amd.com> Cc: Pekka Paalanen <pekka.paalanen@collabora.com> Cc: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190130163006.28945-3-daniel.vetter@ffwll.ch
1 parent bd4d73a commit 7708601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_connector.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ EXPORT_SYMBOL(drm_mode_create_scaling_mode_property);
13671367
*
13681368
* Absence of the property should indicate absence of support.
13691369
*
1370-
* "vrr_enabled":
1370+
* "VRR_ENABLED":
13711371
* Default &drm_crtc boolean property that notifies the driver that the
13721372
* content on the CRTC is suitable for variable refresh rate presentation.
13731373
* The driver will take this property as a hint to enable variable

0 commit comments

Comments
 (0)