Hi Geert,
On 11/26/14, 5:59 PM, Geert Uytterhoeven wrote:
> Hi Hayama-san,
>
> On Wed, Nov 26, 2014 at 7:19 AM, Takanari Hayama wrote:
>> @@ -179,6 +190,10 @@ static void rpf_vdev_queue(struct vsp1_video *video,
>>struct vsp1_video_buffer *buf)
>> {
>> struct
Hi Hayama-san,
On Wed, Nov 26, 2014 at 7:19 AM, Takanari Hayama wrote:
> @@ -179,6 +190,10 @@ static void rpf_vdev_queue(struct vsp1_video *video,
>struct vsp1_video_buffer *buf)
> {
> struct vsp1_rwpf *rpf = container_of(video, struct vsp1_rwpf, video);
> +
Source address of VSP1 RPF needs to be reset whenever crop offsets are
recalculated.
This correctly reflects a crop setting even VIDIOC_QBUF is called
before VIDIOIC_STREAMON is called.
Signed-off-by: Takanari Hayama
---
drivers/media/platform/vsp1/vsp1_rpf.c | 15 +++
drivers/medi