aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
diff options
context:
space:
mode:
authorBayan Zabihiyan <[email protected]>2018-12-27 13:43:45 +0000
committerAlex Deucher <[email protected]>2019-01-14 20:42:12 +0000
commitca35899c4e3a173c0d6d4619dc62e836a9487cb2 (patch)
tree9189ffbc3817db26a3e147c1c9c3d9674b43750e /drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
parentdrm/amd/display: Rename configure_encoder to enc1_configure_encoder (diff)
downloadkernel-ca35899c4e3a173c0d6d4619dc62e836a9487cb2.tar.gz
kernel-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 <[email protected]> Reviewed-by: Jun Lei <[email protected]> Acked-by: Leo Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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;