summaryrefslogtreecommitdiff
path: root/src/radeon_bo_helper.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-03-27 12:16:44 +0900
committerMichel Dänzer <michel@daenzer.net>2015-03-30 10:59:20 +0900
commitccbda955ebae1d457d35293833f12791e0f9fb0b (patch)
treeea684f130acf1a6813fad69148ce1904a1086533 /src/radeon_bo_helper.h
parentde5ddd09db82141b263338dcf0c28e01f58268ee (diff)
Move get_pixmap_handle helper to radeon_bo_helper.c
No functional change. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Tested-by: Nick Sarnie <commendsarnex@gmail.com>
Diffstat (limited to 'src/radeon_bo_helper.h')
-rw-r--r--src/radeon_bo_helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_bo_helper.h b/src/radeon_bo_helper.h
index 9c3d73f9..89ad4be0 100644
--- a/src/radeon_bo_helper.h
+++ b/src/radeon_bo_helper.h
@@ -29,6 +29,9 @@ radeon_alloc_pixmap_bo(ScrnInfoPtr pScrn, int width, int height, int depth,
struct radeon_surface *new_surface, uint32_t *new_tiling);
extern Bool
+radeon_get_pixmap_handle(PixmapPtr pixmap, uint32_t *handle);
+
+extern Bool
radeon_share_pixmap_backing(struct radeon_bo *bo, void **handle_p);
extern Bool