Searched refs:r2_half (Results 1 – 2 of 2) sorted by relevance
875 struct rect r1 = scl_data->recout, r2, r2_half; in dc_can_pipe_disable_cursor() local902 r2_half = split_pipe->plane_res.scl_data.recout; in dc_can_pipe_disable_cursor()903 r2.x = (r2_half.x < r2.x) ? r2_half.x : r2.x; in dc_can_pipe_disable_cursor()904 r2.width = r2.width + r2_half.width; in dc_can_pipe_disable_cursor()
3376 struct rect r1 = scl_data->recout, r2, r2_half; in dcn10_can_pipe_disable_cursor() local3403 r2_half = split_pipe->plane_res.scl_data.recout; in dcn10_can_pipe_disable_cursor()3404 r2.x = (r2_half.x < r2.x) ? r2_half.x : r2.x; in dcn10_can_pipe_disable_cursor()3405 r2.width = r2.width + r2_half.width; in dcn10_can_pipe_disable_cursor()
Completed in 10 milliseconds