Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c78 struct dce_hwseq *hws = dc->hwseq; in log_mpc_crc()
531 struct dce_hwseq *hws = dc->hwseq; in undo_DEGVIDCN10_253_wa()
551 struct dce_hwseq *hws = dc->hwseq; in apply_DEGVIDCN10_253_wa()
603 if (!dc->hwseq->wa.false_optc_underflow) in false_optc_underflow_wa()
886 struct dce_hwseq *hws = dc->hwseq; in plane_atomic_power_down()
956 struct dce_hwseq *hws = dc->hwseq; in dcn10_init_hw()
974 enable_power_gating_plane(dc->hwseq, true); in dcn10_init_hw()
979 disable_vga(dc->hwseq); in dcn10_init_hw()
1091 enable_power_gating_plane(dc->hwseq, true); in dcn10_init_hw()
1588 struct dce_hwseq *hws = dc->hwseq; in dcn10_enable_plane()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_hwseq.c53 struct dce_hwseq *hws = dc->hwseq; in dce_pipe_control_lock()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c851 struct dce_hwseq *hwseq = ctx->dc->hwseq; in hwss_edp_power_control() local
862 if (power_up != is_panel_powered_on(hwseq)) { in hwss_edp_power_control()
933 struct dce_hwseq *hws = ctx->dc->hwseq; in hwss_edp_backlight_control()
2040 dce_crtc_switch_to_clk_src(dc->hwseq, in dce110_apply_ctx_to_hw()
2156 dce_set_blender_mode(dc->hwseq, pipe_ctx->stream_res.tg->inst, blender_mode); in program_surface_visibility()
2363 dce_clock_gating_power_up(dc->hwseq, false); in init_hw()
2604 dce_enable_fe_clock(dc->hwseq, mi->inst, true); in dce110_program_front_end_for_pipe()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc.h305 struct dce_hwseq *hwseq; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c169 kfree(dc->hwseq); in dc_destroy_resource_pool()
267 dc->hwseq = create_funcs->create_hwseq(ctx); in resource_construct()