Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/color/
H A 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];
H A Dcolor_table.h34 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS) macro