Home | History | Annotate | Download | only in video
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ***   To edit the content of this header, modify the corresponding
     11  ***   source file (e.g. under external/kernel-headers/original/) then
     12  ***   run bionic/libc/kernel/tools/update_all.py
     13  ***
     14  ***   Any manual change here will be lost the next time this script will
     15  ***   be run. You've been warned!
     16  ***
     17  ****************************************************************************
     18  ****************************************************************************/
     19 #ifndef _LINUX_OMAP_HWC_H
     20 #define _LINUX_OMAP_HWC_H
     21 #define HWC_BLT_DESC_FLAG 0x80000000
     22 #define HWC_BLT_DESC_FB 0x40000000
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24 #define HWC_BLT_DESC_FB_FN(ovlno)   (HWC_BLT_DESC_FLAG | HWC_BLT_DESC_FB | (ovlno))
     25 #define HWC_BLT_FLAG_USE_FB (1 << 0)
     26 struct rgz_blt_entry {
     27  struct bvbltparams bp;
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29  struct bvsurfgeom dstgeom;
     30  struct bvsurfgeom src1geom;
     31  struct bvbuffdesc src1desc;
     32  struct bvsurfgeom src2geom;
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34  struct bvbuffdesc src2desc;
     35 };
     36 struct omap_hwc_blit_data {
     37  __u16 rgz_flags;
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39  __u16 rgz_items;
     40  struct rgz_blt_entry rgz_blts[0];
     41 };
     42 struct omap_hwc_data {
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44  struct dsscomp_setup_dispc_data dsscomp_data;
     45  struct omap_hwc_blit_data blit_data;
     46 };
     47 #endif
     48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     49