Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h441 GAMMA_RGB_256_ENTRIES = 256, enumerator
/Linux-v5.10/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c1251 struct pwl_float_data *rgb_last = rgb + GAMMA_RGB_256_ENTRIES - 1; in scale_user_regamma_ramp()
1262 } while (i != GAMMA_RGB_256_ENTRIES); in scale_user_regamma_ramp()
1275 } while (i != GAMMA_RGB_256_ENTRIES); in scale_user_regamma_ramp()
1742 rgb_user = kcalloc(GAMMA_RGB_256_ENTRIES + _EXTRA_POINTS, in calculate_user_regamma_ramp()