https://bugzilla.kernel.org/show_bug.cgi?id=213983
Christian König (christian.koenig@amd.com) changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |christian.koenig@amd.com
--- Comment #3 from Christian König (christian.koenig@amd.com) --- Well what happens here is that a buffer object is released while it is pinned and TTM now warns about doing stuff like that.
The key point is we need to figure out why the buffer is pinned in the first place.
One possibility is that it is used for scanout and containing the displayed picture, but from the backtrace my guess is that the buffer is shared with a different device and pinned because of that.
Can we get an lspci output for the system?
Thanks in advance, Christian.