Subversion Repositories Kolibri OS

Rev

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

Rev 4103 Rev 4370
Line 1028... Line 1028...
1028
 
1028
 
1029
struct drm_i915_reg_read {
1029
struct drm_i915_reg_read {
1030
	__u64 offset;
1030
	__u64 offset;
1031
	__u64 val; /* Return value */
1031
	__u64 val; /* Return value */
-
 
1032
};
-
 
1033
 
-
 
1034
struct drm_i915_mask {
-
 
1035
    __u32 handle;
-
 
1036
    __u32 width;
-
 
1037
    __u32 height;
-
 
1038
    __u32 bo_size;
-
 
1039
    __u32 bo_pitch;
-
 
1040
    __u32 bo_map;
-
 
1041
};
-
 
1042
 
-
 
1043
struct drm_i915_fb_info {
-
 
1044
        __u32 name;
-
 
1045
        __u32 width;
-
 
1046
        __u32 height;
-
 
1047
        __u32 pitch;
-
 
1048
        __u32 tiling;
-
 
1049
};
1032
};
1050