Lines Matching defs:plane
135 /* primary plane hardware related ops */
140 void (*update_fb_addr)(struct lsdc_primary *plane, u64 addr);
141 void (*update_fb_stride)(struct lsdc_primary *plane, u32 stride);
142 void (*update_fb_format)(struct lsdc_primary *plane,
152 /* cursor plane hardware related ops */
157 void (*update_bo_addr)(struct lsdc_cursor *plane, u64 addr);
158 void (*update_cfg)(struct lsdc_cursor *plane,
161 void (*update_position)(struct lsdc_cursor *plane, int x, int y);
215 struct drm_plane *plane,
219 struct drm_plane *plane,
243 to_lsdc_primary(struct drm_plane *plane)
245 return container_of(plane, struct lsdc_primary, base);
249 to_lsdc_cursor(struct drm_plane *plane)
251 return container_of(plane, struct lsdc_cursor, base);
333 struct drm_plane *plane,
337 struct drm_plane *plane,
341 struct drm_plane *plane,