diff options
author | Bayan Zabihiyan | 2018-12-27 14:43:45 +0100 |
---|---|---|
committer | Alex Deucher | 2019-01-14 21:42:12 +0100 |
commit | ca35899c4e3a173c0d6d4619dc62e836a9487cb2 (patch) | |
tree | 9189ffbc3817db26a3e147c1c9c3d9674b43750e /drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h | |
parent | drm/amd/display: Rename configure_encoder to enc1_configure_encoder (diff) | |
download | kernel-qcow2-linux-ca35899c4e3a173c0d6d4619dc62e836a9487cb2.tar.gz kernel-qcow2-linux-ca35899c4e3a173c0d6d4619dc62e836a9487cb2.tar.xz kernel-qcow2-linux-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.h | 2 |
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; |