Searched refs:hubp_inst (Results 1 – 8 of 8) sorted by relevance
| /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);
|
| /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);
|
| /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);
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 1768 unsigned int hubp_inst, in hwss_add_hubp_program_det_size() argument 1773 seq_state->steps[*seq_state->num_steps].params.program_det_size_params.hubp_inst = hubp_inst; in hwss_add_hubp_program_det_size() 1811 unsigned int hubp_inst, in hwss_add_hubp_program_det_segments() argument 1816 seq_state->steps[*seq_state->num_steps].params.program_det_segments_params.hubp_inst = hubp_inst; in hwss_add_hubp_program_det_segments() 2440 unsigned int hubp_inst = params->program_det_size_params.hubp_inst; in hwss_program_det_size() local 2444 hubbub->funcs->program_det_size(hubbub, hubp_inst, det_buffer_size_kb); in hwss_program_det_size() 2450 unsigned int hubp_inst = params->program_det_segments_params.hubp_inst; in hwss_program_det_segments() local 2454 hubbub->funcs->program_det_segments(hubbub, hubp_inst, det_size); in hwss_program_det_segments() 2921 unsigned int hubp_inst = params->hubp_pg_control_params.hubp_inst; in hwss_hubp_pg_control() local 2925 hws->funcs.hubp_pg_control(hws, hubp_inst, power_on); in hwss_hubp_pg_control() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.h | 108 unsigned int hubp_inst,
|
| /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…
|