Commit 5ea39850 authored by Haiyi Zhou's avatar Haiyi Zhou Committed by Alex Deucher

drm/amd/display: Fixed comment styling

Switched to C-style comments for consistency
Signed-off-by: default avatarHaiyi Zhou <haiyi.zhou@amd.com>
Reviewed-by: default avatarReza Amini <Reza.Amini@amd.com>
Acked-by: default avatarBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 14ae7665
...@@ -381,7 +381,7 @@ static void apply_fixed_refresh(struct core_freesync *core_freesync, ...@@ -381,7 +381,7 @@ static void apply_fixed_refresh(struct core_freesync *core_freesync,
bool update = false; bool update = false;
unsigned int max_render_time_in_us = in_out_vrr->max_duration_in_us; unsigned int max_render_time_in_us = in_out_vrr->max_duration_in_us;
//Compute the exit refresh rate and exit frame duration /* Compute the exit refresh rate and exit frame duration */
unsigned int exit_refresh_rate_in_milli_hz = ((1000000000/max_render_time_in_us) unsigned int exit_refresh_rate_in_milli_hz = ((1000000000/max_render_time_in_us)
+ (1000*FIXED_REFRESH_EXIT_MARGIN_IN_HZ)); + (1000*FIXED_REFRESH_EXIT_MARGIN_IN_HZ));
unsigned int exit_frame_duration_in_us = 1000000000/exit_refresh_rate_in_milli_hz; unsigned int exit_frame_duration_in_us = 1000000000/exit_refresh_rate_in_milli_hz;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment