Home
last modified time | relevance | path

Searched refs:formula (Results 1 – 25 of 39) sorted by relevance

12

/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py208 def evaluate_formula(self, formula: str, alias: dict, ridx: int = 0):
223 for i in range(len(formula)):
224 if i+1 == len(formula) or formula[i] in ('+', '-', '*', '/'):
225 s = alias[formula[b:i]] if i + \
226 1 < len(formula) else alias[formula[b:]]
240 if i + 1 < len(formula):
241 sign = formula[i]
/linux/Documentation/gpu/amdgpu/display/
H A Ddisplay-manager.rst115 DRM has three blend mode to define the blend formula in the plane composition:
117 * **None**: Blend formula that ignores the pixel alpha.
119 * **Pre-multiplied**: Blend formula that assumes the pixel color values in a
122 * **Coverage**: Blend formula that assumes the pixel color values were not
150 blend formula, as follows:
/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst73 the following formula:
85 The analogue gain (``x`` in the formula) is controlled through
92 this case, the formula to calculate actual gain consists of linear and
/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3553 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local
3555 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage()
3557 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3558 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage()
3559 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3562 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3563 (formula->ucNumOfVoltageEntries - 1) * in radeon_atom_get_max_voltage()
3564 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3572 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local
3574 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage()
[all …]
/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst56 After getting two values of event pair in userspace, the formula of
107 PF/VF, its conversion formula::
H A Ddwc_pcie_pmu.rst80 The average RX/TX bandwidth can be calculated using the following formula:
/linux/Documentation/scheduler/
H A Dsched-capacity.rst174 formula::
178 Applying this formula to the two examples above yields a frequency invariant
212 formula::
217 system. Applying this formula to the above example above yields a CPU
224 order to obtain a truly invariant signal. The pseudo-formula for a task
/linux/Documentation/hwmon/
H A Dvt1211.rst131 Temp1 is an Intel-type thermal diode which requires the following formula to
148 .. [3] This is the formula from the lm_sensors 2.10.0 sensors.conf file. I don't
166 following formula for sensors.conf::
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-ksm60 general_profit: how effective is KSM. The formula for the
/linux/Documentation/devicetree/bindings/scsi/
H A Dhisilicon-sas.txt61 The formula is "y = (x-10000)/10000". For example, 10478
/linux/arch/arm/mach-omap1/
H A Dsleep.S191 @ according to this formula:
/linux/tools/perf/Documentation/
H A Dperf-diff.txt108 --formula::
109 Show formula for given computation.
/linux/drivers/gpu/drm/
H A Ddrm_edid.c3159 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()
3162 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb()
3202 …BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.hfreq_start_khz… in drm_gtf2_hbreak()
3204 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak()
3214 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c()
3216 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c()
3226 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m()
3228 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m()
3238 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k()
3240 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k()
[all …]
/linux/drivers/s390/block/
H A Ddasd_eckd.h289 __u8 formula; member
/linux/arch/csky/
H A DKconfig183 # max bits determined by the following formula:
/linux/Documentation/iio/
H A Dadxl380.rst88 apply the following formula:
H A Dadxl345.rst59 apply the following formula:
262 following formula:
H A Dadxl313.rst106 apply the following formula:
H A Dadis16550.rst151 apply the following formula:
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst346 mathematical formula, not by the assumed input and output.
349 colorop must be documented entirely, whether via a mathematical formula
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst170 scaled and offset according to the limited range formula:
183 scaled and offset according to the limited range formula:
/linux/Documentation/fb/
H A Dmodedb.rst110 The CVT addresses these limitations. If used with CRT's, the formula used
/linux/Documentation/wmi/devices/
H A Dmsi-wmi-platform.rst166 The fan RPM readings can be calculated with the following formula:
/linux/Documentation/driver-api/thermal/
H A Dpower_allocator.rst152 formula becomes::
/linux/Documentation/virt/kvm/devices/
H A Dvcpu.rst289 a time of 0 in kvmclock. The above formula ensures that it is the

12