Home
last modified time | relevance | path

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

12

/Linux-v6.1/Documentation/gpu/amdgpu/display/
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
153 blend formula, as follows:
/Linux-v6.1/Documentation/userspace-api/media/drivers/
Dccs.rst69 the following formula:
81 The analogue gain (``x`` in the formula) is controlled through
88 this case, the formula to calculate actual gain consists of linear and
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_atombios.c3557 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local
3559 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage()
3561 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3562 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage()
3563 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3566 le16_to_cpu(formula->usVoltageBaseLevel) + in radeon_atom_get_max_voltage()
3567 (formula->ucNumOfVoltageEntries - 1) * in radeon_atom_get_max_voltage()
3568 le16_to_cpu(formula->usVoltageStep); in radeon_atom_get_max_voltage()
3576 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local
3578 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage()
[all …]
/Linux-v6.1/Documentation/admin-guide/perf/
Dhns3-pmu.rst56 After getting two values of event pair in usersapce, the formula of
107 PF/VF, its conversion formula::
/Linux-v6.1/Documentation/scheduler/
Dsched-capacity.rst173 formula::
177 Applying this formula to the two examples above yields a frequency invariant
211 formula::
216 system. Applying this formula to the above example above yields a CPU
223 order to obtain a truly invariant signal. The pseudo-formula for a task
/Linux-v6.1/Documentation/devicetree/bindings/mtd/
Dcadence-nand-controller.txt19 associated with data read capture. The example formula for SDR mode is
/Linux-v6.1/Documentation/hwmon/
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-v6.1/Documentation/devicetree/bindings/scsi/
Dhisilicon-sas.txt61 The formula is "y = (x-10000)/10000". For example, 10478
/Linux-v6.1/drivers/gpu/drm/
Ddrm_edid.c2984 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()
2987 descriptor->data.other_data.data.range.formula.cvt.flags & 0x10) in is_rb()
3027 …BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.hfreq_start_khz… in drm_gtf2_hbreak()
3029 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak()
3039 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c()
3041 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c()
3051 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m()
3053 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m()
3063 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k()
3065 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k()
[all …]
/Linux-v6.1/tools/perf/Documentation/
Dperf-diff.txt108 --formula::
109 Show formula for given computation.
/Linux-v6.1/Documentation/power/
Denergy-model.rst92 formula in the framework (like it's in 'simple' EM case). It can better reflect
151 math formula::
/Linux-v6.1/arch/arm/mach-omap1/
Dsleep.S271 @ according to this formula:
/Linux-v6.1/include/drm/
Ddrm_edid.h130 } __attribute__((packed)) formula; member
/Linux-v6.1/arch/ia64/kernel/
Dmodule.c623 enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK; in do_reloc() local
629 switch (formula) { in do_reloc()
/Linux-v6.1/Documentation/filesystems/
Derofs.rst146 Each inode can be directly found with the following formula:
211 Each share xattr can also be directly found by the following formula:
/Linux-v6.1/drivers/s390/block/
Ddasd_eckd.h289 __u8 formula; member
/Linux-v6.1/arch/csky/
DKconfig188 # max bits determined by the following formula:
/Linux-v6.1/Documentation/driver-api/media/
Dcamera-sensor.rst93 The formula is bus independent and is applicable for raw timing parameters on
/Linux-v6.1/drivers/gpu/drm/tiny/
Dgm12u320.c505 .data.other_data.data.range.formula.cvt = {
/Linux-v6.1/Documentation/fb/
Dmodedb.rst100 The CVT addresses these limitations. If used with CRT's, the formula used
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dcolorspaces-details.rst169 scaled and offset according to the limited range formula:
182 scaled and offset according to the limited range formula:
/Linux-v6.1/Documentation/virt/kvm/devices/
Dvcpu.rst261 a time of 0 in kvmclock. The above formula ensures that it is the
/Linux-v6.1/arch/x86/
DKconfig.debug81 invalidating instructions according to the following formula:
/Linux-v6.1/Documentation/driver-api/thermal/
Dpower_allocator.rst152 formula becomes::
/Linux-v6.1/Documentation/networking/
Deql.rst202 things and push traffic much faster. The formula in the current set

12