Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calcs.c948 int viewport_end = pipe->plane_res.scl_data.viewport.width in dcn_validate_bandwidth() local
953 if (viewport_end > viewport_b_end) in dcn_validate_bandwidth()
954 v->viewport_width[input_idx] = viewport_end in dcn_validate_bandwidth()
960 int viewport_end = pipe->plane_res.scl_data.viewport.height in dcn_validate_bandwidth() local
965 if (viewport_end > viewport_b_end) in dcn_validate_bandwidth()
966 v->viewport_height[input_idx] = viewport_end in dcn_validate_bandwidth()