lkml.org 
[lkml]   [2023]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/55] media: nuvoton: Stop abusing of min_buffers_needed field
    Date
    'min_buffers_needed' is suppose to be used to indicate the number
    of buffers needed by DMA engine to start streaming.
    nuvoton driver doesn't use DMA engine and just want to specify
    the minimum number of buffers to allocate when calling VIDIOC_REQBUFS.
    That 'min_reqbufs_allocation' field purpose so use it.

    Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
    CC: Joseph Liu <kwliu@nuvoton.com>
    CC: Marvin Lin <kflin@nuvoton.com>
    CC: openbmc@lists.ozlabs.org
    ---
    drivers/media/platform/nuvoton/npcm-video.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/media/platform/nuvoton/npcm-video.c b/drivers/media/platform/nuvoton/npcm-video.c
    index 267e301f2b26..6c122508be1d 100644
    --- a/drivers/media/platform/nuvoton/npcm-video.c
    +++ b/drivers/media/platform/nuvoton/npcm-video.c
    @@ -1612,7 +1612,7 @@ static int npcm_video_setup_video(struct npcm_video *video)
    vbq->drv_priv = video;
    vbq->buf_struct_size = sizeof(struct npcm_video_buffer);
    vbq->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC;
    - vbq->min_buffers_needed = 3;
    + vbq->min_reqbufs_allocation = 3;

    rc = vb2_queue_init(vbq);
    if (rc) {
    --
    2.39.2
    \
     
     \ /
      Last update: 2023-11-27 17:56    [W:2.705 / U:0.924 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site