Merge "disp: msm: remove use of DMA attributes LLC_NWA and Upstream Hint"

This commit is contained in:
qctecmdr
2021-08-19 18:45:48 -07:00
کامیت شده توسط Gerrit - the friendly Code Review server
کامیت 19e36887d2
3فایلهای تغییر یافته به همراه0 افزوده شده و 14 حذف شده

مشاهده پرونده

@@ -163,8 +163,6 @@ struct drm_gem_object *msm_gem_prime_import(struct drm_device *dev,
return ERR_CAST(attach);
}
attach->dma_map_attrs |= DMA_ATTR_IOMMU_USE_LLC_NWA;
/*
* For cached buffers where CPU access is required, dma_map_attachment
* must be called now to allow user-space to perform cpu sync begin/end