/linux-6.3-rc2/Documentation/gpu/amdgpu/display/ |
A D | display-manager.rst | 115 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-6.3-rc2/Documentation/userspace-api/media/drivers/ |
A D | ccs.rst | 69 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-6.3-rc2/Documentation/devicetree/bindings/leds/ |
A D | skyworks,aat1290.yaml | 42 formula:: I = 1A * 162 kOhm / Rset. 46 Maximum flash timeout can be calculated using following formula::
|
A D | richtek,rt8515.yaml | 61 according to the formula Imax = 5500 / RFS. The lowest 73 according to the formula Imax = 5500 / RTS. The lowest
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_atombios.c | 3560 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local 3562 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage() 3565 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage() 3579 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local 3581 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage() 3619 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_min_voltage() local 3630 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_min_voltage() local 3632 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_min_voltage() 3669 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_voltage_step() local 3671 if (formula->ucFlag & 1) in radeon_atom_get_voltage_step() [all …]
|
/linux-6.3-rc2/Documentation/admin-guide/perf/ |
A D | hns3-pmu.rst | 56 After getting two values of event pair in userspace, the formula of 107 PF/VF, its conversion formula::
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | lltc,ltc294x.yaml | 13 are software compatible, uses a slightly different conversion formula
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/ |
A D | cadence-nand-controller.txt | 19 associated with data read capture. The example formula for SDR mode is
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-capacity.rst | 173 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-6.3-rc2/Documentation/hwmon/ |
A D | vt1211.rst | 131 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-6.3-rc2/arch/arm/mach-omap1/ |
A D | sleep.S | 191 @ according to this formula:
|
/linux-6.3-rc2/Documentation/devicetree/bindings/scsi/ |
A D | hisilicon-sas.txt | 61 The formula is "y = (x-10000)/10000". For example, 10478
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_edid.c | 3062 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb() 3065 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb() 3107 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak() 3117 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c() 3119 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c() 3129 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m() 3131 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m() 3141 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k() 3143 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k() 3153 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.j) != 17); in drm_gtf2_2j() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/dac/ |
A D | adi,ad3552r.yaml | 90 description: Gain offset used in the above formula
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-diff.txt | 108 --formula:: 109 Show formula for given computation.
|
/linux-6.3-rc2/Documentation/power/ |
A D | energy-model.rst | 92 formula in the framework (like it's in 'simple' EM case). It can better reflect 151 math formula::
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
A D | rohm,bd71847-regulator.yaml | 125 # Here the buck output is sifted according to formula:
|
A D | rohm,bd71837-regulator.yaml | 130 # Here the buck output is sifted according to formula:
|
/linux-6.3-rc2/include/drm/ |
A D | drm_edid.h | 133 } __attribute__((packed)) formula; member
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | module.c | 623 enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK; in do_reloc() local 629 switch (formula) { in do_reloc()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | erofs.rst | 157 Each inode can be directly found with the following formula: 222 Each share xattr can also be directly found by the following formula:
|
/linux-6.3-rc2/drivers/s390/block/ |
A D | dasd_eckd.h | 289 __u8 formula; member
|
/linux-6.3-rc2/arch/csky/ |
A D | Kconfig | 188 # max bits determined by the following formula:
|
/linux-6.3-rc2/Documentation/driver-api/media/ |
A D | camera-sensor.rst | 93 The formula is bus independent and is applicable for raw timing parameters on
|
/linux-6.3-rc2/drivers/gpu/drm/tiny/ |
A D | gm12u320.c | 506 .data.other_data.data.range.formula.cvt = {
|