Home
last modified time | relevance | path

Searched refs:dml2_soc_bb (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn401/
H A Ddcn401_soc_and_ip_translator.h17 void dcn401_get_soc_bb(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configura…
18 void dcn401_update_soc_bb_with_values_from_clk_mgr(struct dml2_soc_bb *soc_bb, const struct dc *dc,…
19 void dcn401_update_soc_bb_with_values_from_vbios(struct dml2_soc_bb *soc_bb, const struct dc *dc);
20 void dcn401_update_soc_bb_with_values_from_software_policy(struct dml2_soc_bb *soc_bb, const struct…
H A Ddcn401_soc_and_ip_translator.c13 static void get_default_soc_bb(struct dml2_soc_bb *soc_bb) in get_default_soc_bb()
15 memcpy(soc_bb, &dml2_socbb_dcn401, sizeof(struct dml2_soc_bb)); in get_default_soc_bb()
209 void dcn401_update_soc_bb_with_values_from_clk_mgr(struct dml2_soc_bb *soc_bb, const struct dc *dc,… in dcn401_update_soc_bb_with_values_from_clk_mgr()
223 void dcn401_update_soc_bb_with_values_from_vbios(struct dml2_soc_bb *soc_bb, const struct dc *dc) in dcn401_update_soc_bb_with_values_from_vbios()
242 void dcn401_update_soc_bb_with_values_from_software_policy(struct dml2_soc_bb *soc_bb, const struct… in dcn401_update_soc_bb_with_values_from_software_policy()
271 static void apply_soc_bb_updates(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2… in apply_soc_bb_updates()
283 void dcn401_get_soc_bb(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configura… in dcn401_get_soc_bb()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h62 struct dml2_soc_bb *soc_bb;
85 struct dml2_soc_bb *soc_bb;
130 struct dml2_soc_bb *soc_bb;
518 struct dml2_soc_bb *soc_bb;
711 struct dml2_soc_bb *soc_bb;
990 struct dml2_soc_bb soc_bbox;
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_mcg/
H A Ddml2_mcg_dcn4.c8 static bool build_min_clock_table(const struct dml2_soc_bb *soc_bb, struct dml2_mcg_min_clock_table…
39 static bool build_min_clk_table_fine_grained(const struct dml2_soc_bb *soc_bb, struct dml2_mcg_min_… in build_min_clk_table_fine_grained()
133 static bool build_min_clk_table_coarse_grained(const struct dml2_soc_bb *soc_bb, struct dml2_mcg_mi… in build_min_clk_table_coarse_grained()
147 static bool build_min_clock_table(const struct dml2_soc_bb *soc_bb, struct dml2_mcg_min_clock_table… in build_min_clock_table()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dsoc_and_ip_translator.h12 …void (*get_soc_bb)(struct dml2_soc_bb *soc_bb, const struct dc *dc, const struct dml2_configuratio…
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/
H A Ddml_top_soc_parameter_types.h144 struct dml2_soc_bb { struct
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/bounding_boxes/
H A Ddcn4_soc_bb.h83 static const struct dml2_soc_bb dml2_socbb_dcn401 = {
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c150 memcpy(&core->clean_me_up.mode_lib.soc, in_out->soc_bb, sizeof(struct dml2_soc_bb)); in core_dcn4_initialize()
530 static int lookup_uclk_dpm_index_by_freq(unsigned long uclk_freq_khz, struct dml2_soc_bb *soc_bb) in lookup_uclk_dpm_index_by_freq()
H A Ddml2_core_dcn4_calcs.c2659 const struct dml2_soc_bb *soc, in dml_get_return_bandwidth_available()
2755 const struct dml2_soc_bb *soc, in calculate_bandwidth_available()
7242 struct dml2_soc_bb *soc, in get_g6_temp_read_blackout_us()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/
H A Ddml2_top_soc15.c1122 memcpy(&dml->soc_bbox, &in_out->soc_bb, sizeof(struct dml2_soc_bb)); in dml2_top_soc15_initialize_instance()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1239 struct dml2_soc_bb;
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1816 bb_size = sizeof(struct dml2_soc_bb); in dm_dmub_get_vbios_bounding_box()