Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/core/
HDdc_resource.c486 bool sec_split = pipe_ctx->top_pipe && in calculate_viewport()
487 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state; in calculate_viewport()
569 bool sec_split = pipe_ctx->top_pipe && in calculate_recout()
570 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state; in calculate_recout()
1178 !res_ctx->pipe_ctx[i].top_pipe) { in resource_get_head_pipe_for_stream()
1263 if (pipe_ctx->top_pipe && in acquire_first_split_pipe()
1264 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state) { in acquire_first_split_pipe()
1265 pipe_ctx->top_pipe->bottom_pipe = pipe_ctx->bottom_pipe; in acquire_first_split_pipe()
1267 pipe_ctx->bottom_pipe->top_pipe = pipe_ctx->top_pipe; in acquire_first_split_pipe()
1348 free_pipe->top_pipe = tail_pipe; in dc_add_plane_to_context()
[all …]
HDdc_stream.c208 … if (pipe_ctx->top_pipe && pipe_ctx->plane_state != pipe_ctx->top_pipe->plane_state) in dc_stream_set_cursor_attributes()
HDdc_link_hwss.c280 !pipes[i].top_pipe && in dp_retrain_link_dp_test()
HDdc.c764 if (!ctx->res_ctx.pipe_ctx[i].stream || ctx->res_ctx.pipe_ctx[i].top_pipe) in program_timing_sync()
1385 if (!pipe_ctx->top_pipe && in commit_planes_for_stream()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_hw_sequencer.c640 if (pipe_ctx->top_pipe != NULL) in dcn10_enable_stream_timing()
739 if (pipe_ctx->top_pipe == NULL) { in reset_back_end_for_pipe()
935 pipe_ctx->top_pipe = NULL; in plane_atomic_disable()
1115 if (pipe_ctx_old->top_pipe) in reset_hw_ctx_wrap()
1134 bool sec_split = pipe_ctx->top_pipe && in patch_address_for_sbs_tb_stereo()
1135 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state; in patch_address_for_sbs_tb_stereo()
1276 if (pipe->top_pipe) in dcn10_pipe_control_lock()
1714 if (pipe_ctx->top_pipe && is_upper_pipe_tree_visible(pipe_ctx->top_pipe)) in is_upper_pipe_tree_visible()
1723 if (pipe_ctx->top_pipe && is_upper_pipe_tree_visible(pipe_ctx->top_pipe)) in is_pipe_tree_visible()
1797 while (top_pipe_ctx->top_pipe != NULL) in dcn10_get_hdr_visual_confirm_color()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
HDdcn_calcs.c249 if (pipe->top_pipe != NULL && pipe->top_pipe->plane_state == pipe->plane_state) in pipe_ctx_to_e2e_pipe_params()
519 secondary_pipe->bottom_pipe->top_pipe = secondary_pipe; in split_stream_across_pipes()
522 secondary_pipe->top_pipe = primary_pipe; in split_stream_across_pipes()
836 if (pipe->top_pipe && pipe->top_pipe->plane_state == pipe->plane_state) in dcn_validate_bandwidth()
1089 … if (pipe->top_pipe && pipe->top_pipe->plane_state == pipe->plane_state) in dcn_validate_bandwidth()
1156 … hsplit_pipe->bottom_pipe->top_pipe = pipe; in dcn_validate_bandwidth()
1159 hsplit_pipe->top_pipe = NULL; in dcn_validate_bandwidth()
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
HDdce100_hw_sequencer.c145 if (pipe_ctx->top_pipe) in get_max_pixel_clock_for_all_paths()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
HDdce110_hw_sequencer.c1803 if (pipe_ctx->top_pipe) in get_max_pixel_clock_for_all_paths()
1912 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap()
1977 if (pipe_ctx->top_pipe) in dce110_setup_audio_dto()
2005 if (pipe_ctx->top_pipe) in dce110_setup_audio_dto()
2052 if (pipe_ctx->stream == NULL || pipe_ctx->top_pipe) in dce110_apply_ctx_to_hw()
2086 if (pipe_ctx->top_pipe) in dce110_apply_ctx_to_hw()
2743 if (!pipe_ctx->top_pipe && in dce110_apply_ctx_for_surface()
2776 (!pipe_ctx->top_pipe) && in dce110_apply_ctx_for_surface()
2848 if (pipe_ctx->top_pipe && pipe_ctx->plane_state != pipe_ctx->top_pipe->plane_state) in dce110_set_cursor_position()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
HDcore_types.h222 struct pipe_ctx *top_pipe; member