Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
Ddcn35_init.c126 .detect_pipe_changes = dcn20_detect_pipe_changes,
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_init.c102 .detect_pipe_changes = dcn401_detect_pipe_changes,
Ddcn401_hwseq.c2158 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-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/
Dhw_sequencer.h460 void (*detect_pipe_changes)(struct dc_state *old_state, member