Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1518 struct fixed31_32 hw_x; in interpolate_user_regamma() local
1548 hw_x = coordinates_x[i].regamma_y_red; in interpolate_user_regamma()
1550 hw_x = coordinates_x[i].regamma_y_green; in interpolate_user_regamma()
1552 hw_x = coordinates_x[i].regamma_y_blue; in interpolate_user_regamma()
1554 hw_x = coordinates_x[i].x; in interpolate_user_regamma()
1556 if (dc_fixpt_le(one, hw_x)) in interpolate_user_regamma()
1557 hw_x = one; in interpolate_user_regamma()
1559 norm_x = dc_fixpt_mul(norm_factor, hw_x); in interpolate_user_regamma()