]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
drm/amdgpu: move ttm bo->offset to amdgpu_bo
[J-linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_object.h
index 5e39ecd8cc28d099f31ba23e3dcbfa8d9fae515d..32edd35d2ccfc1e87f00318884550a0683c561d0 100644 (file)
@@ -282,6 +282,7 @@ int amdgpu_bo_sync_wait_resv(struct amdgpu_device *adev, struct dma_resv *resv,
                             bool intr);
 int amdgpu_bo_sync_wait(struct amdgpu_bo *bo, void *owner, bool intr);
 u64 amdgpu_bo_gpu_offset(struct amdgpu_bo *bo);
+u64 amdgpu_bo_gpu_offset_no_check(struct amdgpu_bo *bo);
 int amdgpu_bo_validate(struct amdgpu_bo *bo);
 int amdgpu_bo_restore_shadow(struct amdgpu_bo *shadow,
                             struct dma_fence **fence);
This page took 0.033015 seconds and 4 git commands to generate.