HomeSort by: relevance | last modified time | path
    Searched defs:seg_offset (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 82 uint32_t seg_offset; local in function:setup_x_points_distribution
93 seg_offset = (segment + (NUM_REGIONS - 7)) * NUM_PTS_IN_REGION;
94 coordinates_x[seg_offset].x = region_size;
96 for (index = seg_offset + 1;
97 index < seg_offset + NUM_PTS_IN_REGION;

Completed in 31 milliseconds