forked from KolibriOS/kolibrios
ddk includes: i915-v3.12.5-v1
git-svn-id: svn://kolibrios.org@4393 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b3db85118c
commit
2a1c464735
@ -185,7 +185,7 @@ int drm_err(const char *func, const char *format, ...);
|
|||||||
/** \name Begin the DRM... */
|
/** \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. */
|
also include looping detection. */
|
||||||
|
|
||||||
#define DRM_MAGIC_HASH_ORDER 4 /**< Size of key hash table. Must be power of 2. */
|
#define DRM_MAGIC_HASH_ORDER 4 /**< Size of key hash table. Must be power of 2. */
|
||||||
|
@ -1046,6 +1046,8 @@ struct drm_i915_fb_info {
|
|||||||
__u32 height;
|
__u32 height;
|
||||||
__u32 pitch;
|
__u32 pitch;
|
||||||
__u32 tiling;
|
__u32 tiling;
|
||||||
|
__u32 crtc;
|
||||||
|
__u32 pipe;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _UAPI_I915_DRM_H_ */
|
#endif /* _UAPI_I915_DRM_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user