提交 fea0f581 编写于 作者: A Anthony Koo 提交者: Alex Deucher

drm/amd/display: Temporary disable BTR FreeSync support for now

Reduce timer tick interval for the static screen
Signed-off-by: NAnthony Koo <anthony.koo@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 ba326a91
......@@ -436,11 +436,14 @@ static void calc_freesync_range(struct core_freesync *core_freesync,
}
/* Determine whether BTR can be supported */
if (max_frame_duration_in_ns >=
2 * min_frame_duration_in_ns)
core_freesync->map[index].caps->btr_supported = true;
else
core_freesync->map[index].caps->btr_supported = false;
//if (max_frame_duration_in_ns >=
// 2 * min_frame_duration_in_ns)
// core_freesync->map[index].caps->btr_supported = true;
//else
// core_freesync->map[index].caps->btr_supported = false;
/* Temp, keep btr disabled */
core_freesync->map[index].caps->btr_supported = false;
/* Cache the time variables */
state->time.max_render_time_in_us =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册