diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-10-25 16:39:59 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-12-22 00:33:19 +0100 |
commit | aa38e2e01521f88e9b0230c0236d2bd89d0af0ed (patch) | |
tree | 13f5b18608289b06ab053524c130f439c0ac81ca /include/drm | |
parent | c828e20456301b0f5192a1f75e8bf8a6afd15551 (diff) | |
download | blackbird-op-linux-aa38e2e01521f88e9b0230c0236d2bd89d0af0ed.tar.gz blackbird-op-linux-aa38e2e01521f88e9b0230c0236d2bd89d0af0ed.zip |
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.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); extern void drm_sman_free(struct drm_memblock_item *item); /* - * returns 1 iff there are no stale memory blocks associated with this owner. - * Typically called to determine if we need to idle the hardware and call - * drm_sman_owner_cleanup. If there are no stale memory blocks, it removes all - * resources associated with owner. - */ - -extern int drm_sman_owner_clean(struct drm_sman * sman, unsigned long owner); - -/* - * Frees all stale memory blocks associated with this owner. Note that this - * requires that the hardware is finished with all blocks, so the graphics engine - * should be idled before this call is made. This function also frees - * any resources associated with "owner" and should be called when owner - * is not going to be referenced anymore. - */ - -extern void drm_sman_owner_cleanup(struct drm_sman * sman, unsigned long owner); - -/* * Frees all stale memory blocks associated with the memory manager. * See idling above. */ |