Searched refs:top_pipe_to_program (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| H A D | amdgpu_dcn10_hw_sequencer.c | 2522 struct pipe_ctx *top_pipe_to_program = in dcn10_apply_ctx_for_surface() local 2526 if (!top_pipe_to_program) in dcn10_apply_ctx_for_surface() 2529 tg = top_pipe_to_program->stream_res.tg; in dcn10_apply_ctx_for_surface() 2531 interdependent_update = top_pipe_to_program->plane_state && in dcn10_apply_ctx_for_surface() 2532 top_pipe_to_program->plane_state->update_flags.bits.full_update; in dcn10_apply_ctx_for_surface() 2537 ASSERT(hws->funcs.did_underflow_occur(dc, top_pipe_to_program)); in dcn10_apply_ctx_for_surface() 2542 dcn10_pipe_control_lock(dc, top_pipe_to_program, true); in dcn10_apply_ctx_for_surface() 2548 ASSERT(hws->funcs.did_underflow_occur(dc, top_pipe_to_program)); in dcn10_apply_ctx_for_surface() 2552 hws->funcs.blank_pixel_data(dc, top_pipe_to_program, true); in dcn10_apply_ctx_for_surface() 2587 dcn10_program_all_pipe_in_tree(dc, top_pipe_to_program, context); in dcn10_apply_ctx_for_surface() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| H A D | amdgpu_dc.c | 2160 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream() local 2232 top_pipe_to_program = pipe_ctx; in commit_planes_for_stream() 2282 dc->hwss.pipe_control_lock(dc, top_pipe_to_program, true); in commit_planes_for_stream() 2326 dc->hwss.pipe_control_lock(dc, top_pipe_to_program, false); in commit_planes_for_stream()
|