Searched defs:sti_conf_outptr (Results 1 – 1 of 1) sorted by relevance
163 struct sti_conf_outptr { struct164 s32 errno; /* error number on failure */165 s16 onscreen_x; /* screen width in pixels */166 s16 onscreen_y; /* screen height in pixels */167 s16 offscreen_x; /* offscreen width in pixels */168 s16 offscreen_y; /* offscreen height in pixels */169 s16 total_x; /* frame buffer width in pixels */170 s16 total_y; /* frame buffer height in pixels */171 s32 bits_per_pixel; /* bits/pixel device has configured */172 s32 bits_used; /* bits which can be accessed */[all …]