Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/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);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/
H A Ddcn303_hwseq.h33 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 Ddcn401_hubbub.h211 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 Ddcn32_hwseq.h42 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 Ddc_hw_sequencer.c1768 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 Ddcn20_hwseq.h108 unsigned int hubp_inst,
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/
H A Ddcn32_hubbub.h149 void dcn32_program_det_size(struct hubbub *hubbub, int hubp_inst, unsigned int det_buffer_size_in_k…