• Home
  • Raw
  • Download

Lines Matching refs:hws

55 	hws->ctx
57 hws->regs->reg
64 hws->shifts->field_name, hws->masks->field_name
69 struct dce_hwseq *hws = dc->hwseq; in dcn31_init_hw() local
95 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
96 hws->funcs.enable_power_gating_plane(hws, true); in dcn31_init_hw()
102 hws->funcs.bios_golden_init(dc); in dcn31_init_hw()
103 hws->funcs.disable_vga(dc->hwseq); in dcn31_init_hw()
169 if (hws->funcs.dsc_pg_control != NULL) in dcn31_init_hw()
170 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn31_init_hw()
207 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
208 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn31_init_hw()
217 hws->funcs.init_pipes(dc, dc->current_state); in dcn31_init_hw()
311 struct dce_hwseq *hws, in dcn31_dsc_pg_control() argument
319 if (hws->ctx->dc->debug.disable_dsc_power_gate) in dcn31_dsc_pg_control()
362 struct dce_hwseq *hws, in dcn31_enable_power_gating_plane() argument
443 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn31_hubp_pg_control() argument
448 if (hws->ctx->dc->debug.disable_hubp_power_gate) in dcn31_hubp_pg_control()
477 int dcn31_init_sys_ctx(struct dce_hwseq *hws, struct dc *dc, struct dc_phy_addr_space_config *pa_co… in dcn31_init_sys_ctx() argument
572 struct dce_hwseq *hws = dc->hwseq; in dcn31_reset_hw_ctx_wrap() local
591 if (hws->funcs.enable_stream_gating) in dcn31_reset_hw_ctx_wrap()
592 hws->funcs.enable_stream_gating(dc, pipe_ctx); in dcn31_reset_hw_ctx_wrap()