]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Sep 2018 07:47:01 +0000 (09:47 +0200)
commit977f362a1f7bd1ef2c5cb092444055b376bc4b6e
tree89de2ac2e9c3cd76bc4ecd2dbfc889ebb2ca53e7
parentff9ac76caaee4a814a2834a13281c1004d82ad76
drm/amdgpu: Don't warn on destroying a pinned BO

commit 456607d816d89a442a3d5ec98b02c8bc950b5228 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c