Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c1348 uint32_t numberof_points, in build_evenly_distributed_points() argument
1357 ASSERT(numberof_points > 0); in build_evenly_distributed_points()
1358 p_last = p + numberof_points - 1; in build_evenly_distributed_points()
1362 numberof_points - 1); in build_evenly_distributed_points()
1370 } while (i < numberof_points); in build_evenly_distributed_points()