Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h171 #define LUMINANCE_DATA_TABLE_SIZE 10 macro
175 int refresh_rate_hz[LUMINANCE_DATA_TABLE_SIZE];
176 int luminance_millinits[LUMINANCE_DATA_TABLE_SIZE];
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c854 for (int i = 0; i < (LUMINANCE_DATA_TABLE_SIZE - 1); ++i) { in dc_stream_get_nearest_smallest_index()
949 …st_smallest_index; (i > 0 && !search_for_max_increase) || (i < (LUMINANCE_DATA_TABLE_SIZE - 1) && … in dc_stream_calculate_flickerless_refresh_rate()
1011 for (; nearest_smallest_index < (LUMINANCE_DATA_TABLE_SIZE - 1) && in dc_stream_get_max_delta_lumin_millinits()