Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_soc_parameter_types.h101 double g6_temp_read_blackout_us[DML_MAX_CLK_TABLE_SIZE]; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h864 double g6_temp_read_blackout_us; member
Ddml2_core_dcn4_calcs.c4734 double g6_temp_read_blackout_us) in CalculateTWait() argument
4738 TWait = math_max2(reserved_vblank_time_ns/1000.0, g6_temp_read_blackout_us) + t_urg_trip; in CalculateTWait()
6435 …p->Watermark->g6_temp_read_watermark_us = p->mmSOCParameters.g6_temp_read_blackout_us + p->Waterma… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6958 if (soc->power_management_parameters.g6_temp_read_blackout_us[0] > 0.0) { in get_g6_temp_read_blackout_us()
6960 return soc->power_management_parameters.g6_temp_read_blackout_us[min_clk_index]; in get_g6_temp_read_blackout_us()
9031 …s->mSOCParameters.g6_temp_read_blackout_us = get_g6_temp_read_blackout_us(&mode_lib->soc, (unsigne… in dml_core_mode_support()
11234 …s->mmSOCParameters.g6_temp_read_blackout_us = get_g6_temp_read_blackout_us(&mode_lib->soc, (unsign… in dml_core_mode_programming()