Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dfreq_table.c124 struct cpufreq_frequency_table optimal = { in cpufreq_table_index_unsorted() local
146 optimal.frequency = ~0; in cpufreq_table_index_unsorted()
156 optimal.driver_data = i; in cpufreq_table_index_unsorted()
162 if (freq >= optimal.frequency) { in cpufreq_table_index_unsorted()
163 optimal.frequency = freq; in cpufreq_table_index_unsorted()
164 optimal.driver_data = i; in cpufreq_table_index_unsorted()
175 if (freq <= optimal.frequency) { in cpufreq_table_index_unsorted()
176 optimal.frequency = freq; in cpufreq_table_index_unsorted()
177 optimal.driver_data = i; in cpufreq_table_index_unsorted()
188 if (diff < optimal.frequency || in cpufreq_table_index_unsorted()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A 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 …]
/OK3568_Linux_fs/buildroot/package/olsr/
H A DConfig.in14 compute optimal forwarding paths locally.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-pca954x15 -1 leave the mux as-is, which is the most optimal
H A Dsysfs-bus-iio-isl295019 criteria for optimal gain is determined by the sensor.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A 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
/OK3568_Linux_fs/buildroot/package/libselinux/
H A D0001-fix-musl-build.patch12 completely written from scratch, and non-optimal.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.NDS328 achieve optimal system performance, code density, and power efficiency.
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/neterion/
H A 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.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/
H A Dmpc5xxx-mscan.txt27 If this property is not present, an optimal CAN
/OK3568_Linux_fs/buildroot/package/openvmtools/
H A D0012-Make-HgfsConvertFromNtTimeNsec-aware-of-64-bit-time_.patch13 I did not verify whether the use of Div643264 is optimal, performance
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-Make-HgfsConvertFromNtTimeNsec-aware-of-64-bit-time_.patch13 I did not verify whether the use of Div643264 is optimal, performance
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dadt7462.rst49 determining an optimal configuration for the automatic PWM control.
H A Dadt7470.rst51 determining an optimal configuration for the automatic PWM control.
H A Dadt7475.rst121 an optimal configuration for the automatic PWM control.
/OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/
H A D00-debconf5 …ic Cyrillic; Greek, . Combined - Latin; Slavic and non-Slavic Cyrillic, Guess optimal character set
6 console-setup console-setup/codeset47 select Guess optimal character set
/OK3568_Linux_fs/external/xserver/doc/
H A Dc-extensions8 extensions, although the results may not be optimal.
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst70 Do not touch input rectangle - it is already optimal.
/OK3568_Linux_fs/kernel/arch/sh/include/mach-kfr2r09/mach/
H A Dpartner-jet-setup.txt31 LIST "The PLL and FLL values are updated here for the optimal"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch54 /* Size of initial mapping window, optimal if large enough to
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch74 Some non-optimal and non-obvious regexps set MATCH to an incorrect
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-general.rst36 optimal solution as you would have to repeat this process with each
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-class-net-mesh110 uses to find the optimal paths through the mesh.
/OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/
H A Dnwfpe.rst11 emits as the first target. I have attempted to be as optimal as
/OK3568_Linux_fs/kernel/Documentation/x86/i386/
H A DIO-APIC.rst80 the PCI chipset. Most cards issue INTA, this creates optimal distribution

12345