Searched refs:foreground (Results 1 – 2 of 2) sorted by relevance
/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 …]
|
/drivers/gpu/drm/tegra/ |
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()
|