Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn10/
H A Ddcn10_fpu.c131 struct dcn_soc_bounding_box *dcn_soc = dc->dcn_soc; in dcn10_resource_construct_fp() local
137 dcn_soc->dram_clock_change_latency = 23; in dcn10_resource_construct_fp()
141 dc->dcn_soc->urgent_latency = 3; in dcn10_resource_construct_fp()
143 dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 41.60f; in dcn10_resource_construct_fp()
147 ASSERT(dc->dcn_soc->number_of_channels < 3); in dcn10_resource_construct_fp()
148 if (dc->dcn_soc->number_of_channels == 0)/*old sbios bug*/ in dcn10_resource_construct_fp()
149 dc->dcn_soc->number_of_channels = 2; in dcn10_resource_construct_fp()
151 if (dc->dcn_soc->number_of_channels == 1) { in dcn10_resource_construct_fp()
152 dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 19.2f; in dcn10_resource_construct_fp()
153 dc->dcn_soc->fabric_and_dram_bandwidth_vnom0p8 = 17.066f; in dcn10_resource_construct_fp()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c797 v->socclk = dc->dcn_soc->socclk; in dcn_validate_bandwidth()
1331 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()
1335 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()
1339 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()
1465 dc->dcn_soc->sr_exit_time * 1000, in dcn_bw_sync_calcs_and_dml()
1470 dc->dcn_soc->max_request_size, in dcn_bw_sync_calcs_and_dml()
1483 dc->dcn_soc->socclk * 1000, in dcn_bw_sync_calcs_and_dml()
1492 dc->dcn_soc->downspreading * 100, in dcn_bw_sync_calcs_and_dml()
1495 dc->dcn_soc->number_of_channels, in dcn_bw_sync_calcs_and_dml()
1496 dc->dcn_soc->vmm_page_size, in dcn_bw_sync_calcs_and_dml()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1204 dc->dcn_soc->number_of_channels == 1) in dcn10_validate_global()
1462 memcpy(dc->dcn_soc, &dcn10_soc_defaults, sizeof(dcn10_soc_defaults)); in dcn10_resource_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c953 kfree(dc->dcn_soc); in dc_destruct()
954 dc->dcn_soc = NULL; in dc_destruct()
1019 struct dcn_soc_bounding_box *dcn_soc; in dc_construct() local
1048 dcn_soc = kzalloc(sizeof(*dcn_soc), GFP_KERNEL); in dc_construct()
1049 if (!dcn_soc) { in dc_construct()
1054 dc->dcn_soc = dcn_soc; in dc_construct()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1447 struct dcn_soc_bounding_box *dcn_soc; member