[PATCH v2 1/4] drm/crtc: Add property for aspect ratio

2014-06-05 Thread Thierry Reding
On Mon, May 26, 2014 at 03:34:43PM +0530, Vandana Kannan wrote: [...] > @@ -1344,6 +1350,27 @@ int drm_mode_create_scaling_mode_property(struct > drm_device *dev) > EXPORT_SYMBOL(drm_mode_create_scaling_mode_property); > > /** > + * drm_mode_create_aspect_ratio_property - create aspect ratio p

[PATCH v2 1/4] drm/crtc: Add property for aspect ratio

2014-05-26 Thread Vandana Kannan
Added a property to enable user space to set aspect ratio. This patch contains declaration of the property and code to create the property. v2: Thierry's review comments. - Made aspect ratio enum generic instead of HDMI/CEA specfic - Removed usage of temporary aspect_ratio variable