Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/cpufreq/
Dfreq_table.c120 struct cpufreq_frequency_table optimal = { in cpufreq_table_index_unsorted() local
142 optimal.frequency = ~0; in cpufreq_table_index_unsorted()
152 optimal.driver_data = i; in cpufreq_table_index_unsorted()
158 if (freq >= optimal.frequency) { in cpufreq_table_index_unsorted()
159 optimal.frequency = freq; in cpufreq_table_index_unsorted()
160 optimal.driver_data = i; in cpufreq_table_index_unsorted()
171 if (freq <= optimal.frequency) { in cpufreq_table_index_unsorted()
172 optimal.frequency = freq; in cpufreq_table_index_unsorted()
173 optimal.driver_data = i; in cpufreq_table_index_unsorted()
184 if (diff < optimal.frequency || in cpufreq_table_index_unsorted()
[all …]
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c1317 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in g4x_compute_pipe_wm()
1406 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() local
1411 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1415 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1422 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1424 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1426 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1430 max(optimal->wm.plane[plane_id], in g4x_compute_intermediate_wm()
1437 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
1439 intermediate->sr.cursor = max(optimal->sr.cursor, in g4x_compute_intermediate_wm()
[all …]
Dintel_drv.h673 struct intel_pipe_wm optimal; member
678 struct skl_pipe_wm optimal; member
688 struct vlv_wm_state optimal; member
699 struct g4x_wm_state optimal; member
/Linux-v4.19/Documentation/cpuidle/
Dgovernor.txt23 with different governors. By default, most optimal governor based on your
/Linux-v4.19/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt27 If this property is not present, an optimal CAN
/Linux-v4.19/Documentation/networking/
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.
Dfib_trie.txt82 or shrinking it repeatedly until it fulfills the criteria for optimal
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-isl295019 criteria for optimal gain is determined by the sensor.
Dsysfs-class-net-mesh108 uses to find the optimal paths through the mesh.
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-v4.19/Documentation/hwmon/
Dadt746245 determining an optimal configuration for the automatic PWM control.
Dadt747047 determining an optimal configuration for the automatic PWM control.
Dadt747591 an optimal configuration for the automatic PWM control.
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsh_mobile_ceu_camera.rst68 Do not touch input rectangle - it is already optimal.
/Linux-v4.19/arch/sh/include/mach-kfr2r09/mach/
Dpartner-jet-setup.txt30 LIST "The PLL and FLL values are updated here for the optimal"
/Linux-v4.19/Documentation/arm/nwfpe/
DREADME8 emits as the first target. I have attempted to be as optimal as
/Linux-v4.19/drivers/devfreq/
DKconfig92 This does not yet operate with optimal voltages.
/Linux-v4.19/Documentation/x86/i386/
DIO-APIC.txt74 the PCI chipset. Most cards issue INTA, this creates optimal distribution
/Linux-v4.19/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-v4.19/arch/powerpc/platforms/ps3/
DKconfig47 system will have optimal runtime performance.
/Linux-v4.19/Documentation/input/devices/
Dntrig.rst115 I don't know what the optimal values are for these filters. If the defaults
/Linux-v4.19/Documentation/process/
Dclang-format.rst95 where the tool did not do an optimal job. But as a first approximation,
/Linux-v4.19/Documentation/
Dxz.txt78 in XZ Utils may not be optimal when creating files for the kernel,
/Linux-v4.19/Documentation/crypto/
Dapi-intro.txt88 When using the API for ciphers, performance will be optimal if each

123