Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h474 GAMMA_RGB_256_ENTRIES = 256, enumerator
/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1415 struct pwl_float_data *rgb_last = rgb + GAMMA_RGB_256_ENTRIES - 1; in scale_user_regamma_ramp()
1426 } while (i != GAMMA_RGB_256_ENTRIES); in scale_user_regamma_ramp()
1439 } while (i != GAMMA_RGB_256_ENTRIES); in scale_user_regamma_ramp()
1929 rgb_user = kcalloc(GAMMA_RGB_256_ENTRIES + _EXTRA_POINTS, in calculate_user_regamma_ramp()