Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp3372123pxu; Tue, 15 Dec 2020 05:38:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJxkl4FQU1MrpcrSuxmSH+mlOIY3dMUie8eYnl28mmr0i2MDASE37xUQyQH78U/bMVbE6ezb X-Received: by 2002:aa7:df91:: with SMTP id b17mr30180142edy.272.1608039523891; Tue, 15 Dec 2020 05:38:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608039523; cv=none; d=google.com; s=arc-20160816; b=wHGbxFjYFRl7b6Ff0nIBNNQbLeik3Q/wGFBMA5d0kzflggahESQtSy3Hi38hO/S7l/ ML1HmRMDRHVErnOkySZc1MnPATNqaUSWYWQY3dAV1lvHARFAIj02sXsH9vnaXkiht+hS pcADln0wTW54lA94v6iUeNGNZVXvdsWzxnygGLlM6NbG9zCxY6NnfRroUIXo7KuZwtXc cghhQCkzcY85nwvlnG/KiaXUUPmuhbU9S2CiQ0xEoC7yG0IFSbx9vuWr38E9ujarZ/S1 rZL4Cf7/XR+awllmAYoJ+HoXMdNWliI3Wyf3t+dFZyBYMDTVT0O/PSdt8nam01TJnyVA ElKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=KzttdI4Un2OcVSdlDeKOtE1YHu2g2btMhA8Md9E6T7Q=; b=sRs1tSEPjjn3KCxwZHRONKCmBwIjkSpwQn0q5KVDNkJ8GNfP8lmzBJ32+pEdneN03M b4bCg0sL9CXeKQ14zQI/a/kX7pL1KvSH3E9VsHWKp9CcjNwaEaJRdip/BTS8LyJKo1F6 U9DtvLQWgoJtcGL5nWU7FpbEtYHfRQbfw1FTtjGlkJPzypKwfy5dh8odNWbNAHogUFaI jok0Qx3VvHFwcL4g0tBjFlRyRyYDWYaEPqYnEdz2ZdvRmP9FpXK5OciCWJ7ATSvLv0J0 5IZpov2ko+jEP8qWi3LjSyIZ7c7mN9EaV+VSP/jzKkPtGla7ILke+w2CbYkEKXm76Eft z3qw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hp31si893913ejc.313.2020.12.15.05.38.19; Tue, 15 Dec 2020 05:38:43 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727724AbgLONdI (ORCPT + 99 others); Tue, 15 Dec 2020 08:33:08 -0500 Received: from foss.arm.com ([217.140.110.172]:41240 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726266AbgLONdI (ORCPT ); Tue, 15 Dec 2020 08:33:08 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 05BE730E; Tue, 15 Dec 2020 05:32:22 -0800 (PST) Received: from [10.57.34.90] (unknown [10.57.34.90]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B7AF73F66B; Tue, 15 Dec 2020 05:32:20 -0800 (PST) Subject: Re: [PATCH] media: venus: use contig vb2 ops To: Tomasz Figa , Stanimir Varbanov Cc: Alexandre Courbot , Fritz Koenig , Linux Media Mailing List , Linux Kernel Mailing List , linux-arm-msm References: <20201214125703.866998-1-acourbot@chromium.org> <5319c101-f4a4-9c99-b15d-4999366f7a63@linaro.org> From: Robin Murphy Message-ID: Date: Tue, 15 Dec 2020 13:32:16 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-12-15 11:47, Tomasz Figa wrote: > On Tue, Dec 15, 2020 at 8:16 PM Stanimir Varbanov > wrote: >> >> Hi, >> >> Cc: Robin >> >> On 12/14/20 2:57 PM, Alexandre Courbot wrote: >>> This driver uses the SG vb2 ops, but effectively only ever accesses the >>> first entry of the SG table, indicating that it expects a flat layout. >>> Switch it to use the contiguous ops to make sure this expected invariant >> >> Under what circumstances the sg table will has nents > 1? I came down to >> [1] but not sure I got it right. >> >> I'm afraid that for systems with low amount of system memory and when >> the memory become fragmented, the driver will not work. That's why I >> started with sg allocator. > > It is exactly the opposite. The vb2-dma-contig allocator is "contig" > in terms of the DMA (aka IOVA) address space. In other words, it > guarantees that having one DMA address and length fully describes the > buffer. This seems to be the requirement of the hardware/firmware > handled by the venus driver. If the device is behind an IOMMU, which > is the case for the SoCs in question, the underlying DMA ops will > actually allocate a discontiguous set of pages, so it has nothing to > do to system memory amount or fragmentation. If for some reason the > IOMMU can't be used, there is no way around, the memory needs to be > contiguous because of the hardware/firmware/driver expectation. > > On the other hand, the vb2-dma-sg allocator doesn't have any > continuity guarantees for the DMA, or any other, address space. Yes, intuitively one would assume that the sg code was for devices with native scatter-gather capability that can deal with an actual set of buffer descriptors, rather than just a single pointer (which is the original purpose of scatterlists, after all). I've always been slightly puzzled why the two seem to be quite so similar. > The > current code works fine, because it calls dma_map_sg() on the whole > set of pages and that ends up mapping it contiguously in the IOVA > space, but that's just an implementation detail, not an API guarantee. Oh, the fun we've had over that implementation detail! :P Robin. > Best regards, > Tomasz > >> >> [1] >> https://elixir.bootlin.com/linux/v5.10.1/source/drivers/iommu/dma-iommu.c#L782 >> >>> is always enforced. Since the device is supposed to be behind an IOMMU >>> this should have little to none practical consequences beyond making the >>> driver not rely on a particular behavior of the SG implementation. >>> >>> Reported-by: Tomasz Figa >>> Signed-off-by: Alexandre Courbot >>> --- >>> Hi everyone, >>> >>> It probably doesn't hurt to fix this issue before some actual issue happens. >>> I have tested this patch on Chrome OS and playback was just as fine as with >>> the SG ops. >>> >>> drivers/media/platform/Kconfig | 2 +- >>> drivers/media/platform/qcom/venus/helpers.c | 9 ++------- >>> drivers/media/platform/qcom/venus/vdec.c | 6 +++--- >>> drivers/media/platform/qcom/venus/venc.c | 6 +++--- >>> 4 files changed, 9 insertions(+), 14 deletions(-) >>> >>> diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig >>> index 35a18d388f3f..d9d7954111f2 100644 >>> --- a/drivers/media/platform/Kconfig >>> +++ b/drivers/media/platform/Kconfig >>> @@ -533,7 +533,7 @@ config VIDEO_QCOM_VENUS >>> depends on INTERCONNECT || !INTERCONNECT >>> select QCOM_MDT_LOADER if ARCH_QCOM >>> select QCOM_SCM if ARCH_QCOM >>> - select VIDEOBUF2_DMA_SG >>> + select VIDEOBUF2_DMA_CONTIG >>> select V4L2_MEM2MEM_DEV >>> help >>> This is a V4L2 driver for Qualcomm Venus video accelerator >>> diff --git a/drivers/media/platform/qcom/venus/helpers.c b/drivers/media/platform/qcom/venus/helpers.c >>> index 50439eb1ffea..859d260f002b 100644 >>> --- a/drivers/media/platform/qcom/venus/helpers.c >>> +++ b/drivers/media/platform/qcom/venus/helpers.c >>> @@ -7,7 +7,7 @@ >>> #include >>> #include >>> #include >>> -#include >>> +#include >>> #include >>> #include >>> >>> @@ -1284,14 +1284,9 @@ int venus_helper_vb2_buf_init(struct vb2_buffer *vb) >>> struct venus_inst *inst = vb2_get_drv_priv(vb->vb2_queue); >>> struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); >>> struct venus_buffer *buf = to_venus_buffer(vbuf); >>> - struct sg_table *sgt; >>> - >>> - sgt = vb2_dma_sg_plane_desc(vb, 0); >>> - if (!sgt) >>> - return -EFAULT; >>> >>> buf->size = vb2_plane_size(vb, 0); >>> - buf->dma_addr = sg_dma_address(sgt->sgl); >> >> Can we do it: >> >> if (WARN_ON(sgt->nents > 1)) >> return -EFAULT; >> >> I understand that logically using dma-sg when the flat layout is >> expected by the hardware is wrong, but I haven't seen issues until now. >> >>> + buf->dma_addr = vb2_dma_contig_plane_dma_addr(vb, 0); >>> >>> if (vb->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) >>> list_add_tail(&buf->reg_list, &inst->registeredbufs); >>> diff --git a/drivers/media/platform/qcom/venus/vdec.c b/drivers/media/platform/qcom/venus/vdec.c >>> index 8488411204c3..3fb277c81aca 100644 >>> --- a/drivers/media/platform/qcom/venus/vdec.c >>> +++ b/drivers/media/platform/qcom/venus/vdec.c >>> @@ -13,7 +13,7 @@ >>> #include >>> #include >>> #include >>> -#include >>> +#include >>> >>> #include "hfi_venus_io.h" >>> #include "hfi_parser.h" >>> @@ -1461,7 +1461,7 @@ static int m2m_queue_init(void *priv, struct vb2_queue *src_vq, >>> src_vq->io_modes = VB2_MMAP | VB2_DMABUF; >>> src_vq->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_COPY; >>> src_vq->ops = &vdec_vb2_ops; >>> - src_vq->mem_ops = &vb2_dma_sg_memops; >>> + src_vq->mem_ops = &vb2_dma_contig_memops; >>> src_vq->drv_priv = inst; >>> src_vq->buf_struct_size = sizeof(struct venus_buffer); >>> src_vq->allow_zero_bytesused = 1; >>> @@ -1475,7 +1475,7 @@ static int m2m_queue_init(void *priv, struct vb2_queue *src_vq, >>> dst_vq->io_modes = VB2_MMAP | VB2_DMABUF; >>> dst_vq->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_COPY; >>> dst_vq->ops = &vdec_vb2_ops; >>> - dst_vq->mem_ops = &vb2_dma_sg_memops; >>> + dst_vq->mem_ops = &vb2_dma_contig_memops; >>> dst_vq->drv_priv = inst; >>> dst_vq->buf_struct_size = sizeof(struct venus_buffer); >>> dst_vq->allow_zero_bytesused = 1; >>> diff --git a/drivers/media/platform/qcom/venus/venc.c b/drivers/media/platform/qcom/venus/venc.c >>> index 1c61602c5de1..a09550cd1dba 100644 >>> --- a/drivers/media/platform/qcom/venus/venc.c >>> +++ b/drivers/media/platform/qcom/venus/venc.c >>> @@ -10,7 +10,7 @@ >>> #include >>> #include >>> #include >>> -#include >>> +#include >>> #include >>> #include >>> #include >>> @@ -1001,7 +1001,7 @@ static int m2m_queue_init(void *priv, struct vb2_queue *src_vq, >>> src_vq->io_modes = VB2_MMAP | VB2_USERPTR | VB2_DMABUF; >>> src_vq->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_COPY; >>> src_vq->ops = &venc_vb2_ops; >>> - src_vq->mem_ops = &vb2_dma_sg_memops; >>> + src_vq->mem_ops = &vb2_dma_contig_memops; >>> src_vq->drv_priv = inst; >>> src_vq->buf_struct_size = sizeof(struct venus_buffer); >>> src_vq->allow_zero_bytesused = 1; >>> @@ -1017,7 +1017,7 @@ static int m2m_queue_init(void *priv, struct vb2_queue *src_vq, >>> dst_vq->io_modes = VB2_MMAP | VB2_USERPTR | VB2_DMABUF; >>> dst_vq->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_COPY; >>> dst_vq->ops = &venc_vb2_ops; >>> - dst_vq->mem_ops = &vb2_dma_sg_memops; >>> + dst_vq->mem_ops = &vb2_dma_contig_memops; >>> dst_vq->drv_priv = inst; >>> dst_vq->buf_struct_size = sizeof(struct venus_buffer); >>> dst_vq->allow_zero_bytesused = 1; >>> >> >> -- >> regards, >> Stan