Searched refs:foreground (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/drivers/gpu/ipu-v3/ |
D | ipu-dp.c | 48 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-v6.1/Documentation/admin-guide/ |
D | vga-softcursor.rst | 30 foreground. 38 foreground. In both groups, low three bits set color (as in normal
|
D | serial-console.rst | 22 device: tty0 for the foreground virtual console 41 defines that opening ``/dev/console`` will get you the current foreground
|
D | spkguide.txt | 1002 foreground and background colors. These names come from the i18n/colors
|
D | kernel-parameters.txt | 6722 Format: 0xYX, X = foreground, Y = background.
|
/Linux-v6.1/tools/testing/selftests/kselftest/ |
D | runner.sh | 38 /usr/bin/timeout --foreground "$kselftest_timeout" $1
|
/Linux-v6.1/Documentation/gpu/amdgpu/display/ |
D | display-manager.rst | 91 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-v6.1/fs/f2fs/ |
D | gc.c | 47 bool sync_mode, foreground = false; in gc_thread_func() local 56 foreground = true; in gc_thread_func() 116 if (foreground) { in gc_thread_func() 136 if (!foreground) in gc_thread_func() 142 if (foreground) in gc_thread_func() 146 gc_control.no_bg_gc = foreground; in gc_thread_func() 147 gc_control.nr_free_secs = foreground ? 1 : 0; in gc_thread_func() 152 if (!foreground) in gc_thread_func() 156 if (foreground) in gc_thread_func()
|
/Linux-v6.1/tools/perf/ |
D | builtin-daemon.c | 1249 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-v6.1/drivers/gpu/drm/tegra/ |
D | dc.c | 173 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-v6.1/tools/perf/Documentation/ |
D | perf-daemon.txt | 71 --foreground::
|
D | perf-config.txt | 144 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-v6.1/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \ 303 timeout --foreground 20m $< \
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | sysfs-driver-speakup | 5 foreground or background color when using speakup review 240 name of the foreground and background colors. These names come
|
/Linux-v6.1/block/ |
D | Kconfig | 116 less impact on foreground operations. The throttling is done
|
/Linux-v6.1/Documentation/filesystems/ |
D | f2fs.rst | 114 let background GC thread to handle foreground GC requests, 115 it can eliminate the sluggish issue caused by slow foreground
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 384 Description: Number of blocks moved by garbage collection in foreground.
|