Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c42 // table would need to be generated. Or use old method that calls compute_pq.
204 static void compute_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y) in compute_pq() function
358 compute_pq(x, &pq_table[i]); in precompute_pq()
879 compute_pq(x, &output); in build_pq()
993 compute_pq(input_x, &E1); in hermite_spline_eetf()
994 compute_pq(dc_fixpt_div(min_display, max_content), &min_lum_pq); in hermite_spline_eetf()
995 compute_pq(dc_fixpt_div(max_display, max_content), &max_lum_pq); in hermite_spline_eetf()
996 compute_pq(dc_fixpt_one, &max_content_pq); // always 1? DAL2 code is weird in hermite_spline_eetf()