Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h67 struct dce_hwseq;
109 void (*disable_vga)(struct dce_hwseq *hws);
115 void (*enable_power_gating_plane)(struct dce_hwseq *hws,
118 struct dce_hwseq *hws,
122 struct dce_hwseq *hws,
126 struct dce_hwseq *hws,
129 void (*dpp_pg_control)(struct dce_hwseq *hws,
132 void (*hubp_pg_control)(struct dce_hwseq *hws,
135 void (*dsc_pg_control)(struct dce_hwseq *hws,
138 bool (*dsc_pg_status)(struct dce_hwseq *hws,
[all …]
H A Dhw_sequencer.h45 struct dce_hwseq;
232 void (*update_dchub)(struct dce_hwseq *hws,
316 int (*init_sys_ctx)(struct dce_hwseq *hws,
319 void (*init_vm_ctx)(struct dce_hwseq *hws,
463 void (*setup_hpo_hw_control)(const struct dce_hwseq *hws, bool enable);
H A DMakefile30 HWSS_DCE = dce_hwseq.o
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.h36 void dcn35_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
38 void dcn35_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on);
40 void dcn35_dpstream_root_clock_control(struct dce_hwseq *hws, unsigned int dp_hpo_inst, bool clock_…
42 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on…
44 void dcn35_enable_power_gating_plane(struct dce_hwseq *hws, bool enable);
46 void dcn35_set_dmu_fgcg(struct dce_hwseq *hws, bool enable);
85 void dcn35_setup_hpo_hw_control(const struct dce_hwseq *hws, bool enable);
87 struct dce_hwseq *hws,
H A Ddcn35_hwseq.c78 struct dce_hwseq *hws = dc->hwseq;
116 void dcn35_set_dmu_fgcg(struct dce_hwseq *hws, bool enable) in dcn35_set_dmu_fgcg()
125 void dcn35_setup_hpo_hw_control(const struct dce_hwseq *hws, bool enable) in dcn35_setup_hpo_hw_control()
133 struct dce_hwseq *hws = dc->hwseq; in dcn35_init_hw()
462 void dcn35_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn35_dpp_root_clock_control()
473 void dcn35_dpstream_root_clock_control(struct dce_hwseq *hws, unsigned int dp_hpo_inst, bool clock_… in dcn35_dpstream_root_clock_control()
484 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on) in dcn35_physymclk_root_clock_control()
496 struct dce_hwseq *hws, in dcn35_dsc_pg_control()
554 void dcn35_enable_power_gating_plane(struct dce_hwseq *hws, bool enable) in dcn35_enable_power_gating_plane()
696 struct dce_hwseq *hws = dc->hwseq; in dcn35_init_pipes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.h97 struct dce_hwseq *hws);
100 struct dce_hwseq *hws,
103 struct dce_hwseq *hws,
107 struct dce_hwseq *hws,
126 struct dce_hwseq *hws,
134 struct dce_hwseq *hws,
140 void dcn20_dccg_init(struct dce_hwseq *hws);
141 int dcn20_init_sys_ctx(struct dce_hwseq *hws,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/
H A Ddcn303_hwseq.h32 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
33 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
34 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
35 void dcn303_enable_power_gating_plane(struct dce_hwseq *hws, bool enable);
H A Ddcn303_hwseq.c46 void dcn303_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) in dcn303_dpp_pg_control()
51 void dcn303_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn303_hubp_pg_control()
56 void dcn303_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on) in dcn303_dsc_pg_control()
61 void dcn303_enable_power_gating_plane(struct dce_hwseq *hws, bool enable) in dcn303_enable_power_gating_plane()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce/
H A Ddce_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()
97 void dce_set_blender_mode(struct dce_hwseq *hws, in dce_set_blender_mode()
138 static void dce_disable_sram_shut_down(struct dce_hwseq *hws) in dce_disable_sram_shut_down()
145 static void dce_underlay_clock_enable(struct dce_hwseq *hws) in dce_underlay_clock_enable()
163 void dce_clock_gating_power_up(struct dce_hwseq *hws, in dce_clock_gating_power_up()
175 void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws, in dce_crtc_switch_to_clk_src()
H A Ddce_hwseq.h1266 struct dce_hwseq;
1270 void dce_enable_fe_clock(struct dce_hwseq *hwss,
1277 void dce_set_blender_mode(struct dce_hwseq *hws,
1286 void dce_clock_gating_power_up(struct dce_hwseq *hws,
1289 void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.h36 void dcn314_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
38 void dcn314_enable_power_gating_plane(struct dce_hwseq *hws, bool enable);
44 void dcn314_resync_fifo_dccg_dio(struct dce_hwseq *hws, struct dc *dc, struct dc_state *context, un…
46 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on);
H A Ddcn314_hwseq.c199 struct dce_hwseq *hws, in dcn314_dsc_pg_control()
269 void dcn314_enable_power_gating_plane(struct dce_hwseq *hws, bool enable) in dcn314_enable_power_gating_plane()
342 struct dce_hwseq *hws = dc->hwseq; in dcn314_calculate_pix_rate_divider()
372 void dcn314_resync_fifo_dccg_dio(struct dce_hwseq *hws, struct dc *dc, struct dc_state *context, un… in dcn314_resync_fifo_dccg_dio()
429 void dcn314_dpp_root_clock_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool clock_on) in dcn314_dpp_root_clock_control()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.h34 struct dce_hwseq *hws,
39 struct dce_hwseq *hws,
42 void dcn32_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
78 void dcn32_resync_fifo_dccg_dio(struct dce_hwseq *hws, struct dc *dc, struct dc_state *context, uns…
107 struct dce_hwseq *hws,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn302/
H A Ddcn302_hwseq.h31 void dcn302_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on);
32 void dcn302_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on);
33 void dcn302_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on);
H A Ddcn302_hwseq.c45 void dcn302_dpp_pg_control(struct dce_hwseq *hws, unsigned int dpp_inst, bool power_on) in dcn302_dpp_pg_control()
102 void dcn302_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn302_hubp_pg_control()
159 void dcn302_dsc_pg_control(struct dce_hwseq *hws, unsigned int dsc_inst, bool power_on) in dcn302_dsc_pg_control()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.h87 struct dce_hwseq *hws,
91 struct dce_hwseq *hws,
95 struct dce_hwseq *hws,
99 struct dce_hwseq *hws);
114 void dcn10_update_dchub(struct dce_hwseq *hws, struct dchub_init_data *dh_data);
H A Ddcn10_hwseq.c133 struct dce_hwseq *hws = dc->hwseq; in log_mpc_crc()
614 struct dce_hwseq *hws, in dcn10_enable_power_gating_plane()
636 struct dce_hwseq *hws) in dcn10_disable_vga()
678 struct dce_hwseq *hws, in dcn10_dpp_pg_control()
739 struct dce_hwseq *hws, in dcn10_hubp_pg_control()
791 struct dce_hwseq *hws, in power_on_plane_resources()
818 struct dce_hwseq *hws = dc->hwseq; in undo_DEGVIDCN10_253_wa()
838 struct dce_hwseq *hws = dc->hwseq; in apply_DEGVIDCN10_253_wa()
868 struct dce_hwseq *hws = dc->hwseq; in dcn10_bios_golden_init()
1229 struct dce_hwseq *hws = dc->hwseq; in dcn10_plane_atomic_disconnect()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c85 static bool gpu_addr_to_uma(struct dce_hwseq *hwseq, in gpu_addr_to_uma()
107 static void plane_address_in_gpu_space_to_uma(struct dce_hwseq *hwseq, in plane_address_in_gpu_space_to_uma()
138 struct dce_hwseq *hws = dc->hwseq; in dcn201_update_plane_addr()
168 struct dce_hwseq *hws = dc->hwseq; in dcn201_init_blank()
202 static void read_mmhub_vm_setup(struct dce_hwseq *hws) in read_mmhub_vm_setup()
227 struct dce_hwseq *hws = dc->hwseq; in dcn201_init_hw()
379 struct dce_hwseq *hws = dc->hwseq; in dcn201_plane_atomic_disconnect()
530 struct dce_hwseq *hws = dc->hwseq; in dcn201_pipe_control_lock()
597 struct dce_hwseq *hws = link->dc->hwseq; in dcn201_unblank_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c72 struct dce_hwseq *hws = dc->hwseq; in enable_memory_low_power()
112 struct dce_hwseq *hws = dc->hwseq; in dcn31_init_hw()
282 struct dce_hwseq *hws, in dcn31_dsc_pg_control()
346 struct dce_hwseq *hws, in dcn31_enable_power_gating_plane()
443 void dcn31_hubp_pg_control(struct dce_hwseq *hws, unsigned int hubp_inst, bool power_on) in dcn31_hubp_pg_control()
482 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()
581 struct dce_hwseq *hws = dc->hwseq; in dcn31_reset_hw_ctx_wrap()
622 void dcn31_setup_hpo_hw_control(const struct dce_hwseq *hws, bool enable) in dcn31_setup_hpo_hw_control()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce120/
H A Ddce120_hwseq.c194 struct dce_hwseq *hws, in dce120_update_dchub()
250 bool dce121_xgmi_enabled(struct dce_hwseq *hws) in dce121_xgmi_enabled()
H A Ddce120_hwseq.h34 bool dce121_xgmi_enabled(struct dce_hwseq *hws);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.h56 void dcn401_setup_hpo_hw_control(const struct dce_hwseq *hws, bool enable);
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.h73 struct dce_hwseq *dcn20_hwseq_create(
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c559 static struct dce_hwseq *dce110_hwseq_create( in dce110_hwseq_create()
562 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce110_hwseq_create()
1129 struct dce_hwseq *hws = dc->hwseq; in dce110_acquire_underlay()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h84 struct dce_hwseq *(*create_hwseq)(

12