commit | f5a9a9383f279de9da63296cb623a6418a66196b | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Jul 15 14:52:05 2020 +0200 |
committer | Christian König <christian.koenig@amd.com> | Tue Jul 21 16:21:43 2020 +0200 |
tree | 5a9ade07bf0fc7342a4751bd248e75e04981ebca | |
parent | c1c440d41aff2fa22027ed51afcc4c69709515eb [diff] |
drm/ttm: remove TTM_MEMTYPE_FLAG_CMA The original intention was to avoid CPU page table unmaps when BOs move between the GTT and SYSTEM domain. The problem is that this never correctly handled changes in the caching attributes or backing pages. Just drop this for now and simply unmap the CPU page tables in all cases. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/378240/