Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-07-09 Thread Jesse Barnes
Daniel, looks like this series has some r-bs; iirc this fixed some Asus HDMI monitors too (and who knows how many TVs). Jesse On Thu, 22 May 2014 16:50:48 +0530 Vandana Kannan vandana.kan...@intel.com wrote: Added a property to enable user space to set aspect ratio. This patch contains

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-05-26 Thread Daniel Vetter
On Mon, May 26, 2014 at 11:00:41AM +0530, Vandana Kannan wrote: On May-23-2014 4:18 PM, Vandana Kannan wrote: On May-22-2014 5:46 PM, Daniel Vetter wrote: On Thu, May 22, 2014 at 04:50:48PM +0530, Vandana Kannan wrote: Added a property to enable user space to set aspect ratio. This patch

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-05-25 Thread Vandana Kannan
On May-23-2014 4:18 PM, Vandana Kannan wrote: On May-22-2014 5:46 PM, Daniel Vetter wrote: On Thu, May 22, 2014 at 04:50:48PM +0530, Vandana Kannan wrote: Added a property to enable user space to set aspect ratio. This patch contains declaration of the property and code to create the

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-05-23 Thread Vandana Kannan
On May-22-2014 5:08 PM, Thierry Reding wrote: On Thu, May 22, 2014 at 04:50:48PM +0530, Vandana Kannan wrote: Added a property to enable user space to set aspect ratio. This patch contains declaration of the property and code to create the property. Signed-off-by: Vandana Kannan

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-05-23 Thread Vandana Kannan
On May-22-2014 5:46 PM, Daniel Vetter wrote: On Thu, May 22, 2014 at 04:50:48PM +0530, Vandana Kannan wrote: Added a property to enable user space to set aspect ratio. This patch contains declaration of the property and code to create the property. Signed-off-by: Vandana Kannan

[Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-05-22 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. Signed-off-by: Vandana Kannan vandana.kan...@intel.com Cc: dri-de...@lists.freedesktop.org --- drivers/gpu/drm/drm_crtc.c | 31

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-05-22 Thread Thierry Reding
On Thu, May 22, 2014 at 04:50:48PM +0530, Vandana Kannan wrote: Added a property to enable user space to set aspect ratio. This patch contains declaration of the property and code to create the property. Signed-off-by: Vandana Kannan vandana.kan...@intel.com Cc:

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-05-22 Thread Daniel Vetter
On Thu, May 22, 2014 at 04:50:48PM +0530, Vandana Kannan wrote: Added a property to enable user space to set aspect ratio. This patch contains declaration of the property and code to create the property. Signed-off-by: Vandana Kannan vandana.kan...@intel.com Cc:

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-04-20 Thread Vandana Kannan
On Apr-07-2014 3:24 PM, Vandana Kannan wrote: On Apr-07-2014 3:33 PM, Kannan, Vandana wrote: Added a property to enable user space to set aspect ratio. This patch contains declaration of the property and code to create the property. Signed-off-by: Vandana Kannan vandana.kan...@intel.com Cc:

[Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-04-08 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. Signed-off-by: Vandana Kannan vandana.kan...@intel.com Cc: dri-de...@lists.freedesktop.org --- drivers/gpu/drm/drm_crtc.c | 31

Re: [Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-04-07 Thread Vandana Kannan
On Apr-07-2014 3:33 PM, Kannan, Vandana wrote: Added a property to enable user space to set aspect ratio. This patch contains declaration of the property and code to create the property. Signed-off-by: Vandana Kannan vandana.kan...@intel.com Cc: dri-de...@lists.freedesktop.org --- This

[Intel-gfx] [PATCH 1/3] drm/crtc: Add property for aspect ratio

2014-04-07 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. Signed-off-by: Vandana Kannan vandana.kan...@intel.com Cc: dri-de...@lists.freedesktop.org --- drivers/gpu/drm/drm_crtc.c | 31