2d3c80507207882860b4c1de3901fb7f61a1b2cd
[platform/adaptation/libtdm-drm.git] / src / libtdm-drm / tdm_drm_pp.h
1 #ifndef _TDM_DRM_PP_H_
2 #define _TDM_DRM_PP_H_
3
4 #include "tdm_drm.h"
5
6 tdm_error       tdm_drm_pp_get_capability(tdm_drm_data *drm_data, tdm_caps_pp *caps);
7 tdm_pp*   tdm_drm_pp_create(tdm_drm_data *drm_data, tdm_error *error);
8 void             tdm_drm_pp_handler(unsigned int prop_id, unsigned int *buf_idx,
9                                                                    unsigned int tv_sec, unsigned int tv_usec, void *data);
10 void             tdm_drm_pp_cb(int fd, unsigned int prop_id, unsigned int *buf_idx,
11                                                           unsigned int tv_sec, unsigned int tv_usec,
12                                                           void *user_data);
13 #endif /* _TDM_DRM_PP_H_ */