Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c33 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2];
65 coordinates_x[MAX_HW_POINTS].x = region_size; in setup_x_points_distribution()
66 coordinates_x[MAX_HW_POINTS + 1].x = region_size; in setup_x_points_distribution()
91 for (i = 0; i < MAX_HW_POINTS; i++) in log_x_points_distribution()
243 for (i = 32; i <= MAX_HW_POINTS; i++) { in precompute_pq()
273 for (; i <= MAX_HW_POINTS; i++) in precompute_de_pq()
1712 while (i != MAX_HW_POINTS + 1) { in calculate_user_regamma_coeff()
1724 build_new_custom_resulted_curve(MAX_HW_POINTS, &output_tf->tf_pts); in calculate_user_regamma_coeff()
1752 rgb_regamma = kcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in calculate_user_regamma_ramp()
1765 apply_degamma_for_user_regamma(rgb_regamma, MAX_HW_POINTS, cal_buffer); in calculate_user_regamma_ramp()
[all …]
H A Dcolor_table.c12 static struct fixed31_32 pq_table[MAX_HW_POINTS + 2];
13 static struct fixed31_32 de_pq_table[MAX_HW_POINTS + 2];
H A Dcolor_table.h34 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS) macro