Home
last modified time | relevance | path

Searched refs:viewport_b_end (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c965 int viewport_b_end = pipe->bottom_pipe->plane_res.scl_data.viewport.width in dcn_validate_bandwidth() local
968 if (viewport_end > viewport_b_end) in dcn_validate_bandwidth()
972 v->viewport_width[input_idx] = viewport_b_end in dcn_validate_bandwidth()
977 int viewport_b_end = pipe->bottom_pipe->plane_res.scl_data.viewport.height in dcn_validate_bandwidth() local
980 if (viewport_end > viewport_b_end) in dcn_validate_bandwidth()
984 v->viewport_height[input_idx] = viewport_b_end in dcn_validate_bandwidth()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c950 int viewport_b_end = pipe->bottom_pipe->plane_res.scl_data.viewport.width in dcn_validate_bandwidth() local
953 if (viewport_end > viewport_b_end) in dcn_validate_bandwidth()
957 v->viewport_width[input_idx] = viewport_b_end in dcn_validate_bandwidth()
962 int viewport_b_end = pipe->bottom_pipe->plane_res.scl_data.viewport.height in dcn_validate_bandwidth() local
965 if (viewport_end > viewport_b_end) in dcn_validate_bandwidth()
969 v->viewport_height[input_idx] = viewport_b_end in dcn_validate_bandwidth()

Completed in 5 milliseconds