Home
last modified time | relevance | path

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

12345678910>>...17

/linux/drivers/cpufreq/
H A 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/tools/perf/pmu-events/arch/x86/graniterapids/
H A 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/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A 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/tools/perf/pmu-events/arch/x86/emeraldrapids/
H A 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/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c1195 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in _g4x_compute_pipe_wm()
1289 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() local
1290 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1295 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1302 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1304 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1306 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1310 max(optimal->wm.plane[plane_id], in g4x_compute_intermediate_wm()
1317 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
1319 intermediate->sr.cursor = max(optimal->sr.cursor, in g4x_compute_intermediate_wm()
[all …]
H A Dskl_watermark.c367 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv()
389 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv()
412 &crtc_state->wm.skl.optimal.planes[plane_id]; in tgl_crtc_can_enable_sagv()
457 struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; in intel_compute_sagv_mask()
479 * other crtcs can't be allowed to use the more optimal in intel_compute_sagv_mask()
1551 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1599 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1630 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1658 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
2254 const struct skl_plane_wm *wm = &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_max_wm0_lines()
[all …]
H A Dintel_display_types.h833 * optimal:
834 * The "optimal" watermark values given the current
841 * between the old and new "optimal" values. Used when
845 * worst case combination of the old and new "optimal"
851 struct intel_pipe_wm optimal; member
857 struct skl_pipe_wm optimal; member
871 struct vlv_wm_state optimal; /* inverted */ member
878 struct g4x_wm_state optimal; member
885 * safe intermediate watermarks to the optimal final
/linux/tools/perf/pmu-events/arch/x86/meteorlake/
H A 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/tools/perf/pmu-events/arch/x86/alderlake/
H A 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/include/linux/crush/
H A 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/tools/perf/pmu-events/arch/x86/rocketlake/
H A 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/tools/perf/pmu-events/arch/x86/icelakex/
H A 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/tools/perf/pmu-events/arch/x86/tigerlake/
H A 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/tools/perf/pmu-events/arch/x86/icelake/
H A 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/include/uapi/asm-generic/
H A Dstat.h34 int st_blksize; /* Optimal block size for I/O. */
59 int st_blksize; /* Optimal block size for I/O. */
/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-port.h76 * recommends for optimal
84 * recommends for optimal
/linux/arch/microblaze/include/asm/
H A 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/drivers/gpu/drm/amd/display/dc/dml/dcn303/
H A 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/arch/arm/mach-omap2/
H A 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/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.
/linux/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.
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c52 "Transparent Hugepage support is recommended for optimal performance%s\n", in i915_gemfs_init()
/linux/include/linux/
H A Dprocessor.h18 * optimal performance.
/linux/arch/xtensa/include/uapi/asm/
H A Dstat.h47 unsigned long st_blksize; /* Optimal block size for I/O. */

12345678910>>...17