Re: DRM Client capability for aspect ratio

2017-10-30 Thread Nautiyal, Ankit K
Hi Daniel, Thanks for pointing out the places which will be impacted if aspect ratio support is added as DRM Client Cap. Thanks also to Daniel Vetter, Ville Syrjala, and Shashank Sharma for suggestions and recommendations in various discussions, to identify the places where the aspect-ratio

Re: DRM Client capability for aspect ratio

2017-10-19 Thread Daniel Stone
Hi Ankit, On 17 October 2017 at 12:08, Nautiyal, Ankit K wrote: > On Similar lines, I was able to add the new DRM_CLIENT_CAP_ASPECT_RATIO. I > also added a member 'aspect_ratio_required' in drm_file structure, Quick bikeshed suggestion: aspect_ratio_supported. ;) > Now what I want to do is > >

DRM Client capability for aspect ratio

2017-10-17 Thread Nautiyal, Ankit K
Hi All, I am working for adding the DRM Client cap for the aspect ratio support as part of the series: https://patchwork.freedesktop.org/series/10850/ : /Picture aspect ratio support in DRM layer/ by Shashank Sharma. I have an open as to how to go about it. I was going through the existing

DRM Client Capability for aspect ratio

2017-10-17 Thread Nautiyal, Ankit K
Hi All, I am working for adding the DRM Client cap for the aspect ratio support as part of the series: https://patchwork.freedesktop.org/series/10850/ : /Picture aspect ratio support in DRM layer/ by Shashank Sharma. I have an open as to how to go about it. I was going through the existing