Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn32/
H A Ddcn32_mpc.c348 const struct gamma_curve *curve; in mpc32_program_shaper_luta_settings() local
371 curve = params->arr_curve_points; in mpc32_program_shaper_luta_settings()
372 if (curve) { in mpc32_program_shaper_luta_settings()
374 MPCC_MCM_SHAPER_RAMA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in mpc32_program_shaper_luta_settings()
375 MPCC_MCM_SHAPER_RAMA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in mpc32_program_shaper_luta_settings()
376 MPCC_MCM_SHAPER_RAMA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in mpc32_program_shaper_luta_settings()
377 MPCC_MCM_SHAPER_RAMA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in mpc32_program_shaper_luta_settings()
379 curve += 2; in mpc32_program_shaper_luta_settings()
381 MPCC_MCM_SHAPER_RAMA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in mpc32_program_shaper_luta_settings()
382 MPCC_MCM_SHAPER_RAMA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in mpc32_program_shaper_luta_settings()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp_cm.c634 const struct gamma_curve *curve; in dpp20_program_shaper_luta_settings() local
659 curve = params->arr_curve_points; in dpp20_program_shaper_luta_settings()
661 CM_SHAPER_RAMA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in dpp20_program_shaper_luta_settings()
662 CM_SHAPER_RAMA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in dpp20_program_shaper_luta_settings()
663 CM_SHAPER_RAMA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in dpp20_program_shaper_luta_settings()
664 CM_SHAPER_RAMA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in dpp20_program_shaper_luta_settings()
666 curve += 2; in dpp20_program_shaper_luta_settings()
668 CM_SHAPER_RAMA_EXP_REGION2_LUT_OFFSET, curve[0].offset, in dpp20_program_shaper_luta_settings()
669 CM_SHAPER_RAMA_EXP_REGION2_NUM_SEGMENTS, curve[0].segments_num, in dpp20_program_shaper_luta_settings()
670 CM_SHAPER_RAMA_EXP_REGION3_LUT_OFFSET, curve[1].offset, in dpp20_program_shaper_luta_settings()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.c916 const struct gamma_curve *curve; in dpp3_program_shaper_luta_settings() local
941 curve = params->arr_curve_points; in dpp3_program_shaper_luta_settings()
943 CM_SHAPER_RAMA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in dpp3_program_shaper_luta_settings()
944 CM_SHAPER_RAMA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in dpp3_program_shaper_luta_settings()
945 CM_SHAPER_RAMA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in dpp3_program_shaper_luta_settings()
946 CM_SHAPER_RAMA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in dpp3_program_shaper_luta_settings()
948 curve += 2; in dpp3_program_shaper_luta_settings()
950 CM_SHAPER_RAMA_EXP_REGION2_LUT_OFFSET, curve[0].offset, in dpp3_program_shaper_luta_settings()
951 CM_SHAPER_RAMA_EXP_REGION2_NUM_SEGMENTS, curve[0].segments_num, in dpp3_program_shaper_luta_settings()
952 CM_SHAPER_RAMA_EXP_REGION3_LUT_OFFSET, curve[1].offset, in dpp3_program_shaper_luta_settings()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_regamma_v.c133 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/crypto/
H A Decc.c948 const struct ecc_curve *curve) in vli_mmod_fast() argument
951 const u64 *curve_prime = curve->p; in vli_mmod_fast()
952 const unsigned int ndigits = curve->g.ndigits; in vli_mmod_fast()
955 if (strncmp(curve->name, "nist_", 5) != 0) { in vli_mmod_fast()
1007 const struct ecc_curve *curve) in vli_mod_mult_fast() argument
1011 vli_mult(product, left, right, curve->g.ndigits); in vli_mod_mult_fast()
1012 vli_mmod_fast(result, product, curve); in vli_mod_mult_fast()
1017 const struct ecc_curve *curve) in vli_mod_square_fast() argument
1021 vli_square(product, left, curve->g.ndigits); in vli_mod_square_fast()
1022 vli_mmod_fast(result, product, curve); in vli_mod_square_fast()
[all …]
H A Decrdsa_params.asn12 curve OBJECT IDENTIFIER ({ ecrdsa_param_curve }),
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c1488 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local
1504 curve = params->arr_curve_points; in regamma_config_regions_and_segments()
1507 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in regamma_config_regions_and_segments()
1508 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments()
1509 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in regamma_config_regions_and_segments()
1510 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in regamma_config_regions_and_segments()
1511 curve += 2; in regamma_config_regions_and_segments()
1514 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in regamma_config_regions_and_segments()
1515 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments()
1516 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in regamma_config_regions_and_segments()
[all …]
/linux/Documentation/hwmon/
H A Dnzxt-kraken3.rst25 control (either as a fixed value or through a temp-PWM curve). The Z-series and
30 for the manual control mode and 2 is for the liquid temp to PWM curve mode.
36 If in curve mode, setting point values should be done in moderation - the devices
39 in an another mode, and then apply them by switching to curve.
62 2 Curve control mode (applies the temp-PWM duty curve based on coolant temp)
73 pwm1_enable Pump duty control mode (0: disabled, 1: manual, 2: curve)
75 pwm2_enable Fan duty control mode (0: disabled, 1: manual, 2: curve)
H A Dlm63.rst82 (you cannot define your custom PWM/temperature curve), and mode change isn't
H A Dw83793.rst96 trip points, defining a PWM/temperature curve which the chip will follow.
H A Dsysfs-interface.rst217 Define the PWM vs temperature curve.
220 Define the PWM vs temperature curve.
/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1180 static bool build_degamma(struct pwl_float_data_ex *curve, in build_degamma() argument
1201 curve[i].r = dc_fixpt_zero; in build_degamma()
1202 curve[i].g = dc_fixpt_zero; in build_degamma()
1203 curve[i].b = dc_fixpt_zero; in build_degamma()
1208 curve[i].r = translate_to_linear_space_ex( in build_degamma()
1210 curve[i].g = curve[i].r; in build_degamma()
1211 curve[i].b = curve[i].r; in build_degamma()
1215 curve[i].r = dc_fixpt_one; in build_degamma()
1216 curve[i].g = dc_fixpt_one; in build_degamma()
1217 curve[i].b = dc_fixpt_one; in build_degamma()
[all …]
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst125 * enumerated curve
145 /* 1D enumerated curve */
147 … "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D e…
154 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D…
162 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 3D…
248 ├─ "TYPE" (immutable) = 1D enumerated curve
260 ├─ "TYPE" (immutable) = 1D enumerated curve
277 ├─ "TYPE" (immutable) = 1D enumerated curve
/linux/Documentation/ABI/testing/
H A Dsysfs-class-backlight6 Description of the scale of the brightness curve.
12 backlights with a linear brightness curve.
17 The scale of the brightness curve is unknown.
H A Dsysfs-bus-iio-isl2950132 Then a least squares curve fit to a second order
H A Dsysfs-class-hwmon350 Define the PWM vs temperature curve.
361 Define the PWM vs temperature curve.
/linux/drivers/hwmon/
H A Dnzxt-kraken3.c30 enum pwm_enable { off, manual, curve } __packed; enumerator
465 priv->channel_info[channel].mode = curve; in kraken3_write()
499 if (priv->channel_info[dev_attr->nr].mode == curve) { in kraken3_fan_curve_pwm_store()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dv-timings-cap.rst149 (CVT) or the 'Secondary GTF' curve (GTF).
H A Dvidioc-g-dv-timings.rst257 'Secondary GTF' curve (GTF). In both cases the horizontal and/or
/linux/Documentation/wmi/devices/
H A Dlenovo-wmi-gamezone.rst19 The Gamezone Data WMI interface provides platform-profile and fan curve
46 user modifications to Package Power Tracking (PPT) and fan curve settings.
/linux/Documentation/security/tpm/
H A Dtpm-security.rst89 elliptic curve key from the null seed using the standard storage seed
186 pair (assume elliptic curve in this case) and wraps the private key
/linux/Documentation/gpu/
H A Dintroduction.rst138 To shallow the learning curve, this section contains a list of presentations
/linux/Documentation/input/devices/
H A Dsentelic.rst710 0xc0 2 finger curve, counter clockwise
711 0xc4 2 finger curve, clockwise