Home
last modified time | relevance | path

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

/openbmc/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.c81 NUM_PTS_IN_REGION); in setup_x_points_distribution()
82 seg_offset = (segment + (NUM_REGIONS - 7)) * NUM_PTS_IN_REGION; in setup_x_points_distribution()
86 index < seg_offset + NUM_PTS_IN_REGION; in setup_x_points_distribution()
272 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()
273 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
841 memset(cal_buffer->buffer, 0, NUM_PTS_IN_REGION * sizeof(struct fixed31_32)); in build_regamma()
1095 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()
1096 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()