Searched refs:foreground (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/gpu/ipu-v3/ |
H A 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/Documentation/admin-guide/ |
H A D | vga-softcursor.rst | 30 foreground. 38 foreground. In both groups, low three bits set color (as in normal
|
H A D | serial-console.rst | 22 device: tty0 for the foreground virtual console 44 defines that opening ``/dev/console`` will get you the current foreground
|
H A D | spkguide.txt | 1007 foreground and background colors. These names come from the i18n/colors
|
H A D | kernel-parameters.txt | 7793 Format: 0xYX, X = foreground, Y = background.
|
/linux/Documentation/gpu/amdgpu/display/ |
H A 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/tools/testing/selftests/kselftest/ |
H A D | runner.sh | 40 /usr/bin/timeout --foreground "$kselftest_timeout" \
|
/linux/tools/perf/ |
H A D | builtin-daemon.c | 1250 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/drivers/gpu/drm/tegra/ |
H A D | dc.c | 174 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local 183 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy() 222 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy() 274 blending[0] = foreground; in tegra_plane_setup_blending_legacy() 278 blending[1] = foreground; in tegra_plane_setup_blending_legacy() 287 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy() 288 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy() 289 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
|
/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \ 303 timeout --foreground 20m $< \
|
/linux/tools/perf/Documentation/ |
H A D | perf-daemon.txt | 71 --foreground::
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-speakup | 5 foreground or background color when using speakup review 249 name of the foreground and background colors. These names come
|
/linux/block/ |
H A D | Kconfig | 123 less impact on foreground operations. The throttling is done
|
/linux/drivers/gpu/drm/ |
H A D | Kconfig | 124 hex "Drm panic screen foreground color, in RGB"
|
/linux/Documentation/scheduler/ |
H A D | sched-util-clamp.rst | 57 foreground, top-app, etc. Util clamp can be used to constrain how much
|