| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn302/ |
| H A D | dcn302_hwseq.c | 102 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 D | dcn302_hwseq.h | 32 void dcn302_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ |
| H A D | dcn303_hwseq.h | 33 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
|
| H A D | dcn303_hwseq.c | 51 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn303_hubp_pg_control() argument
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
| H A D | dcn31_hwseq.h | 49 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
|
| H A D | dcn31_hwseq.c | 446 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn31_hubp_pg_control() argument 460 switch (hubp_inst) { in dcn31_hubp_pg_control()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/ |
| H A D | dcn401_hubbub.h | 211 void dcn401_program_det_segments(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_seg… 213 void dcn401_wait_for_det_update(struct hubbub *hubbub, int hubp_inst);
|
| H A D | dcn401_hubbub.c | 1113 void dcn401_program_det_segments(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_seg) in dcn401_program_det_segments() argument 1117 switch (hubp_inst) { in dcn401_program_det_segments() 1173 void dcn401_wait_for_det_update(struct hubbub *hubbub, int hubp_inst) in dcn401_wait_for_det_update() argument 1177 switch (hubp_inst) { in dcn401_wait_for_det_update()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 1755 unsigned int hubp_inst, in hwss_add_hubp_program_det_size() argument 1760 seq_state->steps[*seq_state->num_steps].params.program_det_size_params.hubp_inst = hubp_inst; in hwss_add_hubp_program_det_size() 1798 unsigned int hubp_inst, in hwss_add_hubp_program_det_segments() argument 1803 seq_state->steps[*seq_state->num_steps].params.program_det_segments_params.hubp_inst = hubp_inst; in hwss_add_hubp_program_det_segments() 2417 unsigned int hubp_inst = params->program_det_size_params.hubp_inst; in hwss_program_det_size() local 2421 hubbub->funcs->program_det_size(hubbub, hubp_inst, det_buffer_size_kb); in hwss_program_det_size() 2427 unsigned int hubp_inst = params->program_det_segments_params.hubp_inst; in hwss_program_det_segments() local 2431 hubbub->funcs->program_det_segments(hubbub, hubp_inst, det_size); in hwss_program_det_segments() 2898 unsigned int hubp_inst = params->hubp_pg_control_params.hubp_inst; in hwss_hubp_pg_control() local 2902 hws->funcs.hubp_pg_control(hws, hubp_inst, power_on); in hwss_hubp_pg_control() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/ |
| H A D | dcn31_hubbub.c | 76 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() 112 static void dcn31_wait_for_det_apply(struct hubbub *hubbub, int hubp_inst) in dcn31_wait_for_det_apply() argument 116 switch (hubp_inst) { in dcn31_wait_for_det_apply()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| H A D | dcn32_hwseq.h | 42 void dcn32_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
|
| H A D | dcn32_hwseq.c | 167 void dcn32_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn32_hubp_pg_control() argument 181 switch (hubp_inst) { in dcn32_hubp_pg_control()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer.h | 317 unsigned int hubp_inst; member 323 unsigned int hubp_inst; member 585 unsigned int hubp_inst; member 1689 struct hubbub *hubbub, unsigned int hubp_inst, unsigned int det_buffer_size_kb); 1698 struct hubbub *hubbub, unsigned int hubp_inst, unsigned int det_size); 1878 unsigned int hubp_inst,
|
| H A D | hw_sequencer_private.h | 151 unsigned int hubp_inst,
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.h | 108 unsigned int hubp_inst,
|
| H A D | dcn20_hwseq.c | 620 unsigned int hubp_inst, in dcn20_hubp_pg_control() argument 631 switch (hubp_inst) { in dcn20_hubp_pg_control()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/ |
| H A D | dcn32_hubbub.h | 149 void dcn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_k…
|
| H A D | dcn32_hubbub.c | 101 void dcn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_k… in dcn32_program_det_size() argument 107 switch (hubp_inst) { in dcn32_program_det_size()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
| H A D | dcn21_hubp.c | 686 cmd.PLAT_54186_wa.flip.flip_params.hubp_inst = hubp->inst; in dmcub_PLAT_54186_wa()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 958 unsigned int hubp_inst, in dcn10_hubp_pg_control() argument 969 switch (hubp_inst) { in dcn10_hubp_pg_control()
|
| /linux/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 2104 uint32_t hubp_inst : 4; /**< HUBP instance */ member
|