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

From: Christoph Hellwig
Date: Fri Jul 22 2022 - 11:04:10 EST


> + return max_t(size_t, UINT_MAX, dma_max_mapping_size(dev));

Shouldn't this be a min?