Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c7236 struct dml2_core_internal_g6_temp_read_blackouts_table core_dcn4_g6_temp_read_blackout_table = { variable
7279 unsigned int blackout_us = core_dcn4_g6_temp_read_blackout_table.entries[0].blackout_us; in get_g6_temp_read_blackout_us()
7287 blackout_us = core_dcn4_g6_temp_read_blackout_table.entries[0].blackout_us; in get_g6_temp_read_blackout_us()
7290 if (uclk_freq_khz < core_dcn4_g6_temp_read_blackout_table.entries[i].uclk_khz || in get_g6_temp_read_blackout_us()
7291 core_dcn4_g6_temp_read_blackout_table.entries[i].uclk_khz == 0) { in get_g6_temp_read_blackout_us()
7295 blackout_us = core_dcn4_g6_temp_read_blackout_table.entries[i].blackout_us; in get_g6_temp_read_blackout_us()