Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn10/
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.3-rc2/drivers/gpu/drm/amd/display/dc/dml/calcs/
A Ddcn_calcs.c797 v->socclk = dc->dcn_soc->socclk; in dcn_validate_bandwidth()
1464 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()
1468 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()
1472 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()
1598 dc->dcn_soc->sr_exit_time * 1000, in dcn_bw_sync_calcs_and_dml()
1603 dc->dcn_soc->max_request_size, in dcn_bw_sync_calcs_and_dml()
1616 dc->dcn_soc->socclk * 1000, in dcn_bw_sync_calcs_and_dml()
1625 dc->dcn_soc->downspreading * 100, in dcn_bw_sync_calcs_and_dml()
1628 dc->dcn_soc->number_of_channels, in dcn_bw_sync_calcs_and_dml()
1629 dc->dcn_soc->vmm_page_size, in dcn_bw_sync_calcs_and_dml()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c834 kfree(dc->dcn_soc); in dc_destruct()
835 dc->dcn_soc = NULL; in dc_destruct()
888 struct dcn_soc_bounding_box *dcn_soc; in dc_construct() local
917 dcn_soc = kzalloc(sizeof(*dcn_soc), GFP_KERNEL); in dc_construct()
918 if (!dcn_soc) { in dc_construct()
923 dc->dcn_soc = dcn_soc; in dc_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_resource.c1219 dc->dcn_soc->number_of_channels == 1) in dcn10_validate_global()
1470 memcpy(dc->dcn_soc, &dcn10_soc_defaults, sizeof(dcn10_soc_defaults)); in dcn10_resource_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc.h905 struct dcn_soc_bounding_box *dcn_soc; member

Completed in 27 milliseconds