aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
diff options
context:
space:
mode:
authorBayan Zabihiyan <Bayan.Zabihiyan@amd.com>2018-12-27 08:43:45 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-01-14 15:42:12 -0500
commitca35899c4e3a173c0d6d4619dc62e836a9487cb2 (patch)
tree9189ffbc3817db26a3e147c1c9c3d9674b43750e /drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
parentdrm/amd/display: Rename configure_encoder to enc1_configure_encoder (diff)
downloadlinux-dev-ca35899c4e3a173c0d6d4619dc62e836a9487cb2.tar.xz
linux-dev-ca35899c4e3a173c0d6d4619dc62e836a9487cb2.zip
drm/amd/display: Add new infopacket definition
Modify freesync module to build VTEM infopackets when in HdmiVRR mode Signed-off-by: Bayan Zabihiyan <Bayan.Zabihiyan@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h')
-rw-r--r--drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h b/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
index 949a8b62aa98..4222e403b151 100644
--- a/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
+++ b/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
@@ -104,7 +104,7 @@ struct mod_vrr_params_fixed_refresh {
struct mod_vrr_params {
bool supported;
- bool send_vsif;
+ bool send_info_frame;
enum mod_vrr_state state;
uint32_t min_refresh_in_uhz;