Home
last modified time | relevance | path

Searched refs:dce_hwseq (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dce/
HDdce_hwseq.c40 void dce_enable_fe_clock(struct dce_hwseq *hws, in dce_enable_fe_clock()
53 struct dce_hwseq *hws = dc->hwseq; in dce_pipe_control_lock()
88 void dce_set_blender_mode(struct dce_hwseq *hws, in dce_set_blender_mode()
129 static void dce_disable_sram_shut_down(struct dce_hwseq *hws) in dce_disable_sram_shut_down()
136 static void dce_underlay_clock_enable(struct dce_hwseq *hws) in dce_underlay_clock_enable()
154 void dce_clock_gating_power_up(struct dce_hwseq *hws, in dce_clock_gating_power_up()
166 void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws, in dce_crtc_switch_to_clk_src()
HDdce_hwseq.h527 void dce_enable_fe_clock(struct dce_hwseq *hwss,
534 void dce_set_blender_mode(struct dce_hwseq *hws,
537 void dce_clock_gating_power_up(struct dce_hwseq *hws,
540 void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws,
/dragonfly/sys/dev/drm/amd/display/dc/inc/
HDhw_sequencer.h54 struct dce_hwseq { struct
110 struct dce_hwseq *hws,
HDresource.h65 struct dce_hwseq *(*create_hwseq)(
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_hw_sequencer.c80 struct dce_hwseq *hws = dc->hwseq; in log_mpc_crc()
358 struct dce_hwseq *hws, in enable_power_gating_plane()
380 struct dce_hwseq *hws) in disable_vga()
413 struct dce_hwseq *hws, in dpp_pg_control()
465 struct dce_hwseq *hws, in hubp_pg_control()
517 struct dce_hwseq *hws, in power_on_plane()
535 struct dce_hwseq *hws = dc->hwseq; in undo_DEGVIDCN10_253_wa()
555 struct dce_hwseq *hws = dc->hwseq; in apply_DEGVIDCN10_253_wa()
890 struct dce_hwseq *hws = dc->hwseq; in plane_atomic_power_down()
960 struct dce_hwseq *hws = dc->hwseq; in dcn10_init_hw()
[all …]
HDdcn10_resource.c770 static struct dce_hwseq *dcn10_hwseq_create( in dcn10_hwseq_create()
773 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dcn10_hwseq_create()
/dragonfly/sys/dev/drm/amd/display/dc/
HDdc.h276 struct dce_hwseq;
305 struct dce_hwseq *hwseq;
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
HDdce120_hw_sequencer.c199 struct dce_hwseq *hws, in dce120_update_dchub()
HDdce120_resource.c644 static struct dce_hwseq *dce120_hwseq_create( in dce120_hwseq_create()
647 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce120_hwseq_create()
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
HDdce100_resource.c453 static struct dce_hwseq *dce100_hwseq_create( in dce100_hwseq_create()
456 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce100_hwseq_create()
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
HDdce112_resource.c474 static struct dce_hwseq *dce112_hwseq_create( in dce112_hwseq_create()
477 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce112_hwseq_create()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
HDdce110_resource.c469 static struct dce_hwseq *dce110_hwseq_create( in dce110_hwseq_create()
472 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce110_hwseq_create()
HDdce110_hw_sequencer.c745 static bool is_panel_backlight_on(struct dce_hwseq *hws) in is_panel_backlight_on()
754 static bool is_panel_powered_on(struct dce_hwseq *hws) in is_panel_powered_on()
854 struct dce_hwseq *hwseq = ctx->dc->hwseq; in hwss_edp_power_control()
936 struct dce_hwseq *hws = ctx->dc->hwseq; in hwss_edp_backlight_control()
/dragonfly/sys/dev/drm/amd/display/dc/dce80/
HDdce80_resource.c518 static struct dce_hwseq *dce80_hwseq_create( in dce80_hwseq_create()
521 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce80_hwseq_create()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDMakefile211 SRCS+= dce_audio.c dce_stream_encoder.c dce_link_encoder.c dce_hwseq.c \