Home
last modified time | relevance | path

Searched refs:hwseq (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_vm_helper.c43 num_vmids = dc->hwss.init_sys_ctx(dc->hwseq, dc, pa_config); in dc_setup_system_context()
57 dc->hwss.init_vm_ctx(dc->hwseq, dc, va_config, vmid); in dc_setup_vm_context()
Ddc_resource.c215 kfree(dc->hwseq); in dc_destroy_resource_pool()
312 dc->hwseq = create_funcs->create_hwseq(ctx); in resource_construct()
Ddc.c2286 dc->hwss.init_sys_ctx(dc->hwseq, dc, &dc->vm_pa_config); in dc_set_power_state()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/
Ddce120_clk_mgr.c149 if (dce121_xgmi_enabled(ctx->dc->hwseq)) in dce121_clk_mgr_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_hwseq.c53 struct dce_hwseq *hws = dc->hwseq; in dce_pipe_control_lock()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c88 struct dce_hwseq *hws = dc->hwseq; in log_mpc_crc()
619 struct dce_hwseq *hws = dc->hwseq; in undo_DEGVIDCN10_253_wa()
639 struct dce_hwseq *hws = dc->hwseq; in apply_DEGVIDCN10_253_wa()
710 if (!dc->hwseq->wa.false_optc_underflow) in false_optc_underflow_wa()
1010 struct dce_hwseq *hws = dc->hwseq; in dcn10_plane_atomic_power_down()
1180 struct dce_hwseq *hws = dc->hwseq; in dcn10_init_hw()
1213 dc->hwss.disable_vga(dc->hwseq); in dcn10_init_hw()
1302 dc->hwss.enable_power_gating_plane(dc->hwseq, true); in dcn10_init_hw()
1830 struct dce_hwseq *hws = dc->hwseq; in dcn10_enable_plane()
1838 power_on_plane(dc->hwseq, in dcn10_enable_plane()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c807 struct dce_hwseq *hwseq = ctx->dc->hwseq; in dce110_edp_power_control() local
818 if (power_up != is_panel_powered_on(hwseq)) { in dce110_edp_power_control()
889 struct dce_hwseq *hws = ctx->dc->hwseq; in dce110_edp_backlight_control()
2059 dce_crtc_switch_to_clk_src(dc->hwseq, in dce110_apply_ctx_to_hw()
2177 dce_set_blender_mode(dc->hwseq, pipe_ctx->stream_res.tg->inst, blender_mode); in program_surface_visibility()
2390 dce_clock_gating_power_up(dc->hwseq, false); in init_hw()
2481 dce_enable_fe_clock(dc->hwseq, mi->inst, true); in dce110_program_front_end_for_pipe()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c133 struct dce_hwseq *hws = dc->hwseq; in dcn20_display_init()
934 dcn20_power_on_plane(dc->hwseq, pipe_ctx); in dcn20_enable_plane()
1412 struct dce_hwseq *hws = dc->hwseq; in dcn20_disable_stream_gating()
1429 struct dce_hwseq *hws = dc->hwseq; in dcn20_enable_stream_gating()
1977 struct dce_hwseq *hws = dc->hwseq; in dcn20_fpga_init_hw()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc.h495 struct dce_hwseq *hwseq; member