Re: [RFC PATCH] media: s5p-mfc - remove vidioc_g_crop

2016-07-05 Thread Shuah Khan
On 07/03/2016 07:30 PM, Nicolas Dufresne wrote: > Le dimanche 03 juillet 2016 à 11:43 +0200, Hans Verkuil a écrit : >> Hi Nicolas, >> >> On 07/02/2016 10:29 PM, Nicolas Dufresne wrote: >>> >>> Le 30 juin 2016 5:35 PM, "Shuah Khan" >> > a

Re: [RFC PATCH] media: s5p-mfc - remove vidioc_g_crop

2016-07-03 Thread Nicolas Dufresne
Le dimanche 03 juillet 2016 à 11:43 +0200, Hans Verkuil a écrit : > Hi Nicolas, > > On 07/02/2016 10:29 PM, Nicolas Dufresne wrote: > > > > Le 30 juin 2016 5:35 PM, "Shuah Khan" > > a écrit : > > > > > > Remove vidioc_g_crop() from

Re: [RFC PATCH] media: s5p-mfc - remove vidioc_g_crop

2016-07-03 Thread Hans Verkuil
Hi Nicolas, On 07/02/2016 10:29 PM, Nicolas Dufresne wrote: > > Le 30 juin 2016 5:35 PM, "Shuah Khan" > a écrit : >> >> Remove vidioc_g_crop() from s5p-mfc decoder. Without its s_crop counterpart >> g_crop is not useful. Delete it. > >

[RFC PATCH] media: s5p-mfc - remove vidioc_g_crop

2016-06-30 Thread Shuah Khan
Remove vidioc_g_crop() from s5p-mfc decoder. Without its s_crop counterpart g_crop is not useful. Delete it. Signed-off-by: Shuah Khan --- drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 42 1 file changed, 42 deletions(-) diff --git