Subversion Repositories Kolibri OS

Rev

Rev 4502 | Rev 5022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4502 Rev 4768
Line 960... Line 960...
960
	__u32 batch_pending;
960
	__u32 batch_pending;
Line 961... Line 961...
961
 
961
 
962
	__u32 pad;
962
	__u32 pad;
Line 963... Line -...
963
};
-
 
964
 
-
 
965
struct drm_i915_mask_update {
-
 
966
    __u32 handle;
-
 
967
    __u32 width;
-
 
968
    __u32 height;
-
 
969
    __u32 bo_size;
-
 
970
    __u32 bo_pitch;
-
 
971
    __u32 bo_map;
-
 
972
};
963
};
973
 
964
 
974
struct drm_i915_fb_info {
965
struct drm_i915_fb_info {
975
    __u32 name;
966
    __u32 name;
976
    __u32 width;
967
    __u32 width;
977
    __u32 height;
968
    __u32 height;
978
    __u32 pitch;
969
    __u32 pitch;
979
    __u32 tiling;
970
    __u32 tiling;
980
    __u32 crtc;
971
    __u32 crtc;
Line -... Line 972...
-
 
972
    __u32 pipe;
-
 
973
};
-
 
974
 
-
 
975
struct drm_i915_mask_update {
-
 
976
    __u32 handle;
-
 
977
    __u32 dx;
-
 
978
    __u32 dy;
-
 
979
    __u32 width;
-
 
980
    __u32 height;
-
 
981
    __u32 bo_pitch;
981
    __u32 pipe;
982
    __u32 bo_map;