/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
amdgpu_color_gamma.c | 117 static void compute_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y) function in typeref:typename:void 264 compute_pq(x, &pq_table[i]); 771 compute_pq(x, &output); 884 compute_pq(input_x, &E1); 885 compute_pq(dc_fixpt_div(min_display, max_content), &min_lum_pq); 886 compute_pq(dc_fixpt_div(max_display, max_content), &max_lum_pq); 887 compute_pq(dc_fixpt_one, &max_content_pq); // always 1? DAL2 code is weird
|
amdgpu_color_gamma.c | 117 static void compute_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y) function in typeref:typename:void 264 compute_pq(x, &pq_table[i]); 771 compute_pq(x, &output); 884 compute_pq(input_x, &E1); 885 compute_pq(dc_fixpt_div(min_display, max_content), &min_lum_pq); 886 compute_pq(dc_fixpt_div(max_display, max_content), &max_lum_pq); 887 compute_pq(dc_fixpt_one, &max_content_pq); // always 1? DAL2 code is weird
|