提交 3cfee2da 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] vpif_display: remove unused data structures

Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Acked-by: NLad, Prabhakar <prabhakar.lad@ti.com>
Tested-by: NLad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 822f0fd3
...@@ -65,12 +65,6 @@ struct video_obj { ...@@ -65,12 +65,6 @@ struct video_obj {
u32 output_id; /* Current output id */ u32 output_id; /* Current output id */
}; };
struct vbi_obj {
int num_services;
struct vpif_vbi_params vbiparams; /* vpif parameters for the raw
* vbi data */
};
struct vpif_disp_buffer { struct vpif_disp_buffer {
struct vb2_buffer vb; struct vb2_buffer vb;
struct list_head list; struct list_head list;
...@@ -136,7 +130,6 @@ struct channel_obj { ...@@ -136,7 +130,6 @@ struct channel_obj {
struct vpif_params vpifparams; struct vpif_params vpifparams;
struct common_obj common[VPIF_NUMOBJECTS]; struct common_obj common[VPIF_NUMOBJECTS];
struct video_obj video; struct video_obj video;
struct vbi_obj vbi;
}; };
/* File handle structure */ /* File handle structure */
...@@ -168,12 +161,4 @@ struct vpif_config_params { ...@@ -168,12 +161,4 @@ struct vpif_config_params {
u8 min_numbuffers; u8 min_numbuffers;
}; };
/* Struct which keeps track of the line numbers for the sliced vbi service */
struct vpif_service_line {
u16 service_id;
u16 service_line[2];
u16 enc_service_id;
u8 bytestowrite;
};
#endif /* DAVINCIHD_DISPLAY_H */ #endif /* DAVINCIHD_DISPLAY_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册