aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRobert Beckett <bob.beckett@collabora.com>2022-10-20 13:03:08 +0200
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2022-10-31 12:32:04 +0000
commitd3f6bacfca86f6cf6bf85be1e8b54083d68d8195 (patch)
tree643488bfc737011bfd0def67ad2fbc7d0b3b5fd0 /.gitignore
parentdrm/i915/tgl+: Add locking around DKL PHY register accesses (diff)
downloadlinux-dev-d3f6bacfca86f6cf6bf85be1e8b54083d68d8195.tar.xz
linux-dev-d3f6bacfca86f6cf6bf85be1e8b54083d68d8195.zip
drm/i915: stop abusing swiotlb_max_segment
swiotlb_max_segment used to return either the maximum size that swiotlb could bounce, or for Xen PV PAGE_SIZE even if swiotlb could bounce buffer larger mappings. This made i915 on Xen PV work as it bypasses the coherency aspect of the DMA API and can't cope with bounce buffering and this avoided bounce buffering for the Xen/PV case. So instead of adding this hack back, check for Xen/PV directly in i915 for the Xen case and otherwise use the proper DMA API helper to query the maximum mapping size. Replace swiotlb_max_segment() calls with dma_max_mapping_size(). In i915_gem_object_get_pages_internal() no longer consider max_segment only if CONFIG_SWIOTLB is enabled. There can be other (iommu related) causes of specific max segment sizes. Fixes: a2daa27c0c61 ("swiotlb: simplify swiotlb_max_segment") Reported-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Signed-off-by: Robert Beckett <bob.beckett@collabora.com> Signed-off-by: Christoph Hellwig <hch@lst.de> [hch: added the Xen hack, rewrote the changelog] Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221020110308.1582518-1-hch@lst.de (cherry picked from commit 78a07fe777c42800bd1adaec12abe5dcee43919e) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions