Home
last modified time | relevance | path

Searched refs:dcn3_02_soc (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn302/
Ddcn302_fpu.c113 struct _vcs_dpi_soc_bounding_box_st dcn3_02_soc = { variable
175 bw_from_dram1 = uclk_mts * dcn3_02_soc.num_chans * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
176 dcn3_02_soc.dram_channel_width_bytes * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
177 (dcn3_02_soc.max_avg_dram_bw_use_normal_percent / 100); in dcn302_get_optimal_dcfclk_fclk_for_uclk()
178 bw_from_dram2 = uclk_mts * dcn3_02_soc.num_chans * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
179 dcn3_02_soc.dram_channel_width_bytes * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
180 (dcn3_02_soc.max_avg_sdp_bw_use_normal_percent / 100); in dcn302_get_optimal_dcfclk_fclk_for_uclk()
186 (dcn3_02_soc.fabric_datapath_to_dcn_data_return_bytes * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
187 (dcn3_02_soc.max_avg_sdp_bw_use_normal_percent / 100)); in dcn302_get_optimal_dcfclk_fclk_for_uclk()
191 (dcn3_02_soc.return_bus_width_bytes * in dcn302_get_optimal_dcfclk_fclk_for_uclk()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.h32 extern struct _vcs_dpi_soc_bounding_box_st dcn3_02_soc;
Ddcn302_resource.c953 struct _vcs_dpi_soc_bounding_box_st *loaded_bb = &dcn3_02_soc; in init_soc_bounding_box()
1349 dml_init_instance(&dc->dml, &dcn3_02_soc, &dcn3_02_ip, DML_PROJECT_DCN30); in dcn302_resource_construct()