Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-dp.c51 struct ipu_flow { struct
63 struct ipu_flow flow[IPUV3_NUM_FLOWS]; argument
70 static inline struct ipu_flow *to_flow(struct ipu_dp *dp) in to_flow()
73 return container_of(dp, struct ipu_flow, foreground); in to_flow()
75 return container_of(dp, struct ipu_flow, background); in to_flow()
81 struct ipu_flow *flow = to_flow(dp); in ipu_dp_set_global_alpha()
116 struct ipu_flow *flow = to_flow(dp); in ipu_dp_set_window_pos()
127 static void ipu_dp_csc_init(struct ipu_flow *flow, in ipu_dp_csc_init()
171 struct ipu_flow *flow = to_flow(dp); in ipu_dp_setup_channel()
229 struct ipu_flow *flow = to_flow(dp); in ipu_dp_enable_channel()
[all …]