Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3934 struct pipe_ctx *tmp_pipe = &context->res_ctx.pipe_ctx[k]; in program_cursor_attributes_sequence() local
3936 if (tmp_pipe->stream != stream) in program_cursor_attributes_sequence()
3940 pipe_to_program = tmp_pipe; in program_cursor_attributes_sequence()
3943 hwss_add_begin_cursor_offload_update(seq_state, dc, tmp_pipe); in program_cursor_attributes_sequence()
3951 hwss_add_set_cursor_attribute(seq_state, dc, tmp_pipe); in program_cursor_attributes_sequence()
3953 hwss_add_send_update_cursor_info_to_dmu(seq_state, tmp_pipe, k); in program_cursor_attributes_sequence()
3955 hwss_add_set_cursor_sdr_white_level(seq_state, dc, tmp_pipe); in program_cursor_attributes_sequence()
3957 hwss_add_update_cursor_offload_pipe(seq_state, dc, tmp_pipe); in program_cursor_attributes_sequence()
3982 struct pipe_ctx *tmp_pipe = &context->res_ctx.pipe_ctx[k]; in program_cursor_position_sequence() local
3984 if (tmp_pipe->stream != stream || in program_cursor_position_sequence()
[all …]