Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_table.h32 #define NUM_PTS_IN_REGION 16 macro
34 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS)
H A Dcolor_gamma.h90 struct fixed31_32 buffer[NUM_PTS_IN_REGION];
H A Dcolor_gamma.c179 NUM_PTS_IN_REGION); in setup_x_points_distribution()
180 seg_offset = (segment + (NUM_REGIONS - 7)) * NUM_PTS_IN_REGION; in setup_x_points_distribution()
184 index < seg_offset + NUM_PTS_IN_REGION; in setup_x_points_distribution()
376 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()
377 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
943 memset(cal_buffer->buffer, 0, NUM_PTS_IN_REGION * sizeof(struct fixed31_32)); in build_regamma()
1197 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()
1198 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()