Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/drivers/gpu/ipu-v3/
A Dipu-dp.c48 bool foreground; member
53 struct ipu_dp foreground; member
73 if (dp->foreground) in to_flow()
194 if (!dp->foreground) in ipu_dp_setup_channel()
203 flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel()
207 flow->foreground.in_cs == flow->out_cs) in ipu_dp_setup_channel()
217 flow->foreground.in_cs, in ipu_dp_setup_channel()
252 if (!dp->foreground) in ipu_dp_enable_channel()
277 if (!dp->foreground) in ipu_dp_disable_channel()
325 dp = &priv->flow[flow >> 1].foreground; in ipu_dp_get()
[all …]
/linux-6.3-rc2/Documentation/admin-guide/
A Dvga-softcursor.rst30 foreground.
38 foreground. In both groups, low three bits set color (as in normal
A Dserial-console.rst22 device: tty0 for the foreground virtual console
41 defines that opening ``/dev/console`` will get you the current foreground
A Dspkguide.txt1002 foreground and background colors. These names come from the i18n/colors
A Dkernel-parameters.txt6831 Format: 0xYX, X = foreground, Y = background.
/linux-6.3-rc2/tools/testing/selftests/kselftest/
A Drunner.sh38 /usr/bin/timeout --foreground "$kselftest_timeout" $1
/linux-6.3-rc2/Documentation/gpu/amdgpu/display/
A Ddisplay-manager.rst91 describes how pixels from a foreground plane (fg) are composited with the
102 - *fg.rgb*: Each of the RGB component values from the foreground's pixel.
103 - *fg.alpha*: Alpha component value from the foreground's pixel.
/linux-6.3-rc2/fs/f2fs/
A Dgc.c47 bool sync_mode, foreground = false; in gc_thread_func() local
56 foreground = true; in gc_thread_func()
104 if (foreground) { in gc_thread_func()
124 if (!foreground) in gc_thread_func()
130 if (foreground) in gc_thread_func()
134 gc_control.no_bg_gc = foreground; in gc_thread_func()
135 gc_control.nr_free_secs = foreground ? 1 : 0; in gc_thread_func()
140 if (!foreground) in gc_thread_func()
148 if (foreground) in gc_thread_func()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-daemon.c1249 bool foreground = false; in __cmd_start() local
1251 OPT_BOOLEAN('f', "foreground", &foreground, "stay on console"), in __cmd_start()
1274 if (foreground && check_lock(daemon)) in __cmd_start()
1277 if (!foreground) { in __cmd_start()
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Ddc.c173 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local
182 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy()
221 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy()
273 blending[0] = foreground; in tegra_plane_setup_blending_legacy()
277 blending[1] = foreground; in tegra_plane_setup_blending_legacy()
286 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
287 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy()
288 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-daemon.txt71 --foreground::
A Dperf-config.txt144 To change colors of selected line to other foreground and background colors
171 foreground and background colors, separated by a comma, for example:
187 Basic key values are foreground-color 'red' and
/linux-6.3-rc2/tools/testing/selftests/wireguard/qemu/
A DMakefile290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
303 timeout --foreground 20m $< \
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-driver-speakup5 foreground or background color when using speakup review
249 name of the foreground and background colors. These names come
/linux-6.3-rc2/block/
A DKconfig115 less impact on foreground operations. The throttling is done
/linux-6.3-rc2/Documentation/filesystems/
A Df2fs.rst118 let background GC thread to handle foreground GC requests,
119 it can eliminate the sluggish issue caused by slow foreground
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-fs-f2fs398 Description: Number of blocks moved by garbage collection in foreground.
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-util-clamp.rst57 foreground, top-app, etc. Util clamp can be used to constrain how much

Completed in 123 milliseconds