Lines Matching refs:foreground
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()
252 if (!dp->foreground) in ipu_dp_enable_channel()
277 if (!dp->foreground) in ipu_dp_disable_channel()
325 dp = &priv->flow[flow >> 1].foreground; in ipu_dp_get()
365 priv->flow[i].foreground.in_cs = IPUV3_COLORSPACE_UNKNOWN; in ipu_dp_init()
366 priv->flow[i].foreground.foreground = true; in ipu_dp_init()