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.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_dcn4_calcs.c6913 core_dcn4_g6_temp_read_blackout_table = { variable
6956 unsigned int blackout_us = core_dcn4_g6_temp_read_blackout_table.entries[0].blackout_us; in get_g6_temp_read_blackout_us()
6964 blackout_us = core_dcn4_g6_temp_read_blackout_table.entries[0].blackout_us; in get_g6_temp_read_blackout_us()
6967 if (uclk_freq_khz < core_dcn4_g6_temp_read_blackout_table.entries[i].uclk_khz || in get_g6_temp_read_blackout_us()
6968 core_dcn4_g6_temp_read_blackout_table.entries[i].uclk_khz == 0) { in get_g6_temp_read_blackout_us()
6972 blackout_us = core_dcn4_g6_temp_read_blackout_table.entries[i].blackout_us; in get_g6_temp_read_blackout_us()