public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Stanislawski <t.stanislaws@samsung.com>
To: Chuanbo Weng <strgnm@gmail.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: linux-media@vger.kernel.org
Subject: Re: DMABUF doesn't work when frame size not equal to the size of GPU bo
Date: Tue, 31 Dec 2013 08:43:53 +0100	[thread overview]
Message-ID: <52C275B9.1030803@samsung.com> (raw)
In-Reply-To: <CAFu4+mWKGX4EpGYRMCwOfPO7ELhby7sx-DLHSZg=2Wj0v3S_CQ@mail.gmail.com>

Hi Chuanbo Weng,

I suspect that the problem might be caused by difference
between size of DMABUF object and buffer size in V4L2.
What is the content of v4l2_format returned by VIDIOC_G_FMT?
What is the content of V4l2_buffer structure passed by VIDIOC_QBUF?

Regards,
Tomasz Stanislawski

On 12/31/2013 03:42 AM, Chuanbo Weng wrote:
> Hi Laurent,
> 
> 
> 2013/12/29 Laurent Pinchart <laurent.pinchart@ideasonboard.com>:
>> Hi Chuanbo,
>>
>> On Friday 27 December 2013 09:55:40 Chuanbo Weng wrote:
>>>> Hi all,
>>>>
>>>> (My environment is intel platform, HD4000 GPU, kernel 3.10.19, logitech
>>>> 270 webcam)
>>>>
>>>> As title said, I discover this issue when I run the program shown by
>>>> Laurent Pinchart:
>>>> http://www.mail-archive.com/linux-media@vger.kernel.org/msg54806.html
>>>>
>>>> If the frame is (width, height) = (640, 480), DMABUF works well.
>>>> If the frame is (width, height) = (160, 120), v4lfd receives no event.
>>>>
>>>> And I dig into drm kernel code, find that: i915_gem_create will create a
>>>> GPU buffer object on intel platform. The size of GPU bo will be bigger
>>>> than frame size, for the reason that i915_gem_create will roundup the bo
>>>> size to multiple of PAGE_SIZE when the frame is (width, height) = (160,
>>>> 120). For (width, height) = (640, 480), the frame size is already multiple
>>>> of PAGE_SIZE, so GPU bo is exactly equal to frame size.
>>
>> That should in theory not be an issue). This might be a stupid question, but
>> have you tried to capture 160x120 images directly (with yavta for instance)
>> without using DMABUF ?
> 
> Thanks for your reply! Please forgive me if it's a stupid question
> because I'm new in camera
> and v4l2 region. Yes, of course, I have tried to capture 160x120
> images using yavta and v4l-utils
> without using DMABUF (using MMAP), it works well. So it proves the
> camera support this width
> and height.I strongly recommend you to tried 160x120 images using
> DMABUF on your machine,
> because I have tried 3 cameras (two logiteh, one microsoft) and all of
> them don't work.
>>
>>>> I also dump the uvc driver infomation, there is some infomation i
>>>> think maybe important:
>>>> uvcvideo: Stream 1 error event 07 01 len 4
>>>>
>>>> Looking forward to the discussion!
>>
>> --
>> Regards,
>>
>> Laurent Pinchart
>>
> 
> Thanks,
> Chuanbo Weng
> 


  reply	other threads:[~2013-12-31  7:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-25  2:15 DMABUF doesn't work when frame size not equal to the size of GPU bo Chuanbo Weng
2013-12-27  1:55 ` Chuanbo Weng
2013-12-29 15:27   ` Laurent Pinchart
2013-12-31  2:42     ` Chuanbo Weng
2013-12-31  7:43       ` Tomasz Stanislawski [this message]
2013-12-31 11:21         ` Chuanbo Weng
2013-12-31 15:19           ` Laurent Pinchart
2014-01-02  2:22             ` Chuanbo Weng
2014-01-07  8:10               ` Seung-Woo Kim
2014-01-07 10:50                 ` Chuanbo Weng
2014-01-21 16:12               ` Laurent Pinchart

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=52C275B9.1030803@samsung.com \
    --to=t.stanislaws@samsung.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=strgnm@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox