Subversion Repositories Kolibri OS

Rev

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

Rev 4393 Rev 4538
Line 1048... Line 1048...
1048
        __u32 tiling;
1048
        __u32 tiling;
1049
        __u32 crtc;
1049
        __u32 crtc;
1050
        __u32 pipe;
1050
        __u32 pipe;
1051
};
1051
};
Line -... Line 1052...
-
 
1052
 
-
 
1053
struct drm_i915_mask_update {
-
 
1054
    __u32 handle;
-
 
1055
    __u32 dx;
-
 
1056
    __u32 dy;
-
 
1057
    __u32 width;
-
 
1058
    __u32 height;
-
 
1059
    __u32 bo_pitch;
-
 
1060
    __u32 bo_map;
-
 
1061
};
-
 
1062
 
1052
 
1063