Searched refs:lsdc_cursor (Results 1 – 1 of 1) sorted by relevance
154 struct lsdc_cursor;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);164 struct lsdc_cursor { struct190 struct lsdc_cursor cursor; argument248 static inline struct lsdc_cursor *251 return container_of(plane, struct lsdc_cursor, base); in to_lsdc_cursor()