Home
last modified time | relevance | path

Searched refs:viewport_end (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c964 int viewport_end = pipe->plane_res.scl_data.viewport.width in dcn_validate_bandwidth() local
969 if (viewport_end > viewport_b_end) in dcn_validate_bandwidth()
970 v->viewport_width[input_idx] = viewport_end in dcn_validate_bandwidth()
976 int viewport_end = pipe->plane_res.scl_data.viewport.height in dcn_validate_bandwidth() local
981 if (viewport_end > viewport_b_end) in dcn_validate_bandwidth()
982 v->viewport_height[input_idx] = viewport_end in dcn_validate_bandwidth()