Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h473 GAMMA_RGB_256_ENTRIES = 256, enumerator
/Linux-v6.6/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c1313 struct pwl_float_data *rgb_last = rgb + GAMMA_RGB_256_ENTRIES - 1; in scale_user_regamma_ramp()
1324 } while (i != GAMMA_RGB_256_ENTRIES); in scale_user_regamma_ramp()
1337 } while (i != GAMMA_RGB_256_ENTRIES); in scale_user_regamma_ramp()
1827 rgb_user = kcalloc(GAMMA_RGB_256_ENTRIES + _EXTRA_POINTS, in calculate_user_regamma_ramp()