Home
last modified time | relevance | path

Searched defs:sti_glob_cfg (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/sti/
Dsticore.h125 struct sti_glob_cfg { struct
126 s32 text_planes; /* number of planes used for text */
127 s16 onscreen_x; /* screen width in pixels */
128 s16 onscreen_y; /* screen height in pixels */
129 s16 offscreen_x; /* offset width in pixels */
130 s16 offscreen_y; /* offset height in pixels */
131 s16 total_x; /* frame buffer width in pixels */
132 s16 total_y; /* frame buffer height in pixels */
133 u32 region_ptrs[STI_REGION_MAX]; /* region pointers */
134 s32 reent_lvl; /* storage for reentry level value */
[all …]