Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c37 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2]; variable
81 coordinates_x[MAX_HW_POINTS].x = region_size; in setup_x_points_distribution()
82 coordinates_x[MAX_HW_POINTS + 1].x = region_size; in setup_x_points_distribution()
89 coordinates_x[seg_offset].x = region_size; in setup_x_points_distribution()
94 coordinates_x[index].x = dc_fixpt_add in setup_x_points_distribution()
95 (coordinates_x[index-1].x, increment); in setup_x_points_distribution()
108 LOG_GAMMA_WRITE("%llu\n", coordinates_x[i].x.value); in log_x_points_distribution()
246 const struct hw_x_point *coord_x = coordinates_x + 32; in precompute_pq()
280 compute_de_pq(coordinates_x[i].x, &y); in precompute_de_pq()
536 const struct hw_x_point *coordinates_x, in build_custom_gamma_mapping_coefficients_worker() argument
[all …]