Home
last modified time | relevance | path

Searched refs:coord_x (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c243 const struct hw_x_point *coord_x = coordinates_x + 32; in precompute_pq() local
254 x = dc_fixpt_mul(coord_x->x, scaling_factor); in precompute_pq()
256 ++coord_x; in precompute_pq()
597 struct fixed31_32 coord_x; in build_custom_gamma_mapping_coefficients_worker() local
611 coord_x = coordinates_x[i].regamma_y_red; in build_custom_gamma_mapping_coefficients_worker()
613 coord_x = coordinates_x[i].regamma_y_green; in build_custom_gamma_mapping_coefficients_worker()
615 coord_x = coordinates_x[i].regamma_y_blue; in build_custom_gamma_mapping_coefficients_worker()
618 ramp, axis_x, coord_x, channel, in build_custom_gamma_mapping_coefficients_worker()
654 coord_x, in build_custom_gamma_mapping_coefficients_worker()
748 const struct hw_x_point *coord_x in build_pq() local
832 const struct hw_x_point *coord_x = coordinate_x; build_regamma() local
952 const struct hw_x_point *coord_x = coordinate_x; build_freesync_hdr() local
1135 const struct hw_x_point *coord_x = coordinate_x; build_hlg_degamma() local
1158 const struct hw_x_point *coord_x = coordinate_x; build_hlg_regamma() local
1692 const struct hw_x_point *coord_x = coordinates_x; apply_degamma_for_user_regamma() local
1762 const struct hw_x_point *coord_x = coordinates_x; calculate_user_regamma_coeff() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c233 const struct hw_x_point *coord_x = coordinates_x + 32; in precompute_pq() local
244 x = dc_fixpt_mul(coord_x->x, scaling_factor); in precompute_pq()
246 ++coord_x; in precompute_pq()
583 struct fixed31_32 coord_x; in build_custom_gamma_mapping_coefficients_worker() local
597 coord_x = coordinates_x[i].regamma_y_red; in build_custom_gamma_mapping_coefficients_worker()
599 coord_x = coordinates_x[i].regamma_y_green; in build_custom_gamma_mapping_coefficients_worker()
601 coord_x = coordinates_x[i].regamma_y_blue; in build_custom_gamma_mapping_coefficients_worker()
604 ramp, axis_x, coord_x, channel, in build_custom_gamma_mapping_coefficients_worker()
640 coord_x, in build_custom_gamma_mapping_coefficients_worker()
735 const struct hw_x_point *coord_x in build_pq() local
819 const struct hw_x_point *coord_x = coordinate_x; build_regamma() local
939 const struct hw_x_point *coord_x = coordinate_x; build_freesync_hdr() local
1073 const struct hw_x_point *coord_x = coordinate_x; build_hlg_degamma() local
1096 const struct hw_x_point *coord_x = coordinate_x; build_hlg_regamma() local
1619 const struct hw_x_point *coord_x = coordinates_x; apply_degamma_for_user_regamma() local
1685 const struct hw_x_point *coord_x = coordinates_x; calculate_user_regamma_coeff() local
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c117 int coord_x; member
150 point[i].coord_x = in auo_pixcir_collect_data()
155 if (point[i].coord_x > pdata->x_max || in auo_pixcir_collect_data()
158 point[i].coord_x, point[i].coord_y); in auo_pixcir_collect_data()
159 point[i].coord_x = point[i].coord_y = 0; in auo_pixcir_collect_data()
205 if (point[i].coord_x > 0 || point[i].coord_y > 0) { in auo_pixcir_interrupt()
207 point[i].coord_x); in auo_pixcir_interrupt()
232 input_report_abs(ts->input, ABS_X, point[abs].coord_x); in auo_pixcir_interrupt()
H A Dzforce_ts.c82 int coord_x; member
353 point.coord_x = in zforce_touch_event()
358 if (point.coord_x > pdata->x_max || in zforce_touch_event()
361 point.coord_x, point.coord_y); in zforce_touch_event()
362 point.coord_x = point.coord_y = 0; in zforce_touch_event()
382 point.coord_x, point.coord_y, in zforce_touch_event()
394 point.coord_x); in zforce_touch_event()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c131 int coord_x; member
163 point[i].coord_x = in auo_pixcir_collect_data()
168 if (point[i].coord_x > ts->x_max || in auo_pixcir_collect_data()
171 point[i].coord_x, point[i].coord_y); in auo_pixcir_collect_data()
172 point[i].coord_x = point[i].coord_y = 0; in auo_pixcir_collect_data()
217 if (point[i].coord_x > 0 || point[i].coord_y > 0) { in auo_pixcir_interrupt()
219 point[i].coord_x); in auo_pixcir_interrupt()
244 input_report_abs(ts->input, ABS_X, point[abs].coord_x); in auo_pixcir_interrupt()
H A Dzforce_ts.c82 int coord_x; member
353 point.coord_x = in zforce_touch_event()
358 if (point.coord_x > pdata->x_max || in zforce_touch_event()
361 point.coord_x, point.coord_y); in zforce_touch_event()
362 point.coord_x = point.coord_y = 0; in zforce_touch_event()
382 point.coord_x, point.coord_y, in zforce_touch_event()
394 point.coord_x); in zforce_touch_event()

Completed in 9 milliseconds