Searched refs:ipu_dp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H A D | ipu-dp.c | 44 struct ipu_dp { struct 52 struct ipu_dp foreground; 53 struct ipu_dp background; 70 static inline struct ipu_flow *to_flow(struct ipu_dp *dp) in to_flow() 78 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, in ipu_dp_set_global_alpha() 114 int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos) in ipu_dp_set_window_pos() 167 int ipu_dp_setup_channel(struct ipu_dp *dp, in ipu_dp_setup_channel() 227 int ipu_dp_enable_channel(struct ipu_dp *dp) in ipu_dp_enable_channel() 250 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync) in ipu_dp_disable_channel() 297 struct ipu_dp *ipu_dp_ge [all...] |
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
H A D | ipu-dp.c | 45 struct ipu_dp { struct 53 struct ipu_dp foreground; 54 struct ipu_dp background; 71 static inline struct ipu_flow *to_flow(struct ipu_dp *dp) in to_flow() 79 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, in ipu_dp_set_global_alpha() 115 int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos) in ipu_dp_set_window_pos() 181 int ipu_dp_setup_channel(struct ipu_dp *dp, in ipu_dp_setup_channel() 246 int ipu_dp_enable_channel(struct ipu_dp *dp) in ipu_dp_enable_channel() 269 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync) in ipu_dp_disable_channel() 316 struct ipu_dp *ipu_dp_ge [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/ |
H A D | ipuv3-plane.h | 15 struct ipu_dp; 24 struct ipu_dp *dp;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-plane.h | 15 struct ipu_dp; 24 struct ipu_dp *dp;
|
/kernel/linux/linux-5.10/include/video/ |
H A D | imx-ipu-v3.h | 326 struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow); 327 void ipu_dp_put(struct ipu_dp *); 329 int ipu_dp_enable_channel(struct ipu_dp *dp); 330 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync); 332 int ipu_dp_setup_channel(struct ipu_dp *dp, 334 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos); 335 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
|
/kernel/linux/linux-6.6/include/video/ |
H A D | imx-ipu-v3.h | 327 struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow); 328 void ipu_dp_put(struct ipu_dp *); 330 int ipu_dp_enable_channel(struct ipu_dp *dp); 331 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync); 333 int ipu_dp_setup_channel(struct ipu_dp *dp, 336 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos); 337 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
|
Completed in 4 milliseconds