diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c index e503ca13cccb..151a7066c90e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |||
@@ -956,6 +956,7 @@ u64 amdgpu_bo_gpu_offset(struct amdgpu_bo *bo) | |||
956 | !amdgpu_ttm_is_bound(bo->tbo.ttm)); | 956 | !amdgpu_ttm_is_bound(bo->tbo.ttm)); |
957 | WARN_ON_ONCE(!ww_mutex_is_locked(&bo->tbo.resv->lock) && | 957 | WARN_ON_ONCE(!ww_mutex_is_locked(&bo->tbo.resv->lock) && |
958 | !bo->pin_count); | 958 | !bo->pin_count); |
959 | WARN_ON_ONCE(bo->tbo.mem.start == AMDGPU_BO_INVALID_OFFSET); | ||
959 | 960 | ||
960 | return bo->tbo.offset; | 961 | return bo->tbo.offset; |
961 | } | 962 | } |