Home
last modified time | relevance | path

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

1234

/openbsd/src/sys/dev/pci/drm/i915/display/
Di9xx_wm.c1112 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in _g4x_compute_pipe_wm()
1206 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() local
1207 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm()
1212 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1219 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1221 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1223 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1227 max(optimal->wm.plane[plane_id], in g4x_compute_intermediate_wm()
1234 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
1236 intermediate->sr.cursor = max(optimal->sr.cursor, in g4x_compute_intermediate_wm()
[all …]
Dskl_watermark.c365 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv()
387 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv()
410 &crtc_state->wm.skl.optimal.planes[plane_id]; in tgl_crtc_can_enable_sagv()
455 struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; in intel_compute_sagv_mask()
1549 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1597 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1628 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
1656 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb()
2246 const struct skl_plane_wm *wm = &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_max_wm0_lines()
2307 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_wm_check_vblank()
[all …]
Dintel_display_types.h978 struct intel_pipe_wm optimal; member
984 struct skl_pipe_wm optimal; member
998 struct vlv_wm_state optimal; /* inverted */ member
1005 struct g4x_wm_state optimal; member
Dintel_cursor.c619 const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; in skl_write_cursor_wm()
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt18 there are two reasons that optimal system performance may be obtained by a
23 optimal performance in all cases, because applications have varying dynamic
/openbsd/src/gnu/llvm/llvm/docs/
DPackaging.rst12 break things for constrained platforms. These settings are not optimal for most
DBugpointRedesign.md91 when the IR crashes, it tries to reduce it by performing some sub-optimal
DAMDGPUInstructionSyntax.rst171 The assembler selects an optimal encoding automatically
DSupportPolicy.rst121 * Impose sub-optimal implementation strategies on core tier components as a
DVectorizers.rst36 The loop vectorizer uses a cost model to decide on the optimal vectorization factor
/openbsd/src/gnu/gcc/libstdc++-v3/
DREADME83 required or optimal long double, long long, and C99 functionality.
/openbsd/src/etc/
Dgettytab4 # It is by no means certain, or even likely, that any of them are optimal
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DREADME89 required or optimal long double, long long, and C99 functionality.
/openbsd/src/gnu/llvm/llvm/docs/Frontend/
DPerformanceTips.rst200 variables and thus generating more optimal code for loops.
258 certainly need to use a custom pass order to achieve optimal performance. A
/openbsd/src/gnu/gcc/gcc/config/m32c/
Dshift.md245 ; register. It's optimal to use multiple shifts of -8..8 rather than
Dcond.md286 ;; the cmpstr pattern. For optimal code, this should be removed if
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm1136jfs.md247 ;; assume an optimal case for now, because the cost of a cache miss
/openbsd/src/sys/arch/i386/conf/
Dfiles.i386309 # non-optimal, but I don't have a better answer right now.
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DVectorizationPlan.rst37 Prune sub-optimal VPlans having relatively high cost.
/openbsd/src/regress/bin/ksh/
Dregress.t85 Parsing of $(..) expressions is non-optimal. It is
/openbsd/src/usr.bin/calendar/calendars/
Dcalendar.history56 01/31 Dmitry Mendeleev established optimal alcohol-water mixture ratio
/openbsd/src/gnu/gcc/gcc/config/i386/
Dppro.md65 ;; - Lots more because I'm sure this is still far from optimal :-)
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-mca.rst654 sub-optimal usage of hardware resources.
867 sub-optimal usage of hardware resources. Sometimes, resource pressure can be
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mmix/
Dmmix.md666 ;; completely optimal. FIXME: Actually, other bugs surface when those
/openbsd/src/gnu/gcc/gcc/config/mmix/
Dmmix.md720 ;; completely optimal. FIXME: Actually, other bugs surface when those

1234