Lines Matching refs:foreground
47 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()
233 if (!dp->foreground) in ipu_dp_enable_channel()
258 if (!dp->foreground) in ipu_dp_disable_channel()
306 dp = &priv->flow[flow >> 1].foreground; in ipu_dp_get()
346 priv->flow[i].foreground.in_cs = IPUV3_COLORSPACE_UNKNOWN; in ipu_dp_init()
347 priv->flow[i].foreground.foreground = true; in ipu_dp_init()