Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c488 bool sec_split = pipe_ctx->top_pipe && in calculate_viewport()
489 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state; in calculate_viewport()
571 bool sec_split = pipe_ctx->top_pipe && in calculate_recout()
572 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state; in calculate_recout()
1180 !res_ctx->pipe_ctx[i].top_pipe) { in resource_get_head_pipe_for_stream()
1265 if (pipe_ctx->top_pipe && in acquire_first_split_pipe()
1266 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state) { in acquire_first_split_pipe()
1267 pipe_ctx->top_pipe->bottom_pipe = pipe_ctx->bottom_pipe; in acquire_first_split_pipe()
1269 pipe_ctx->bottom_pipe->top_pipe = pipe_ctx->top_pipe; in acquire_first_split_pipe()
1350 free_pipe->top_pipe = tail_pipe; in dc_add_plane_to_context()
[all …]
Ddc_stream.c208 if (pipe_ctx->top_pipe && pipe_ctx->plane_state != pipe_ctx->top_pipe->plane_state) in dc_stream_set_cursor_attributes()
Ddc_link_hwss.c280 !pipes[i].top_pipe && in dp_retrain_link_dp_test()
Ddc.c762 if (!ctx->res_ctx.pipe_ctx[i].stream || ctx->res_ctx.pipe_ctx[i].top_pipe) in program_timing_sync()
1343 if (!pipe_ctx->top_pipe && in commit_planes_for_stream()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c636 if (pipe_ctx->top_pipe != NULL) in dcn10_enable_stream_timing()
735 if (pipe_ctx->top_pipe == NULL) { in reset_back_end_for_pipe()
931 pipe_ctx->top_pipe = NULL; in plane_atomic_disable()
1111 if (pipe_ctx_old->top_pipe) in reset_hw_ctx_wrap()
1130 bool sec_split = pipe_ctx->top_pipe && in patch_address_for_sbs_tb_stereo()
1131 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state; in patch_address_for_sbs_tb_stereo()
1271 if (pipe->top_pipe) in dcn10_pipe_control_lock()
1709 if (pipe_ctx->top_pipe && is_upper_pipe_tree_visible(pipe_ctx->top_pipe)) in is_upper_pipe_tree_visible()
1718 if (pipe_ctx->top_pipe && is_upper_pipe_tree_visible(pipe_ctx->top_pipe)) in is_pipe_tree_visible()
1792 while (top_pipe_ctx->top_pipe != NULL) in dcn10_get_hdr_visual_confirm_color()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_hw_sequencer.c145 if (pipe_ctx->top_pipe) in get_max_pixel_clock_for_all_paths()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c248 if (pipe->top_pipe != NULL && pipe->top_pipe->plane_state == pipe->plane_state) in pipe_ctx_to_e2e_pipe_params()
518 secondary_pipe->bottom_pipe->top_pipe = secondary_pipe; in split_stream_across_pipes()
521 secondary_pipe->top_pipe = primary_pipe; in split_stream_across_pipes()
835 if (pipe->top_pipe && pipe->top_pipe->plane_state == pipe->plane_state) in dcn_validate_bandwidth()
1088 if (pipe->top_pipe && pipe->top_pipe->plane_state == pipe->plane_state) in dcn_validate_bandwidth()
1155 hsplit_pipe->bottom_pipe->top_pipe = pipe; in dcn_validate_bandwidth()
1158 hsplit_pipe->top_pipe = NULL; in dcn_validate_bandwidth()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1786 if (pipe_ctx->top_pipe) in get_max_pixel_clock_for_all_paths()
1895 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe) in dce110_reset_hw_ctx_wrap()
1960 if (pipe_ctx->top_pipe) in dce110_setup_audio_dto()
1988 if (pipe_ctx->top_pipe) in dce110_setup_audio_dto()
2035 if (pipe_ctx->stream == NULL || pipe_ctx->top_pipe) in dce110_apply_ctx_to_hw()
2069 if (pipe_ctx->top_pipe) in dce110_apply_ctx_to_hw()
2724 if (!pipe_ctx->top_pipe && in dce110_apply_ctx_for_surface()
2757 (!pipe_ctx->top_pipe) && in dce110_apply_ctx_for_surface()
2828 if (pipe_ctx->top_pipe && pipe_ctx->plane_state != pipe_ctx->top_pipe->plane_state) in dce110_set_cursor_position()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h222 struct pipe_ctx *top_pipe; member