Home
last modified time | relevance | path

Searched full:optimal (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/linux-6.14.4/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 …]
/linux-6.14.4/drivers/net/wireless/ath/ath12k/
DKconfig26 you want optimal performance choose N.
35 you want optimal performance choose N.
44 you want optimal performance choose N.
/linux-6.14.4/tools/perf/pmu-events/arch/x86/graniterapids/
Dfrontend.json338 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
343 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
367 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
372 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
435 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
441 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
465 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
471 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/tools/perf/pmu-events/arch/x86/emeraldrapids/
Dfrontend.json302 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
307 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
331 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
336 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
399 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
405 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
429 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
435 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/tools/perf/pmu-events/arch/x86/sapphirerapids/
Dfrontend.json302 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
307 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
331 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
336 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
399 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
405 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
429 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
435 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/drivers/gpu/drm/i915/display/
Di9xx_wm.c1196 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in _g4x_compute_pipe_wm()
1290 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() local
1291 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1296 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1303 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1305 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1307 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1311 max(optimal->wm.plane[plane_id], in g4x_compute_intermediate_wm()
1318 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
1320 intermediate->sr.cursor = max(optimal->sr.cursor, in g4x_compute_intermediate_wm()
[all …]
Dskl_watermark.c372 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv()
394 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv()
417 &crtc_state->wm.skl.optimal.planes[plane_id]; in tgl_crtc_can_enable_sagv()
463 struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; in intel_compute_sagv_mask()
485 * other crtcs can't be allowed to use the more optimal in intel_compute_sagv_mask()
1591 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1642 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1678 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1708 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
2316 const struct skl_plane_wm *wm = &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_max_wm0_lines()
[all …]
Dintel_display_types.h846 * optimal:
847 * The "optimal" watermark values given the current
854 * between the old and new "optimal" values. Used when
858 * worst case combination of the old and new "optimal"
864 struct intel_pipe_wm optimal; member
870 struct skl_pipe_wm optimal; member
891 struct vlv_wm_state optimal; /* inverted */ member
898 struct g4x_wm_state optimal; member
905 * safe intermediate watermarks to the optimal final
/linux-6.14.4/tools/perf/pmu-events/arch/x86/meteorlake/
Dfrontend.json392 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
397 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
424 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
429 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
499 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
505 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
532 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
538 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/tools/perf/pmu-events/arch/x86/alderlake/
Dfrontend.json359 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
364 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
391 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
396 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
466 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
472 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
499 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
505 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/include/linux/crush/
Dcrush.h108 * list O(n) optimal poor
111 * straw2 O(n) optimal optimal
267 * no local retry) so that data migrations would be optimal when some
/linux-6.14.4/include/uapi/asm-generic/
Dstat.h34 int st_blksize; /* Optimal block size for I/O. */
59 int st_blksize; /* Optimal block size for I/O. */
/linux-6.14.4/tools/perf/pmu-events/arch/x86/icelake/
Dfrontend.json309 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
314 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
338 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
343 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
406 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
412 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/tools/perf/pmu-events/arch/x86/rocketlake/
Dfrontend.json309 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
314 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
338 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
343 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
406 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
412 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/tools/perf/pmu-events/arch/x86/icelakex/
Dfrontend.json309 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
314 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
338 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
343 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
396 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
402 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/tools/perf/pmu-events/arch/x86/tigerlake/
Dfrontend.json309 "BriefDescription": "Cycles DSB is delivering optimal number of Uops",
314 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
338 "BriefDescription": "Cycles MITE is delivering optimal number of Uops",
343 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th…
406 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac…
412 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
/linux-6.14.4/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg-port.h76 * recommends for optimal
84 * recommends for optimal
/linux-6.14.4/arch/microblaze/include/asm/
Dhash.h55 * repeated additions, and the best we can do is an optimal in __hash_32()
57 * optimal, but at 37 steps, it's decent for a 31-bit multiplier. in __hash_32()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/dcn303/
Ddcn303_fpu.c254 /* Calculate optimal dcfclk for each uclk */ in dcn303_fpu_update_bw_bounding_box()
262 /* Calculate optimal uclk for each dcfclk sta target */ in dcn303_fpu_update_bw_bounding_box()
272 * bandwidth is low enough such that all the optimal DCFCLK for each UCLK in dcn303_fpu_update_bw_bounding_box()
274 * populate the optimal UCLK for each DCFCLK STA target to be the max UCLK. in dcn303_fpu_update_bw_bounding_box()
/linux-6.14.4/arch/arm/mach-omap2/
Dsdrc.h164 * These represent optimal values for common parts, it won't work for all.
166 * become sub-optimal. The RFR value goes in the opposite direction. If you
/linux-6.14.4/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.
/linux-6.14.4/drivers/gpu/drm/v3d/
Dv3d_gemfs.c43 "Transparent Hugepage support is recommended for optimal performance on this platform!\n"); in v3d_gemfs_init()
/linux-6.14.4/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.
/linux-6.14.4/drivers/gpu/drm/i915/gem/
Di915_gemfs.c52 "Transparent Hugepage support is recommended for optimal performance%s\n", in i915_gemfs_init()

12345678910>>...19