diff options
author | Anthony Koo | 2018-05-08 23:09:49 +0200 |
---|---|---|
committer | Alex Deucher | 2018-08-27 18:10:56 +0200 |
commit | 69ff884526742fcb00b7509461bf8e41c87d9b10 (patch) | |
tree | 47c62d5eafd785d24671a33119e3c8836b05af17 /drivers/gpu/drm/amd/display/modules/inc | |
parent | drm/amd/display: Don't force UPDATE_TYPE_FULL if stream_update has hdr_static... (diff) | |
download | kernel-qcow2-linux-69ff884526742fcb00b7509461bf8e41c87d9b10.tar.gz kernel-qcow2-linux-69ff884526742fcb00b7509461bf8e41c87d9b10.tar.xz kernel-qcow2-linux-69ff884526742fcb00b7509461bf8e41c87d9b10.zip |
drm/amd/display: add config for sending VSIF
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/inc')
-rw-r--r-- | drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h | 2 |
1 files changed, 2 insertions, 0 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 85c98afe9375..a0f32cde721c 100644 --- a/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h +++ b/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h @@ -78,6 +78,7 @@ enum mod_vrr_state { struct mod_freesync_config { enum mod_vrr_state state; + bool vsif_supported; bool ramping; bool btr; unsigned int min_refresh_in_uhz; @@ -103,6 +104,7 @@ struct mod_vrr_params_fixed_refresh { struct mod_vrr_params { bool supported; + bool send_vsif; enum mod_vrr_state state; uint32_t min_refresh_in_uhz; |