Subversion Repositories Kolibri OS

Rev

Rev 815 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 815 Rev 817
Line 107... Line 107...
107
  CARD32            MMIOBase;
107
  CARD32            MMIOBase;
108
  CARD32            MMIOMapSize;
108
  CARD32            MMIOMapSize;
109
  CARD32            videoRam;
109
  CARD32            videoRam;
110
 
110
 
Line 111... Line 111...
111
  CARD32            FbBase;            /* map base of fb   */
111
//  CARD32            FbBase;            /* map base of fb   */
112
  CARD32            PhisBase;
112
  CARD32            PhisBase;
113
  CARD32            FbIntAddress;      /* card internal address of FB */
113
  CARD32            FbIntAddress;      /* card internal address of FB */
114
  CARD32            FbMapSize;
114
  CARD32            FbMapSize;
Line 115... Line 115...
115
 
115
 
Line 179... Line 179...
179
{
179
{
180
  u32_t width;
180
  u32_t   width;
181
  u32_t height;
181
  u32_t   height;
182
  u32_t format;
182
  u32_t   format;
183
  u32_t pitch;
183
  u32_t   flags;
-
 
184
  u32_t   pitch_offset;
-
 
185
  u32_t   pitch;
184
  u32_t offset;
186
  u32_t   offset;
185
  u32_t pitch_offset;
187
  void*   raw;
186
  u32_t *raw;
188
  void*   usermap;
187
}pixmap_t;
189
}pixmap_t;
188
 
190
 
Line 189... Line 191...
189
 
191
 
190
typedef struct {
192
typedef struct {