Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c35 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2]; variable
52 coordinates_x[MAX_HW_POINTS].x = region_size; in setup_x_points_distribution()
53 coordinates_x[MAX_HW_POINTS + 1].x = region_size; in setup_x_points_distribution()
60 coordinates_x[seg_offset].x = region_size; in setup_x_points_distribution()
65 coordinates_x[index].x = dc_fixpt_add in setup_x_points_distribution()
66 (coordinates_x[index-1].x, increment); in setup_x_points_distribution()
196 const struct hw_x_point *coord_x = coordinates_x + 32; in precompute_pq()
230 compute_de_pq(coordinates_x[i].x, &y); in precompute_de_pq()
454 const struct hw_x_point *coordinates_x, in build_custom_gamma_mapping_coefficients_worker() argument
476 coord_x = coordinates_x[i].regamma_y_red; in build_custom_gamma_mapping_coefficients_worker()
[all …]