Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c31 #define NUM_PTS_IN_REGION 16 macro
33 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS)
58 NUM_PTS_IN_REGION); in setup_x_points_distribution()
59 seg_offset = (segment + (NUM_REGIONS - 7)) * NUM_PTS_IN_REGION; in setup_x_points_distribution()
63 index < seg_offset + NUM_PTS_IN_REGION; in setup_x_points_distribution()
223 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()
224 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
726 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()
727 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()