Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c1459 uint32_t numberof_points, in build_evenly_distributed_points() argument
1468 ASSERT(numberof_points > 0); in build_evenly_distributed_points()
1469 p_last = p + numberof_points - 1; in build_evenly_distributed_points()
1473 numberof_points - 1); in build_evenly_distributed_points()
1481 } while (i < numberof_points); in build_evenly_distributed_points()