Subversion Repositories Kolibri OS

Rev

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

Rev 2342 Rev 2344
Line 35... Line 35...
35
{
35
{
36
    kobj_t   header;
36
    kobj_t   header;
37
 
37
 
Line 38... Line 38...
38
    u32       handle;
38
    u32     handle;
39
    u32       width;
39
    void    *uaddr;
40
    u32       height;
-
 
-
 
40
 
41
    u32       pitch;
41
    u32     pitch;
42
    u32       gaddr;
42
    u32     gaddr;
-
 
43
 
43
    void     *uaddr;
44
    u32     width;
-
 
45
    u32     height;
-
 
46
    u32     max_width;
-
 
47
    u32     max_height;
-
 
48
 
-
 
49
    u32     format;
44
    struct drm_i915_gem_object *obj;
50
    struct drm_i915_gem_object *obj;
45
}bitmap_t;
51
}bitmap_t;
Line 46... Line 52...
46
 
52
 
47
 
53
 
-
 
54
struct  io_call_10         /*     SRV_CREATE_SURFACE    */
-
 
55
{
-
 
56
    u32     handle;       // ignored
48
struct ubitmap
57
    void   *data;         // ignored
49
{
58
 
50
    u32    width;
59
    u32     width;
-
 
60
    u32     height;
51
    u32    height;
61
    u32     pitch;        // ignored
52
    u32    pitch;
62
 
-
 
63
    u32     max_width;
53
    u32    handle;
64
    u32     max_height;
Line 54... Line 65...
54
    void  *data;
65
    u32     format;       // reserved mbz
55
};
66
};