Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c38 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2];
75 coordinates_x[MAX_HW_POINTS].x = region_size; in setup_x_points_distribution()
76 coordinates_x[MAX_HW_POINTS + 1].x = region_size; in setup_x_points_distribution()
101 for (i = 0; i < MAX_HW_POINTS; i++) in log_x_points_distribution()
253 for (i = 32; i <= MAX_HW_POINTS; i++) { in precompute_pq()
283 for (; i <= MAX_HW_POINTS; i++) in precompute_de_pq()
1789 while (i != MAX_HW_POINTS + 1) { in calculate_user_regamma_coeff()
1801 apply_lut_1d(ramp, MAX_HW_POINTS, &output_tf->tf_pts); in calculate_user_regamma_coeff()
1804 build_new_custom_resulted_curve(MAX_HW_POINTS, &output_tf->tf_pts); in calculate_user_regamma_coeff()
1833 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