Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-dp.c47 bool foreground; member
52 struct ipu_dp foreground; member
72 if (dp->foreground) in to_flow()
73 return container_of(dp, struct ipu_flow, foreground); in to_flow()
178 if (!dp->foreground) in ipu_dp_setup_channel()
181 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel()
186 ipu_dp_csc_init(flow, flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel()
189 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN || in ipu_dp_setup_channel()
190 flow->foreground.in_cs == flow->out_cs) in ipu_dp_setup_channel()
198 ipu_dp_csc_init(flow, flow->foreground.in_cs, in ipu_dp_setup_channel()
[all …]
/Linux-v5.4/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
Dkernel-parameters.txt5263 Format: 0xYX, X = foreground, Y = background.
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddc.c167 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local
176 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy()
215 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy()
267 blending[0] = foreground; in tegra_plane_setup_blending_legacy()
271 blending[1] = foreground; in tegra_plane_setup_blending_legacy()
280 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy()
281 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy()
282 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
/Linux-v5.4/tools/perf/Documentation/
Dperf-config.txt143 To change colors of selected line to other foreground and background colors
170 foreground and background colors, separated by a comma, for example:
186 Basic key values are foreground-color 'red' and
/Linux-v5.4/block/
DKconfig123 less impact on foreground operations. The throttling is done
/Linux-v5.4/drivers/staging/speakup/
Dsysfs-driver-speakup5 foreground or background color when using speakup review
237 name of the foreground and background colors. These names come
Dspkguide.txt1000 foreground and background colors. These names come from the i18n/colors
/Linux-v5.4/fs/erofs/
Dzdata.c1117 bool foreground) in jobqueue_init() argument
1121 if (foreground) { in jobqueue_init()