Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/
H A Ddcn302_hwseq.c102 void dcn302_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn302_hubp_pg_control() argument
112 switch (hubp_inst) { in dcn302_hubp_pg_control()
H A Ddcn302_hwseq.h32 void dcn302_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/
H A Ddcn303_hwseq.h14 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
H A Ddcn303_hwseq.c32 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn303_hubp_pg_control() argument
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.h49 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
H A Ddcn31_hwseq.c439 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn31_hubp_pg_control() argument
453 switch (hubp_inst) { in dcn31_hubp_pg_control()
H A Ddcn31_hubbub.c76 static void dcn31_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_si… in dcn31_program_det_size() argument
82 switch (hubp_inst) { in dcn31_program_det_size()
106 DC_LOG_DEBUG("Set DET%d to %d segments\n", hubp_inst, det_size_segments); in dcn31_program_det_size()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.h42 void dcn32_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
H A Ddcn32_hubbub.h147 void dcn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_k…
H A Ddcn32_hubbub.c92 void dcn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_k… in dcn32_program_det_size() argument
98 switch (hubp_inst) { in dcn32_program_det_size()
H A Ddcn32_hwseq.c160 void dcn32_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn32_hubp_pg_control() argument
171 switch (hubp_inst) { in dcn32_hubp_pg_control()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h190 void (*program_det_size)(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_in_kbyte);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.h102 unsigned int hubp_inst,
H A Ddcn20_hwseq.c508 unsigned int hubp_inst, in dcn20_hubp_pg_control() argument
519 switch (hubp_inst) { in dcn20_hubp_pg_control()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h126 unsigned int hubp_inst,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h88 unsigned int hubp_inst,
H A Ddcn10_hw_sequencer.c680 unsigned int hubp_inst, in dcn10_hubp_pg_control() argument
691 switch (hubp_inst) { in dcn10_hubp_pg_control()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c686 cmd.PLAT_54186_wa.flip.flip_params.hubp_inst = hubp->inst; in dmcub_PLAT_54186_wa()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1198 uint8_t hubp_inst : 4; /**< HUBP instance */ member