From: Daniel Vetter Date: Wed, 30 Jan 2019 16:30:06 +0000 (+0100) Subject: drm/doc: fix VRR_ENABLED casing X-Git-Tag: v5.1-rc1~117^2~17^2~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=77086014c815c7a91728142a8bf06e84c9185ffb;p=linux.git drm/doc: fix VRR_ENABLED casing Yes it's inconsitent with vrr_capable, but this is the actual uapi as exercise by igt. Fixes: ab7a664f7a2d ("drm: Document variable refresh properties") Cc: Nicholas Kazlauskas Cc: Harry Wentland Cc: Pekka Paalanen Cc: Alex Deucher Reviewed-by: Nicholas Kazlauskas Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20190130163006.28945-3-daniel.vetter@ffwll.ch --- diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c index 847539645558..e3ff73695c32 100644 --- a/drivers/gpu/drm/drm_connector.c +++ b/drivers/gpu/drm/drm_connector.c @@ -1367,7 +1367,7 @@ EXPORT_SYMBOL(drm_mode_create_scaling_mode_property); * * Absence of the property should indicate absence of support. * - * "vrr_enabled": + * "VRR_ENABLED": * Default &drm_crtc boolean property that notifies the driver that the * content on the CRTC is suitable for variable refresh rate presentation. * The driver will take this property as a hint to enable variable