]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Don't warn on destroying a pinned BO
authorMichel Dänzer <michel.daenzer@amd.com>
Thu, 19 Jul 2018 15:38:18 +0000 (17:38 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jul 2018 20:14:45 +0000 (15:14 -0500)
commit097a779e9da15a4c237bf6c1199ae3ce2e0fe9fe
treeab40af4494ca9e59608d20e54fd440821655403c
parent40bf9a9efa3f30a1e231a8d7b96c72d8a89c5727
drm/amdgpu: Don't warn on destroying a pinned BO

The warning turned out to be not so useful, as BO destruction tends to
be deferred to a workqueue.

Also, we should be preventing any damage from this now, so not really
important anymore to fix code doing this.

Acked-by: Alex Deucher <alexander.deucher@amd.com>
Tested-by: Mike Lothian <mike@fireburn.co.uk>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c