Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c35 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS) macro
37 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2];
39 static struct fixed31_32 pq_table[MAX_HW_POINTS + 2];
40 static struct fixed31_32 de_pq_table[MAX_HW_POINTS + 2];
81 coordinates_x[MAX_HW_POINTS].x = region_size; in setup_x_points_distribution()
82 coordinates_x[MAX_HW_POINTS + 1].x = region_size; in setup_x_points_distribution()
107 for (i = 0; i < MAX_HW_POINTS; i++) in log_x_points_distribution()
254 for (i = 32; i <= MAX_HW_POINTS; i++) { in precompute_pq()
284 for (; i <= MAX_HW_POINTS; i++) in precompute_de_pq()
1695 rgb_regamma = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in mod_color_calculate_regamma_params()
[all …]