]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/display/modules/inc/mod_freesync.h
Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux
[linux.git] / drivers / gpu / drm / amd / display / modules / inc / mod_freesync.h
index 84b53425f2c8726b30ee96bf96861594fd20af79..f083e1619dbeca89f146d167bd7a93c0d699830c 100644 (file)
@@ -164,4 +164,13 @@ void mod_freesync_pre_update_plane_addresses(struct mod_freesync *mod_freesync,
                struct dc_stream_state **streams, int num_streams,
                unsigned int curr_time_stamp);
 
+void mod_freesync_get_settings(struct mod_freesync *mod_freesync,
+               struct dc_stream_state **streams, int num_streams,
+               unsigned int *v_total_min, unsigned int *v_total_max,
+               unsigned int *event_triggers,
+               unsigned int *window_min, unsigned int *window_max,
+               unsigned int *lfc_mid_point_in_us,
+               unsigned int *inserted_frames,
+               unsigned int *inserted_duration_in_us);
+
 #endif
This page took 0.035514 seconds and 4 git commands to generate.