Subversion Repositories Kolibri OS

Rev

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

Rev 3263 Rev 3278
Line 939... Line 939...
939
 
939
 
940
struct drm_i915_reg_read {
940
struct drm_i915_reg_read {
941
	__u64 offset;
941
	__u64 offset;
942
	__u64 val; /* Return value */
942
	__u64 val; /* Return value */
-
 
943
};
-
 
944
 
-
 
945
struct drm_i915_mask_update {
-
 
946
    __u32 handle;
-
 
947
    __u32 bo_size;
-
 
948
    __u32 bo_pitch;  
-
 
949
    __u32 bo_map;
-
 
950
};
943
};
951