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

/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c38 static struct hw_x_point coordinates_x[MAX_HW_POINTS + 2]; variable in typeref:struct:hw_x_point
173 coordinates_x[MAX_HW_POINTS].x = region_size;
174 coordinates_x[MAX_HW_POINTS + 1].x = region_size;
181 coordinates_x[seg_offset].x = region_size;
186 coordinates_x[index].x = dc_fixpt_add
187 (coordinates_x[index-1].x, increment);
200 LOG_GAMMA_WRITE("%llu\n", coordinates_x[i].x.value);
349 const struct hw_x_point *coord_x = coordinates_x + 32;
383 compute_de_pq(coordinates_x[i].x, &y);
693 const struct hw_x_point *coordinates_x,
690 build_custom_gamma_mapping_coefficients_worker( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff, const struct hw_x_point *coordinates_x, const struct gamma_pixel *axis_x, enum channel_name channel, uint32_t number_of_points) argument
1604 copy_rgb_regamma_to_coordinates_x( struct hw_x_point *coordinates_x, uint32_t hw_points_num, const struct pwl_float_data_ex *rgb_ex) argument
1624 calculate_interpolated_hardware_curve( const struct dc_gamma *ramp, struct pixel_gamma_point *coeff128, struct pwl_float_data *rgb_user, const struct hw_x_point *coordinates_x, const struct gamma_pixel *axis_x, uint32_t number_of_points, struct dc_transfer_func_distributed_points *tf_pts) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_types.h410 u16 *coordinates_x[IA_CSS_MORPH_TABLE_NUM_PLANES]; member in struct:ia_css_morph_table
H A Datomisp_compat_ioctl32.h74 compat_uptr_t coordinates_x[ATOMISP_MORPH_TABLE_NUM_PLANES]; member in struct:atomisp_morph_table32
H A Datomisp_cmd.c1560 ret = copy_to_user(config->coordinates_x[i],
1561 tab.coordinates_x[i], tab.height *
1562 tab.width * sizeof(*tab.coordinates_x[i]));
1597 ret = copy_from_user(tab->coordinates_x[i],
1598 config->coordinates_x[i],
1600 sizeof(*config->coordinates_x[i]));
2863 if (copy_from_compatible(morph_table->coordinates_x[i],
2864 (__force void *)source_morph_table->coordinates_x[i],
2866 sizeof(*morph_table->coordinates_x[i]),
2887 if (copy_from_compatible(morph_table->coordinates_x[
[all...]
H A Dsh_css_params.c1358 if (me->coordinates_x[i]) {
1359 kvfree(me->coordinates_x[i]);
1360 me->coordinates_x[i] = NULL;
1388 me->coordinates_x[i] = NULL;
1393 me->coordinates_x[i] = kvmalloc(height * width *
1394 sizeof(*me->coordinates_x[i]),
1400 if ((!me->coordinates_x[i]) ||
1443 x_ptr = &tab->coordinates_x[i][j * width];
3589 store_morph_plane(table->coordinates_x[i],
/linux-master/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h515 unsigned short __user *coordinates_x[ATOMISP_MORPH_TABLE_NUM_PLANES]; member in struct:atomisp_morph_table

Completed in 147 milliseconds