/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_opp_regamma_v.c | 133 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local 192 curve = params->arr_curve_points; in regamma_config_regions_and_segments() 198 curve[0].offset, in regamma_config_regions_and_segments() 204 curve[0].segments_num, in regamma_config_regions_and_segments() 210 curve[1].offset, in regamma_config_regions_and_segments() 216 curve[1].segments_num, in regamma_config_regions_and_segments() 226 curve += 2; in regamma_config_regions_and_segments() 231 curve[0].offset, in regamma_config_regions_and_segments() 237 curve[0].segments_num, in regamma_config_regions_and_segments() 243 curve[1].offset, in regamma_config_regions_and_segments() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_transform.c | 1212 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local 1228 curve = params->arr_curve_points; in regamma_config_regions_and_segments() 1231 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in regamma_config_regions_and_segments() 1232 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments() 1233 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in regamma_config_regions_and_segments() 1234 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in regamma_config_regions_and_segments() 1235 curve += 2; in regamma_config_regions_and_segments() 1238 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in regamma_config_regions_and_segments() 1239 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments() 1240 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in regamma_config_regions_and_segments() [all …]
|
/Linux-v4.19/crypto/ |
D | ecc.c | 911 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid() local 925 if (vli_cmp(curve->n, private_key, ndigits) != 1) in ecc_is_key_valid() 945 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey() local 948 unsigned int nbits = vli_num_bits(curve->n, ndigits); in ecc_gen_privkey() 978 if (vli_cmp(curve->n, priv, ndigits) != 1) in ecc_gen_privkey() 992 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key() local 994 if (!private_key || !curve || ndigits > ARRAY_SIZE(priv)) { in ecc_make_pub_key() 1007 ecc_point_mult(pk, &curve->g, priv, NULL, curve->p, ndigits); in ecc_make_pub_key() 1023 static int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial() argument 1033 if (vli_cmp(curve->p, pk->x, pk->ndigits) != 1) in ecc_is_pubkey_valid_partial() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/ |
D | color_gamma.c | 712 static void build_degamma(struct pwl_float_data_ex *curve, in build_degamma() argument 730 curve[i].r = dc_fixpt_zero; in build_degamma() 731 curve[i].g = dc_fixpt_zero; in build_degamma() 732 curve[i].b = dc_fixpt_zero; in build_degamma() 737 curve[i].r = translate_to_linear_space_ex( in build_degamma() 739 curve[i].g = curve[i].r; in build_degamma() 740 curve[i].b = curve[i].r; in build_degamma() 744 curve[i].r = dc_fixpt_one; in build_degamma() 745 curve[i].g = dc_fixpt_one; in build_degamma() 746 curve[i].b = dc_fixpt_one; in build_degamma() [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-isl29501 | 32 Then a least squares curve fit to a second order
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-dv-timings-cap.rst | 153 (CVT) or the 'Secondary GTF' curve (GTF).
|
D | vidioc-g-dv-timings.rst | 247 'Secondary GTF' curve (GTF). In both cases the horizontal and/or
|
/Linux-v4.19/Documentation/hwmon/ |
D | lm63 | 64 (you cannot define your custom PWM/temperature curve), and mode change isn't
|
D | w83793 | 89 trip points, defining a PWM/temperature curve which the chip will follow.
|
D | sysfs-interface | 292 Define the PWM vs temperature curve. Number of trip points is 300 Define the PWM vs temperature curve. Number of trip points is
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 144 The graph curve with X-axis values = { x | 0 < x < 1ms } has a steep slope 147 The graph curve in the area delimited by X-axis values = {x | x > 1ms } has 193 However, the lower power consumption (ie shallower energy curve slope) of idle
|
/Linux-v4.19/Documentation/input/devices/ |
D | sentelic.rst | 710 0xc0 2 finger curve, counter clockwise 711 0xc4 2 finger curve, clockwise
|