aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
diff options
context:
space:
mode:
authorAhmad Othman <[email protected]>2019-08-01 19:05:27 +0000
committerAlex Deucher <[email protected]>2019-08-23 16:41:58 +0000
commita9f54ce3c6032361d2b69910114b6e8baf9bdf49 (patch)
tree90f01e1ba2a44f82e4bb16a6d1528360066e88f7 /drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
parentdrm/amd/display: 3.2.47 (diff)
downloadkernel-a9f54ce3c6032361d2b69910114b6e8baf9bdf49.tar.gz
kernel-a9f54ce3c6032361d2b69910114b6e8baf9bdf49.zip
drm/amd/display: Refactoring VTEM
[Why] Video Timing Extended Metadata packet (VTEM) is not specific to freesync. So move it out of freesync module [How] - Moved VTEM from freesync module to info_packet module - Created new structure for VTEM parameters that can be used for VRR and FVA Signed-off-by: Ahmad Othman <[email protected]> Reviewed-by: Chris Park <[email protected]> Acked-by: Ahmad Othman <[email protected]> Acked-by: Bhawanpreet Lakha <[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, 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 dcef85994c45..dc187844d10b 100644
--- a/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
+++ b/drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
@@ -173,4 +173,6 @@ bool mod_freesync_is_valid_range(struct mod_freesync *mod_freesync,
uint32_t min_refresh_request_in_uhz,
uint32_t max_refresh_request_in_uhz);
+
+
#endif