Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/ipu-v3/
Dipu-dp.c48 bool foreground; member
53 struct ipu_dp foreground; member
73 if (dp->foreground) in to_flow()
74 return container_of(dp, struct ipu_flow, foreground); in to_flow()
194 if (!dp->foreground) in ipu_dp_setup_channel()
197 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel()
203 flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel()
206 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN || 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()
[all …]
/Linux-v5.15/Documentation/admin-guide/
Dvga-softcursor.rst30 foreground.
38 foreground. In both groups, low three bits set color (as in normal
Dserial-console.rst22 device: tty0 for the foreground virtual console
41 defines that opening ``/dev/console`` will get you the current foreground
Dspkguide.txt1002 foreground and background colors. These names come from the i18n/colors
Dkernel-parameters.txt6192 Format: 0xYX, X = foreground, Y = background.
/Linux-v5.15/tools/testing/selftests/kselftest/
Drunner.sh36 /usr/bin/timeout --foreground "$kselftest_timeout" "$1"
/Linux-v5.15/tools/perf/
Dbuiltin-daemon.c1251 bool foreground = false; in __cmd_start() local
1253 OPT_BOOLEAN('f', "foreground", &foreground, "stay on console"), in __cmd_start()
1276 if (foreground && check_lock(daemon)) in __cmd_start()
1279 if (!foreground) { in __cmd_start()
/Linux-v5.15/fs/f2fs/
Dgc.c42 bool sync_mode, foreground = false; in gc_thread_func() local
51 foreground = true; in gc_thread_func()
99 if (foreground) { in gc_thread_func()
119 if (!foreground) in gc_thread_func()
125 if (foreground) in gc_thread_func()
129 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func()
132 if (foreground) in gc_thread_func()
/Linux-v5.15/drivers/gpu/drm/tegra/
Ddc.c168 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local
177 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy()
216 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy()
268 blending[0] = foreground; in tegra_plane_setup_blending_legacy()
272 blending[1] = foreground; in tegra_plane_setup_blending_legacy()
281 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
282 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy()
283 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
/Linux-v5.15/tools/perf/Documentation/
Dperf-daemon.txt71 --foreground::
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-v5.15/block/
DKconfig102 less impact on foreground operations. The throttling is done
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-driver-speakup5 foreground or background color when using speakup review
240 name of the foreground and background colors. These names come
/Linux-v5.15/tools/testing/selftests/wireguard/qemu/
DMakefile218 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
/Linux-v5.15/Documentation/filesystems/
Df2fs.rst114 let background GC thread to handle foreground GC requests,
115 it can eliminate the sluggish issue caused by slow foreground
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-fs-f2fs346 Description: Number of blocks moved by garbage collection in foreground.