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