.. | .. |
---|
20 | 20 | int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, |
---|
21 | 21 | unsigned int *count, unsigned int startindex); |
---|
22 | 22 | int omap_vout_prepare_vrfb(struct omap_vout_device *vout, |
---|
23 | | - struct videobuf_buffer *vb); |
---|
| 23 | + struct vb2_buffer *vb); |
---|
24 | 24 | void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout); |
---|
25 | 25 | #else |
---|
26 | 26 | static inline void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) { }; |
---|
.. | .. |
---|
32 | 32 | unsigned int *count, unsigned int startindex) |
---|
33 | 33 | { return 0; }; |
---|
34 | 34 | static inline int omap_vout_prepare_vrfb(struct omap_vout_device *vout, |
---|
35 | | - struct videobuf_buffer *vb) |
---|
| 35 | + struct vb2_buffer *vb) |
---|
36 | 36 | { return 0; }; |
---|
37 | 37 | static inline void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) { }; |
---|
38 | 38 | #endif |
---|