]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: make sure pool pages are cleared
authorChristian König <christian.koenig@amd.com>
Wed, 10 Feb 2021 13:24:27 +0000 (14:24 +0100)
committerChristian König <christian.koenig@amd.com>
Thu, 11 Feb 2021 08:35:19 +0000 (09:35 +0100)
commit9f559108e0047147f5099a27f8e9fb03761454e6
tree0289f4b7a313e23113b5729bcbcf792afd5ab5a2
parent2ab6c265c547078e1a43804891edc95c906bbcad
drm/ttm: make sure pool pages are cleared

The old implementation wasn't consistend on this.

But it looks like we depend on this so better bring it back.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reported-and-tested-by: Mike Galbraith <efault@gmx.de>
Fixes: 7201121c7743 ("drm/ttm: new TT backend allocation pool v3")
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210210160549.1462-1-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_pool.c