Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dabm.h42 bool (*set_pipe)(struct abm *abm, unsigned int controller_id, unsigned int panel_inst); member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3354 abm->funcs->set_pipe(abm, otg_inst, panel_cntl->inst); in dce110_set_pipe()
3534 .set_pipe = dce110_set_pipe,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2150 dc->hwss.set_pipe(pipe_ctx); in dcn401_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2517 dc->hwss.set_pipe(pipe_ctx); in hwss_set_abm_pipe()