From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Arun Kumar K <arun.kk@samsung.com>
Cc: linux-media@vger.kernel.org, k.debski@samsung.com, joshi@samsung.com
Subject: Re: [PATCH] [media] s5p-mfc: Set vfl_dir for encoder
Date: Thu, 04 Oct 2012 15:20:36 +0200 [thread overview]
Message-ID: <506D8D24.3090209@samsung.com> (raw)
In-Reply-To: <1349378096-15696-1-git-send-email-arun.kk@samsung.com>
On 10/04/2012 09:14 PM, Arun Kumar K wrote:
> The vfl_dir flag is presently set to VFL_DIR_M2M only for decoder.
> The encoder is not working because of this. So adding this flag
> to the encoder part also.
>
> Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
> ---
> drivers/media/platform/s5p-mfc/s5p_mfc.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c b/drivers/media/platform/s5p-mfc/s5p_mfc.c
> index aa55133..130f4ac 100644
> --- a/drivers/media/platform/s5p-mfc/s5p_mfc.c
> +++ b/drivers/media/platform/s5p-mfc/s5p_mfc.c
> @@ -1155,6 +1155,7 @@ static int s5p_mfc_probe(struct platform_device *pdev)
> vfd->release = video_device_release,
> vfd->lock = &dev->mfc_mutex;
> vfd->v4l2_dev = &dev->v4l2_dev;
> + vfd->vfl_dir = VFL_DIR_M2M;
> snprintf(vfd->name, sizeof(vfd->name), "%s", S5P_MFC_ENC_NAME);
> dev->vfd_enc = vfd;
> ret = video_register_device(vfd, VFL_TYPE_GRABBER, 0);
I have added it to my tree, will send out to Mauro together with
your v10 of the patch series adding MFC v6 firmware support, with
Kamil's Ack.
--
Thanks,
Sylwester
prev parent reply other threads:[~2012-10-04 13:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-04 19:14 [PATCH] [media] s5p-mfc: Set vfl_dir for encoder Arun Kumar K
2012-10-04 13:20 ` Sylwester Nawrocki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=506D8D24.3090209@samsung.com \
--to=s.nawrocki@samsung.com \
--cc=arun.kk@samsung.com \
--cc=joshi@samsung.com \
--cc=k.debski@samsung.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.