Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c41 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2];
73 coordinates_x[MAX_HW_POINTS].x = region_size; in setup_x_points_distribution()
74 coordinates_x[MAX_HW_POINTS + 1].x = region_size; in setup_x_points_distribution()
99 for (i = 0; i < MAX_HW_POINTS; i++) in log_x_points_distribution()
251 for (i = 32; i <= MAX_HW_POINTS; i++) { in precompute_pq()
281 for (; i <= MAX_HW_POINTS; i++) in precompute_de_pq()
1783 while (i != MAX_HW_POINTS + 1) { in calculate_user_regamma_coeff()
1795 apply_lut_1d(ramp, MAX_HW_POINTS, &output_tf->tf_pts); in calculate_user_regamma_coeff()
1798 build_new_custom_resulted_curve(MAX_HW_POINTS, &output_tf->tf_pts); in calculate_user_regamma_coeff()
1827 rgb_regamma = kcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in calculate_user_regamma_ramp()
[all …]
Dcolor_table.c28 static struct fixed31_32 pq_table[MAX_HW_POINTS + 2];
29 static struct fixed31_32 de_pq_table[MAX_HW_POINTS + 2];
Dcolor_table.h34 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS) macro