Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h473 GAMMA_RGB_256_ENTRIES = 256, enumerator
/linux-6.1.9/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c1314 struct pwl_float_data *rgb_last = rgb + GAMMA_RGB_256_ENTRIES - 1; in scale_user_regamma_ramp()
1325 } while (i != GAMMA_RGB_256_ENTRIES); in scale_user_regamma_ramp()
1338 } while (i != GAMMA_RGB_256_ENTRIES); in scale_user_regamma_ramp()
1828 rgb_user = kcalloc(GAMMA_RGB_256_ENTRIES + _EXTRA_POINTS, in calculate_user_regamma_ramp()