Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Robin Murphy <robin.murphy@arm.com>
Cc: "Sinan Kaya" <okaya@codeaurora.org>,
	amd-gfx@lists.freedesktop.org, timur@codeaurora.org,
	sulrich@codeaurora.org, "Tom St Denis" <tom.stdenis@amd.com>,
	"David (ChunMing) Zhou" <David1.Zhou@amd.com>,
	"Emily Deng" <Emily.Deng@amd.com>,
	"David Airlie" <airlied@linux.ie>,
	linux-arm-msm@vger.kernel.org,
	"Felix Kuehling" <Felix.Kuehling@amd.com>,
	"open list" <linux-kernel@vger.kernel.org>,
	"open list:DRM DRIVERS" <dri-devel@lists.freedesktop.org>,
	"David Panariti" <David.Panariti@amd.com>,
	"Jim Qu" <Jim.Qu@amd.com>, "Huang Rui" <ray.huang@amd.com>,
	"Roger He" <Hongbo.He@amd.com>, "Monk Liu" <Monk.Liu@amd.com>,
	"Feifei Xu" <Feifei.Xu@amd.com>,
	"Alex Deucher" <alexander.deucher@amd.com>,
	"Christian König" <christian.koenig@amd.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2] drm/amdgpu: limit DMA size to PAGE_SIZE for scatter-gather buffers
Date: Thu, 12 Apr 2018 08:26:00 +0200	[thread overview]
Message-ID: <20180412062600.GB30499@lst.de> (raw)
In-Reply-To: <32b82296-bba5-b5f1-266b-45c1ed66da94@arm.com>

On Wed, Apr 11, 2018 at 01:03:59PM +0100, Robin Murphy wrote:
> On 10/04/18 21:59, Sinan Kaya wrote:
>> Code is expecing to observe the same number of buffers returned from
>> dma_map_sg() function compared to sg_alloc_table_from_pages(). This
>> doesn't hold true universally especially for systems with IOMMU.
>
> So why not fix said code? It's clearly not a real hardware limitation, and 
> the map_sg() APIs have potentially returned fewer than nents since forever, 
> so there's really no excuse.

Yes, relying on dma_map_sg returning the same number of entries as passed
it is completely bogus.

>> IOMMU driver tries to combine buffers into a single DMA address as much
>> as it can. The right thing is to tell the DMA layer how much combining
>> IOMMU can do.
>
> Disagree; this is a dodgy hack, since you'll now end up passing 
> scatterlists into dma_map_sg() which already violate max_seg_size to begin 
> with, and I think a conscientious DMA API implementation would be at rights 
> to fail the mapping for that reason (I know arm64 happens not to, but that 
> was a deliberate design decision to make my life easier at the time).

Agreed.

  parent reply	other threads:[~2018-04-12  6:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-10 20:59 [PATCH V2] drm/amdgpu: limit DMA size to PAGE_SIZE for scatter-gather buffers Sinan Kaya
     [not found] ` <20180411062602.GA29109@hr-amur2>
2018-04-11  9:17   ` Christian König
2018-04-11 12:03 ` Robin Murphy
     [not found]   ` <32b82296-bba5-b5f1-266b-45c1ed66da94-5wv7dgnIgG8@public.gmane.org>
2018-04-11 14:33     ` Sinan Kaya
     [not found]       ` <1a1d0069-c8d3-cc0d-cf1c-8e90e4a2b0d7-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-04-11 15:32         ` Robin Murphy
2018-04-12  6:26   ` Christoph Hellwig [this message]
     [not found]     ` <20180412062600.GB30499-jcswGhMUV9g@public.gmane.org>
2018-04-12  9:42       ` Christian König
     [not found]         ` <6802bd0c-7da6-659a-7e34-8f05d7c6422c-5C7GfCeVMHo@public.gmane.org>
2018-04-12 13:51           ` Robin Murphy

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=20180412062600.GB30499@lst.de \
    --to=hch@lst.de \
    --cc=David.Panariti@amd.com \
    --cc=David1.Zhou@amd.com \
    --cc=Emily.Deng@amd.com \
    --cc=Feifei.Xu@amd.com \
    --cc=Felix.Kuehling@amd.com \
    --cc=Hongbo.He@amd.com \
    --cc=Jim.Qu@amd.com \
    --cc=Monk.Liu@amd.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=okaya@codeaurora.org \
    --cc=ray.huang@amd.com \
    --cc=robin.murphy@arm.com \
    --cc=sulrich@codeaurora.org \
    --cc=timur@codeaurora.org \
    --cc=tom.stdenis@amd.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