ddk includes: i915-v3.12.5-v1

git-svn-id: svn://kolibrios.org@4393 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2013-12-21 11:40:10 +00:00
parent b3db85118c
commit 2a1c464735
2 changed files with 3 additions and 1 deletions

View File

@ -185,7 +185,7 @@ int drm_err(const char *func, const char *format, ...);
/** \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. */

View File

@ -1046,6 +1046,8 @@ struct drm_i915_fb_info {
__u32 height;
__u32 pitch;
__u32 tiling;
__u32 crtc;
__u32 pipe;
};
#endif /* _UAPI_I915_DRM_H_ */