diff options
Diffstat (limited to 'linux-core/drmP.h')
| -rw-r--r-- | linux-core/drmP.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 648e29bc..db62ab83 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -164,6 +164,8 @@  #include "drm_compat.h" +#include "drm_crtc.h" +  /***********************************************************************/  /** \name Macros to make printk easier */  /*@{*/ @@ -827,6 +829,9 @@ typedef struct drm_device {  	unsigned int drw_info_length;  	drm_drawable_info_t **drw_info;  	/*@} */ + +	/* DRM mode setting */ +	struct drm_crtc_config crtc_config;  } drm_device_t;  #if __OS_HAS_AGP  | 
