Home
last modified time | relevance | path

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

/Linux-v5.15/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);
/Linux-v5.15/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
/Linux-v5.15/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.c442 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()
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()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h166 void (*program_det_size)(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_in_kbyte);
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h119 unsigned int hubp_inst,
/Linux-v5.15/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()
/Linux-v5.15/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()
/Linux-v5.15/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h827 uint8_t hubp_inst : 4; /**< HUBP instance */ member
/Linux-v5.15/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()