Home
last modified time | relevance | path

Searched refs:fclks (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c1484 struct dm_pp_clock_levels_with_voltage fclks = {0}, dcfclks = {0}; in dcn_bw_update_from_pplib() local
1490 ctx, DM_PP_CLOCK_TYPE_FCLK, &fclks); in dcn_bw_update_from_pplib()
1495 res = verify_clock_values(&fclks); in dcn_bw_update_from_pplib()
1498 ASSERT(fclks.num_levels); in dcn_bw_update_from_pplib()
1501 vmid0p72_idx = fclks.num_levels - in dcn_bw_update_from_pplib()
1502 (fclks.num_levels > 2 ? 3 : (fclks.num_levels > 1 ? 2 : 1)); in dcn_bw_update_from_pplib()
1503 vnom0p8_idx = fclks.num_levels - (fclks.num_levels > 1 ? 2 : 1); in dcn_bw_update_from_pplib()
1504 vmax0p9_idx = fclks in dcn_bw_update_from_pplib()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1449 struct dm_pp_clock_levels_with_voltage *fclks) in dcn_bw_update_from_pplib_fclks()
1453 ASSERT(fclks->num_levels); in dcn_bw_update_from_pplib_fclks()
1456 vmid0p72_idx = fclks->num_levels - in dcn_bw_update_from_pplib_fclks()
1457 (fclks->num_levels > 2 ? 3 : (fclks->num_levels > 1 ? 2 : 1)); in dcn_bw_update_from_pplib_fclks()
1458 vnom0p8_idx = fclks->num_levels - (fclks->num_levels > 1 ? 2 : 1); in dcn_bw_update_from_pplib_fclks()
1459 vmax0p9_idx = fclks->num_levels - 1; in dcn_bw_update_from_pplib_fclks()
1462 32 * (fclks->data[vmin0p65_idx].clocks_in_khz / 1000.0) / 1000.0; in dcn_bw_update_from_pplib_fclks()
1465 (fclks in dcn_bw_update_from_pplib_fclks()
1447 dcn_bw_update_from_pplib_fclks( struct dc *dc, struct dm_pp_clock_levels_with_voltage *fclks) dcn_bw_update_from_pplib_fclks() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1315 struct dm_pp_clock_levels_with_voltage fclks = {0}, dcfclks = {0}; in dcn10_resource_construct() local
1504 ctx, DM_PP_CLOCK_TYPE_FCLK, &fclks); in dcn10_resource_construct()
1509 res = verify_clock_values(&fclks); in dcn10_resource_construct()
1512 dcn_bw_update_from_pplib_fclks(dc, &fclks); in dcn10_resource_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h639 struct dm_pp_clock_levels_with_voltage *fclks);

Completed in 10 milliseconds