HomeSort by: relevance | last modified time | path
    Searched defs:amdgpu_bo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.h 85 struct amdgpu_bo { struct
103 struct amdgpu_bo *parent;
104 struct amdgpu_bo *shadow;
119 static inline struct amdgpu_bo *ttm_to_amdgpu_bo(struct ttm_buffer_object *tbo)
121 return container_of(tbo, struct amdgpu_bo, tbo);
160 static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr)
174 static inline void amdgpu_bo_unreserve(struct amdgpu_bo *bo)
179 static inline unsigned long amdgpu_bo_size(struct amdgpu_bo *bo)
184 static inline unsigned amdgpu_bo_ngpu_pages(struct amdgpu_bo *bo)
189 static inline unsigned amdgpu_bo_gpu_page_alignment(struct amdgpu_bo *bo
    [all...]
amdgpu_object.h 85 struct amdgpu_bo { struct
103 struct amdgpu_bo *parent;
104 struct amdgpu_bo *shadow;
119 static inline struct amdgpu_bo *ttm_to_amdgpu_bo(struct ttm_buffer_object *tbo)
121 return container_of(tbo, struct amdgpu_bo, tbo);
160 static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr)
174 static inline void amdgpu_bo_unreserve(struct amdgpu_bo *bo)
179 static inline unsigned long amdgpu_bo_size(struct amdgpu_bo *bo)
184 static inline unsigned amdgpu_bo_ngpu_pages(struct amdgpu_bo *bo)
189 static inline unsigned amdgpu_bo_gpu_page_alignment(struct amdgpu_bo *bo
    [all...]

Completed in 22 milliseconds