Searched refs:r2_half (Results 1 – 1 of 1) sorted by relevance
3334 struct rect r1 = scl_data->recout, r2, r2_half; in dcn10_can_pipe_disable_cursor() local3361 r2_half = split_pipe->plane_res.scl_data.recout; in dcn10_can_pipe_disable_cursor()3362 r2.x = (r2_half.x < r2.x) ? r2_half.x : r2.x; in dcn10_can_pipe_disable_cursor()3363 r2.width = r2.width + r2_half.width; in dcn10_can_pipe_disable_cursor()