Re: [PATCH v5 5/9] drm: Handle aspect-ratio info in getblob

2018-02-26 Thread Nautiyal, Ankit K
Hi Ville, Thanks for your time for the review and the suggestions. Please find my comments inline: On 2/23/2018 7:52 PM, Ville Syrjälä wrote: On Thu, Feb 15, 2018 at 05:50:58PM +0530, Nautiyal, Ankit K wrote: From: Ankit Nautiyal If the user space does not support aspect-ratio, then getbl

Re: [PATCH v5 5/9] drm: Handle aspect-ratio info in getblob

2018-02-23 Thread Ville Syrjälä
On Thu, Feb 15, 2018 at 05:50:58PM +0530, Nautiyal, Ankit K wrote: > From: Ankit Nautiyal > > If the user space does not support aspect-ratio, then getblob called > with the blob id of a user mode, should clear the aspect ratio > information in the blob data. > > Currently for a given blob id,

[PATCH v5 5/9] drm: Handle aspect-ratio info in getblob

2018-02-15 Thread Nautiyal, Ankit K
From: Ankit Nautiyal If the user space does not support aspect-ratio, then getblob called with the blob id of a user mode, should clear the aspect ratio information in the blob data. Currently for a given blob id, there is no way to determine if the blob stores user mode or not. This can only b