Re: [PATCH v2] drm/i915: stop using swiotlb

From: Robert Beckett
Date: Fri Jul 22 2022 - 11:07:02 EST




On 22/07/2022 16:03, Christoph Hellwig wrote:
+ return max_t(size_t, UINT_MAX, dma_max_mapping_size(dev));

Shouldn't this be a min?

eugh! yes. Stand by for v3