Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_init.c126 .detect_pipe_changes = dcn20_detect_pipe_changes,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_init.c102 .detect_pipe_changes = dcn401_detect_pipe_changes,
H A Ddcn401_hwseq.c2155 dc->hwss.detect_pipe_changes(dc->current_state, context, &dc->current_state->res_ctx.pipe_ctx[i], in dcn401_program_front_end_for_ctx()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h460 void (*detect_pipe_changes)(struct dc_state *old_state, member