diff options
Diffstat (limited to 'linux-core')
| -rw-r--r-- | linux-core/drm_crtc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h index 30970579..d733d8ca 100644 --- a/linux-core/drm_crtc.h +++ b/linux-core/drm_crtc.h @@ -479,7 +479,7 @@ struct drm_output {  	struct drm_display_info *monitor_info; /* if any */    	const struct drm_output_funcs *funcs;  	void *driver_private; -  uint32_t make_shit_work; +  	struct list_head user_modes;  	struct drm_property_blob *edid_blob_ptr;  	u32 property_ids[DRM_OUTPUT_MAX_PROPERTY]; | 
