bionic: Update MDP and rotator headers

Change-Id: I585e07b004dfa6b5113050211ca67e4c057f5531
This commit is contained in:
Naseer Ahmed 2012-07-18 13:47:28 -07:00 committed by Iliyan Malchev
parent 3e210abf7d
commit 2730674ca9

View File

@ -46,28 +46,31 @@ struct msm_rotator_img_info {
int enable; int enable;
unsigned int downscale_ratio; unsigned int downscale_ratio;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
unsigned int secure;
}; };
struct msm_rotator_data_info { struct msm_rotator_data_info {
int session_id; int session_id;
struct msmfb_data src;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
struct msmfb_data src;
struct msmfb_data dst; struct msmfb_data dst;
unsigned int version_key; unsigned int version_key;
struct msmfb_data src_chroma; struct msmfb_data src_chroma;
struct msmfb_data dst_chroma;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
struct msmfb_data dst_chroma;
}; };
struct msm_rot_clocks { struct msm_rot_clocks {
const char *clk_name; const char *clk_name;
enum rotator_clk_type clk_type;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
enum rotator_clk_type clk_type;
unsigned int clk_rate; unsigned int clk_rate;
}; };
struct msm_rotator_platform_data { struct msm_rotator_platform_data {
unsigned int number_of_clocks;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
unsigned int number_of_clocks;
unsigned int hardware_version_number; unsigned int hardware_version_number;
struct msm_rot_clocks *rotator_clks; struct msm_rot_clocks *rotator_clks;
char rot_iommu_split_domain;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
}; };
#endif #endif
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */