Searched refs:ipu_dp (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/ipu-v3/ |
D | ipu-dp.c | 53 struct ipu_dp { struct 61 struct ipu_dp foreground; argument 62 struct ipu_dp background; 79 static inline struct ipu_flow *to_flow(struct ipu_dp *dp) in to_flow() 87 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, in ipu_dp_set_global_alpha() 123 int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos) in ipu_dp_set_window_pos() 176 int ipu_dp_setup_channel(struct ipu_dp *dp, in ipu_dp_setup_channel() 235 int ipu_dp_enable_channel(struct ipu_dp *dp) in ipu_dp_enable_channel() 258 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync) in ipu_dp_disable_channel() 302 struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow) in ipu_dp_get() [all …]
|
/Linux-v4.19/include/video/ |
D | imx-ipu-v3.h | 322 struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow); 323 void ipu_dp_put(struct ipu_dp *); 325 int ipu_dp_enable_channel(struct ipu_dp *dp); 326 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync); 328 int ipu_dp_setup_channel(struct ipu_dp *dp, 330 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos); 331 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
|
/Linux-v4.19/drivers/gpu/drm/imx/ |
D | ipuv3-plane.h | 15 struct ipu_dp; 24 struct ipu_dp *dp;
|