Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/cpufreq/
Dfreq_table.c116 struct cpufreq_frequency_table optimal = { in cpufreq_table_index_unsorted() local
138 optimal.frequency = ~0; in cpufreq_table_index_unsorted()
148 optimal.driver_data = i; in cpufreq_table_index_unsorted()
154 if (freq >= optimal.frequency) { in cpufreq_table_index_unsorted()
155 optimal.frequency = freq; in cpufreq_table_index_unsorted()
156 optimal.driver_data = i; in cpufreq_table_index_unsorted()
167 if (freq <= optimal.frequency) { in cpufreq_table_index_unsorted()
168 optimal.frequency = freq; in cpufreq_table_index_unsorted()
169 optimal.driver_data = i; in cpufreq_table_index_unsorted()
180 if (diff < optimal.frequency || in cpufreq_table_index_unsorted()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c1337 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in g4x_compute_pipe_wm()
1425 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() local
1430 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1434 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1441 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1443 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1445 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1449 max(optimal->wm.plane[plane_id], in g4x_compute_intermediate_wm()
1456 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
1458 intermediate->sr.cursor = max(optimal->sr.cursor, in g4x_compute_intermediate_wm()
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-i2c-devices-pca954x13 -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-block138 Storage devices may report an optimal I/O size, which is
144 throughput is desired. If no optimal I/O size is
Dsysfs-block-bcache122 SSD for optimal performance.
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_types.h696 struct intel_pipe_wm optimal; member
701 struct skl_pipe_wm optimal; member
713 struct vlv_wm_state optimal; member
724 struct g4x_wm_state optimal; member
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt27 If this property is not present, an optimal CAN
/Linux-v5.4/Documentation/networking/device_drivers/neterion/
Ds2io.txt90 b. Set TCP windows size to optimal value.
103 A MOST value of 2 has been found optimal for Opterons and 3 for Itanium.
/Linux-v5.4/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.
/Linux-v5.4/arch/sh/include/mach-kfr2r09/mach/
Dpartner-jet-setup.txt31 LIST "The PLL and FLL values are updated here for the optimal"
/Linux-v5.4/Documentation/media/v4l-drivers/
Dsh_mobile_ceu_camera.rst70 Do not touch input rectangle - it is already optimal.
/Linux-v5.4/Documentation/ABI/obsolete/
Dsysfs-class-net-mesh110 uses to find the optimal paths through the mesh.
/Linux-v5.4/Documentation/arm/nwfpe/
Dnwfpe.rst11 emits as the first target. I have attempted to be as optimal as
/Linux-v5.4/Documentation/x86/i386/
DIO-APIC.rst80 the PCI chipset. Most cards issue INTA, this creates optimal distribution
/Linux-v5.4/drivers/devfreq/
DKconfig93 This does not yet operate with optimal voltages.
/Linux-v5.4/Documentation/admin-guide/mm/
Duserfaultfd.rst14 For example userfaults allows a proper and more optimal implementation
234 The current asynchronous model of the event delivery is optimal for
/Linux-v5.4/arch/powerpc/platforms/ps3/
DKconfig47 system will have optimal runtime performance.
/Linux-v5.4/Documentation/process/
Dclang-format.rst95 where the tool did not do an optimal job. But as a first approximation,
/Linux-v5.4/Documentation/
Dxz.txt78 in XZ Utils may not be optimal when creating files for the kernel,
/Linux-v5.4/Documentation/input/devices/
Dntrig.rst115 I don't know what the optimal values are for these filters. If the defaults
/Linux-v5.4/Documentation/crypto/
Dapi-intro.txt88 When using the API for ciphers, performance will be optimal if each
/Linux-v5.4/Documentation/networking/
Dfib_trie.txt82 or shrinking it repeatedly until it fulfills the criteria for optimal

123