Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next
Please pull a set of fixes for various DRM drivers that finally resolve incorrect usage of the scatterlists (struct sg_table nents and orig_nents entries), what causes issues when IOMMU is used. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200910080505.24456-1-m.szyprowski@samsung.com
这个提交包含在:
@@ -217,7 +217,7 @@ xen_drm_front_gem_import_sg_table(struct drm_device *dev,
|
||||
return ERR_PTR(ret);
|
||||
|
||||
DRM_DEBUG("Imported buffer of size %zu with nents %u\n",
|
||||
size, sgt->nents);
|
||||
size, sgt->orig_nents);
|
||||
|
||||
return &xen_obj->base;
|
||||
}
|
||||
|
在新工单中引用
屏蔽一个用户