Searched defs:dsscomp_display_info (Results 1 – 1 of 1) sorted by relevance
574 struct dsscomp_display_info { struct575 __u32 ix; /* display index (sysfs/display#) */576 __u32 overlays_available; /* bitmask of available overlays */577 __u32 overlays_owned; /* bitmask of owned overlays */578 enum omap_channel channel;579 enum omap_dss_display_state state;580 __u8 enabled; /* bool: resume-state if suspended */581 struct omap_video_timings timings;582 struct s3d_disp_info s3d_info; /* any S3D specific information */583 struct dss2_mgr_info mgr; /* manager information */[all …]