Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dcn302/
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()
Ddcn302_hwseq.h32 void dcn302_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_hwseq.h14 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
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
/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.h49 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
Ddcn31_hwseq.c443 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn31_hubp_pg_control() argument
454 switch (hubp_inst) { in dcn31_hubp_pg_control()
Ddcn31_hubbub.c77 static void dcn31_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_si… in dcn31_program_det_size() argument
83 switch (hubp_inst) { in dcn31_program_det_size()
/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h168 void (*program_det_size)(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_in_kbyte);
/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h119 unsigned int hubp_inst,
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.h98 unsigned int hubp_inst,
Ddcn20_hwseq.c492 unsigned int hubp_inst, in dcn20_hubp_pg_control() argument
503 switch (hubp_inst) { in dcn20_hubp_pg_control()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.h88 unsigned int hubp_inst,
Ddcn10_hw_sequencer.c616 unsigned int hubp_inst, in dcn10_hubp_pg_control() argument
627 switch (hubp_inst) { in dcn10_hubp_pg_control()
/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h827 uint8_t hubp_inst : 4; /**< HUBP instance */ member
/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubp.c686 cmd.PLAT_54186_wa.flip.flip_params.hubp_inst = hubp->inst; in dmcub_PLAT_54186_wa()