Searched defs:sti_glob_cfg (Results 1 – 1 of 1) sorted by relevance
88 struct sti_glob_cfg { struct89 s32 text_planes; /* number of planes used for text */90 s16 onscreen_x; /* screen width in pixels */91 s16 onscreen_y; /* screen height in pixels */92 s16 offscreen_x; /* offset width in pixels */93 s16 offscreen_y; /* offset height in pixels */94 s16 total_x; /* frame buffer width in pixels */95 s16 total_y; /* frame buffer height in pixels */96 u32 region_ptrs[STI_REGION_MAX]; /* region pointers */97 s32 reent_lvl; /* storage for reentry level value */[all …]