aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/davinci/vpif_display.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/media/platform/davinci/vpif_display.h b/drivers/media/platform/davinci/vpif_display.h
index f628ebcf3674..b90a1640ce8c 100644
--- a/drivers/media/platform/davinci/vpif_display.h
+++ b/drivers/media/platform/davinci/vpif_display.h
@@ -65,12 +65,6 @@ struct video_obj {
65 u32 output_id; /* Current output id */ 65 u32 output_id; /* Current output id */
66}; 66};
67 67
68struct vbi_obj {
69 int num_services;
70 struct vpif_vbi_params vbiparams; /* vpif parameters for the raw
71 * vbi data */
72};
73
74struct vpif_disp_buffer { 68struct vpif_disp_buffer {
75 struct vb2_buffer vb; 69 struct vb2_buffer vb;
76 struct list_head list; 70 struct list_head list;
@@ -136,7 +130,6 @@ struct channel_obj {
136 struct vpif_params vpifparams; 130 struct vpif_params vpifparams;
137 struct common_obj common[VPIF_NUMOBJECTS]; 131 struct common_obj common[VPIF_NUMOBJECTS];
138 struct video_obj video; 132 struct video_obj video;
139 struct vbi_obj vbi;
140}; 133};
141 134
142/* File handle structure */ 135/* File handle structure */
@@ -168,12 +161,4 @@ struct vpif_config_params {
168 u8 min_numbuffers; 161 u8 min_numbuffers;
169}; 162};
170 163
171/* Struct which keeps track of the line numbers for the sliced vbi service */
172struct vpif_service_line {
173 u16 service_id;
174 u16 service_line[2];
175 u16 enc_service_id;
176 u8 bytestowrite;
177};
178
179#endif /* DAVINCIHD_DISPLAY_H */ 164#endif /* DAVINCIHD_DISPLAY_H */