Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c1072 struct gamma_pixel *p_last = p + numberof_points - 1; in build_evenly_distributed_points() local
1088 p->r = dc_fixpt_div(p_last->r, dividers.divider1); in build_evenly_distributed_points()
1089 p->g = dc_fixpt_div(p_last->g, dividers.divider1); in build_evenly_distributed_points()
1090 p->b = dc_fixpt_div(p_last->b, dividers.divider1); in build_evenly_distributed_points()
1094 p->r = dc_fixpt_div(p_last->r, dividers.divider2); in build_evenly_distributed_points()
1095 p->g = dc_fixpt_div(p_last->g, dividers.divider2); in build_evenly_distributed_points()
1096 p->b = dc_fixpt_div(p_last->b, dividers.divider2); in build_evenly_distributed_points()
1100 p->r = dc_fixpt_div(p_last->r, dividers.divider3); in build_evenly_distributed_points()
1101 p->g = dc_fixpt_div(p_last->g, dividers.divider3); in build_evenly_distributed_points()
1102 p->b = dc_fixpt_div(p_last->b, dividers.divider3); in build_evenly_distributed_points()