Subversion Repositories Kolibri OS

Rev

Rev 3480 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3480 Rev 6084
Line 124... Line 124...
124
		dev_priv->broadcast_rgb_property = prop;
124
		dev_priv->broadcast_rgb_property = prop;
125
	}
125
	}
Line 126... Line 126...
126
 
126
 
127
	drm_object_attach_property(&connector->base, prop, 0);
127
	drm_object_attach_property(&connector->base, prop, 0);
-
 
128
}
-
 
129
 
-
 
130
void
-
 
131
intel_attach_aspect_ratio_property(struct drm_connector *connector)
-
 
132
{
-
 
133
	if (!drm_mode_create_aspect_ratio_property(connector->dev))
-
 
134
		drm_object_attach_property(&connector->base,
-
 
135
			connector->dev->mode_config.aspect_ratio_property,
-
 
136
			DRM_MODE_PICTURE_ASPECT_NONE);