diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_sman.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/drm/drm_sman.h b/include/drm/drm_sman.h index 3b65ccfd1400..d5ed903867e3 100644 --- a/include/drm/drm_sman.h +++ b/include/drm/drm_sman.h | |||
@@ -149,25 +149,6 @@ extern int drm_sman_free_key(struct drm_sman * sman, unsigned int key); | |||
149 | extern void drm_sman_free(struct drm_memblock_item *item); | 149 | extern void drm_sman_free(struct drm_memblock_item *item); |
150 | 150 | ||
151 | /* | 151 | /* |
152 | * returns 1 iff there are no stale memory blocks associated with this owner. | ||
153 | * Typically called to determine if we need to idle the hardware and call | ||
154 | * drm_sman_owner_cleanup. If there are no stale memory blocks, it removes all | ||
155 | * resources associated with owner. | ||
156 | */ | ||
157 | |||
158 | extern int drm_sman_owner_clean(struct drm_sman * sman, unsigned long owner); | ||
159 | |||
160 | /* | ||
161 | * Frees all stale memory blocks associated with this owner. Note that this | ||
162 | * requires that the hardware is finished with all blocks, so the graphics engine | ||
163 | * should be idled before this call is made. This function also frees | ||
164 | * any resources associated with "owner" and should be called when owner | ||
165 | * is not going to be referenced anymore. | ||
166 | */ | ||
167 | |||
168 | extern void drm_sman_owner_cleanup(struct drm_sman * sman, unsigned long owner); | ||
169 | |||
170 | /* | ||
171 | * Frees all stale memory blocks associated with the memory manager. | 152 | * Frees all stale memory blocks associated with the memory manager. |
172 | * See idling above. | 153 | * See idling above. |
173 | */ | 154 | */ |