Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c1131 if (hsplit_pipe && hsplit_pipe->plane_state == pipe->plane_state) { in dcn_validate_bandwidth()
1145 ASSERT(hsplit_pipe); in dcn_validate_bandwidth()
1148 pipe, hsplit_pipe); in dcn_validate_bandwidth()
1152 } else if (hsplit_pipe && hsplit_pipe->plane_state == pipe->plane_state) { in dcn_validate_bandwidth()
1155 if (hsplit_pipe->bottom_pipe) in dcn_validate_bandwidth()
1157 hsplit_pipe->plane_state = NULL; in dcn_validate_bandwidth()
1158 hsplit_pipe->stream = NULL; in dcn_validate_bandwidth()
1159 hsplit_pipe->top_pipe = NULL; in dcn_validate_bandwidth()
1160 hsplit_pipe->bottom_pipe = NULL; in dcn_validate_bandwidth()
1162 memset(&hsplit_pipe->plane_res, 0, sizeof(hsplit_pipe->plane_res)); in dcn_validate_bandwidth()
[all …]