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