Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h151 #define LUMINANCE_DATA_TABLE_SIZE 10
155 int refresh_rate_hz[LUMINANCE_DATA_TABLE_SIZE];
156 int luminance_millinits[LUMINANCE_DATA_TABLE_SIZE];
174 #define LUMINANCE_DATA_TABLE_SIZE global() macro
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c1061 for (int i = 0; i < (LUMINANCE_DATA_TABLE_SIZE - 1); ++i) { in dc_stream_get_refresh_hz_linear_interpolation()
1164 for (int i = nearest_smallest_index; (i > 0 && !search_for_max_increase) || (i < (LUMINANCE_DATA_TABLE_SIZE - 1) && search_for_max_increase); i += offset) { in dc_stream_get_max_delta_lumin_millinits()
1226 for (; nearest_smallest_index < (LUMINANCE_DATA_TABLE_SIZE - 1) &&