Searched refs:top_pipe_to_program (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_hwseq.c | 1138 struct pipe_ctx *top_pipe_to_program = in dcn20_apply_ctx_for_surface() local 1144 if (!top_pipe_to_program) in dcn20_apply_ctx_for_surface() 1159 tg = top_pipe_to_program->stream_res.tg; in dcn20_apply_ctx_for_surface() 1161 interdependent_update = top_pipe_to_program->plane_state && in dcn20_apply_ctx_for_surface() 1162 top_pipe_to_program->plane_state->update_flags.bits.full_update; in dcn20_apply_ctx_for_surface() 1167 dcn20_pipe_control_lock(dc, top_pipe_to_program, true); in dcn20_apply_ctx_for_surface() 1171 dc->hwss.blank_pixel_data(dc, top_pipe_to_program, true); in dcn20_apply_ctx_for_surface() 1206 dcn20_program_all_pipe_in_tree(dc, top_pipe_to_program, context); in dcn20_apply_ctx_for_surface() 1230 dcn20_pipe_control_lock(dc, top_pipe_to_program, false); in dcn20_apply_ctx_for_surface() 1243 if (num_planes > 0 && top_pipe_to_program && in dcn20_apply_ctx_for_surface() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_hw_sequencer.c | 2561 struct pipe_ctx *top_pipe_to_program = in dcn10_apply_ctx_for_surface() local 2565 if (!top_pipe_to_program) in dcn10_apply_ctx_for_surface() 2568 tg = top_pipe_to_program->stream_res.tg; in dcn10_apply_ctx_for_surface() 2570 interdependent_update = top_pipe_to_program->plane_state && in dcn10_apply_ctx_for_surface() 2571 top_pipe_to_program->plane_state->update_flags.bits.full_update; in dcn10_apply_ctx_for_surface() 2576 ASSERT(dc->hwss.did_underflow_occur(dc, top_pipe_to_program)); in dcn10_apply_ctx_for_surface() 2581 dcn10_pipe_control_lock(dc, top_pipe_to_program, true); in dcn10_apply_ctx_for_surface() 2587 ASSERT(dc->hwss.did_underflow_occur(dc, top_pipe_to_program)); in dcn10_apply_ctx_for_surface() 2591 dc->hwss.blank_pixel_data(dc, top_pipe_to_program, true); in dcn10_apply_ctx_for_surface() 2626 program_all_pipe_in_tree(dc, top_pipe_to_program, context); in dcn10_apply_ctx_for_surface() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc.c | 1977 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream() local 2045 top_pipe_to_program = pipe_ctx; in commit_planes_for_stream() 2078 dc->hwss.pipe_control_lock(dc, top_pipe_to_program, true); in commit_planes_for_stream() 2126 dc->hwss.pipe_control_lock(dc, top_pipe_to_program, false); in commit_planes_for_stream()
|