Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4392 → Rev 4393

/drivers/include/drm/drmP.h
185,7 → 185,7
/** \name Begin the DRM... */
/*@{*/
 
#define DRM_DEBUG_CODE 2 /**< Include debugging code if > 1, then
#define DRM_DEBUG_CODE 0 /**< Include debugging code if > 1, then
also include looping detection. */
 
#define DRM_MAGIC_HASH_ORDER 4 /**< Size of key hash table. Must be power of 2. */
/drivers/include/linux/uapi/drm/i915_drm.h
1046,6 → 1046,8
__u32 height;
__u32 pitch;
__u32 tiling;
__u32 crtc;
__u32 pipe;
};
 
#endif /* _UAPI_I915_DRM_H_ */