Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c33 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS) macro
35 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2];
37 static struct fixed31_32 pq_table[MAX_HW_POINTS + 2];
38 static struct fixed31_32 de_pq_table[MAX_HW_POINTS + 2];
52 coordinates_x[MAX_HW_POINTS].x = region_size; in setup_x_points_distribution()
53 coordinates_x[MAX_HW_POINTS + 1].x = region_size; in setup_x_points_distribution()
204 for (i = 32; i <= MAX_HW_POINTS; i++) { in precompute_pq()
234 for (; i <= MAX_HW_POINTS; i++) in precompute_de_pq()
1383 rgb_regamma = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in mod_color_calculate_regamma_params()
1392 coeff = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, sizeof(*coeff), in mod_color_calculate_regamma_params()
[all …]