commit | 0f04e538580c086046e3b31cbc7ef4307a5b771d | [log] [tgz] |
---|---|---|
author | Felix Kuehling <Felix.Kuehling@amd.com> | Thu May 03 17:37:56 2018 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Nov 20 14:01:12 2018 -0500 |
tree | 5873e244303d1001cc2583ba884f07a957c85fbb | |
parent | 5aae7335b1ee609da13e5c9fa535802654171e10 [diff] |
drm/amdgpu: Fix KFD doorbell SG BO mapping This change prepares for adding SG BOs that will be used for mapping doorbells into GPUVM address space. This type of BO would be mistaken for an invalid userptr BO. Improve that check to test that it's actually a userptr BO so that SG BOs that are still in the CPU domain can be validated and mapped correctly. Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>