Home
last modified time | relevance | path

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

/linux/drivers/gpu/ipu-v3/
H A 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/Documentation/admin-guide/
H A Dvga-softcursor.rst30 foreground.
38 foreground. In both groups, low three bits set color (as in normal
H A Dserial-console.rst22 device: tty0 for the foreground virtual console
44 defines that opening ``/dev/console`` will get you the current foreground
H A Dspkguide.txt1007 foreground and background colors. These names come from the i18n/colors
H A Dkernel-parameters.txt8257 Format: 0xYX, X = foreground, Y = background.
/linux/Documentation/gpu/amdgpu/display/
H 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/fs/f2fs/
H A Dgc.c48 bool sync_mode, foreground = false, gc_boost = false; in gc_thread_func() local
57 foreground = true; in gc_thread_func()
109 if (foreground) { in gc_thread_func()
143 stat_inc_gc_call_count(sbi, foreground ? in gc_thread_func()
150 if (foreground && !f2fs_sb_has_blkzoned(sbi)) in gc_thread_func()
154 gc_control.no_bg_gc = foreground; in gc_thread_func()
155 gc_control.nr_free_secs = foreground ? 1 : 0; in gc_thread_func()
160 if (!foreground) in gc_thread_func()
168 if (foreground) in gc_thread_func()
H A Df2fs.h4218 #define stat_inc_cp_call_count(sbi, foreground) \ argument
4219 atomic_inc(&sbi->cp_call_count[(foreground)])
4305 #define stat_inc_gc_call_count(sbi, foreground) \ argument
4306 (F2FS_STAT(sbi)->gc_call_count[(foreground)]++)
4337 #define stat_inc_cp_call_count(sbi, foreground) do { } while (0) argument
4366 #define stat_inc_gc_call_count(sbi, foreground) do { } while (0) argument
/linux/tools/testing/selftests/kselftest/
H A Drunner.sh40 /usr/bin/timeout --foreground "$kselftest_timeout" \
/linux/tools/perf/
H A Dbuiltin-daemon.c1250 bool foreground = false; in __cmd_start() local
1252 OPT_BOOLEAN('f', "foreground", &foreground, "stay on console"), in __cmd_start()
1275 if (foreground && check_lock(daemon)) in __cmd_start()
1278 if (!foreground) { in __cmd_start()
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
303 timeout --foreground 20m $< \
/linux/tools/perf/Documentation/
H A Dperf-daemon.txt71 --foreground::
H A Dperf-config.txt141 To change colors of selected line to other foreground and background colors
168 foreground and background colors, separated by a comma, for example:
184 Basic key values are foreground-color 'red' and
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup5 foreground or background color when using speakup review
249 name of the foreground and background colors. These names come
/linux/drivers/gpu/drm/
H A DKconfig70 hex "Drm panic screen foreground color, in RGB"
/linux/Documentation/filesystems/
H A Df2fs.rst121 let background GC thread to handle foreground GC requests,
122 it can eliminate the sluggish issue caused by slow foreground
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst57 foreground, top-app, etc. Util clamp can be used to constrain how much
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs395 Description: Number of blocks moved by garbage collection in foreground.