Home
last modified time | relevance | path

Searched refs:optimal (Results 1 – 25 of 68) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/cpufreq/
Dfreq_table.c122 struct cpufreq_frequency_table optimal = { in cpufreq_table_index_unsorted() local
144 optimal.frequency = ~0; in cpufreq_table_index_unsorted()
154 optimal.driver_data = i; in cpufreq_table_index_unsorted()
160 if (freq >= optimal.frequency) { in cpufreq_table_index_unsorted()
161 optimal.frequency = freq; in cpufreq_table_index_unsorted()
162 optimal.driver_data = i; in cpufreq_table_index_unsorted()
173 if (freq <= optimal.frequency) { in cpufreq_table_index_unsorted()
174 optimal.frequency = freq; in cpufreq_table_index_unsorted()
175 optimal.driver_data = i; in cpufreq_table_index_unsorted()
186 if (diff < optimal.frequency || in cpufreq_table_index_unsorted()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_pm.c1375 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in g4x_compute_pipe_wm()
1456 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() local
1461 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1465 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1472 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1474 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1476 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1480 max(optimal->wm.plane[plane_id], in g4x_compute_intermediate_wm()
1487 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
1489 intermediate->sr.cursor = max(optimal->sr.cursor, in g4x_compute_intermediate_wm()
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-i2c-devices-pca954x15 -1 leave the mux as-is, which is the most optimal
Dsysfs-bus-iio-isl295019 criteria for optimal gain is determined by the sensor.
Dsysfs-block148 Storage devices may report an optimal I/O size, which is
154 throughput is desired. If no optimal I/O size is
Dsysfs-block-bcache122 SSD for optimal performance.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt27 If this property is not present, an optimal CAN
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_display_types.h733 struct intel_pipe_wm optimal; member
738 struct skl_pipe_wm optimal; member
750 struct vlv_wm_state optimal; member
761 struct g4x_wm_state optimal; member
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/neterion/
Ds2io.rst120 b. Set TCP windows size to optimal value.
139 A MOST value of 2 has been found optimal for Opterons and 3 for Itanium.
/kernel/linux/linux-5.10/Documentation/hwmon/
Dadt7462.rst49 determining an optimal configuration for the automatic PWM control.
Dadt7470.rst51 determining an optimal configuration for the automatic PWM control.
Dadt7475.rst121 an optimal configuration for the automatic PWM control.
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dsh_mobile_ceu_camera.rst70 Do not touch input rectangle - it is already optimal.
/kernel/linux/linux-5.10/arch/sh/include/mach-kfr2r09/mach/
Dpartner-jet-setup.txt31 LIST "The PLL and FLL values are updated here for the optimal"
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-class-net-mesh110 uses to find the optimal paths through the mesh.
/kernel/linux/linux-5.10/Documentation/arm/nwfpe/
Dnwfpe.rst11 emits as the first target. I have attempted to be as optimal as
/kernel/linux/linux-5.10/Documentation/x86/i386/
DIO-APIC.rst80 the PCI chipset. Most cards issue INTA, this creates optimal distribution
/kernel/linux/linux-5.10/drivers/devfreq/
DKconfig92 This does not yet operate with optimal voltages.
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
DKconfig47 system will have optimal runtime performance.
/kernel/linux/linux-5.10/Documentation/input/devices/
Dntrig.rst115 I don't know what the optimal values are for these filters. If the defaults
/kernel/linux/linux-5.10/Documentation/process/
Dclang-format.rst95 where the tool did not do an optimal job. But as a first approximation,
/kernel/linux/linux-5.10/Documentation/staging/
Dxz.rst78 in XZ Utils may not be optimal when creating files for the kernel,
/kernel/linux/linux-5.10/Documentation/networking/
Dfib_trie.rst86 or shrinking it repeatedly until it fulfills the criteria for optimal
/kernel/linux/linux-5.10/Documentation/crypto/
Dapi-intro.rst94 When using the API for ciphers, performance will be optimal if each
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Duserfaultfd.rst14 For example userfaults allows a proper and more optimal implementation
286 The current asynchronous model of the event delivery is optimal for

123