aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-25 10:39:59 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-12-21 18:33:19 -0500
commitaa38e2e01521f88e9b0230c0236d2bd89d0af0ed (patch)
tree13f5b18608289b06ab053524c130f439c0ac81ca /include/drm
parentc828e20456301b0f5192a1f75e8bf8a6afd15551 (diff)
drm/sman: kill owner tracking interface functions
These are now unused. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_sman.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/drm/drm_sman.h b/include/drm/drm_sman.h
index 3b65ccfd140..d5ed903867e 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);
149extern void drm_sman_free(struct drm_memblock_item *item); 149extern 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
158extern 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
168extern 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 */