summaryrefslogtreecommitdiff
path: root/driver/xf86-video-ati/src/radeon_bo_helper.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2016-04-02 07:37:35 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2016-04-02 07:37:35 +0000
commit8aa706cc566b1bdd1b34eda99aa39f03408ecc77 (patch)
tree64683856877270d249605ad5e6e726c07c887670 /driver/xf86-video-ati/src/radeon_bo_helper.h
parent4590cb8710f56e7c1b2c5b91a079d5765dda0ece (diff)
Update to xf86-video-ati 7.6.1. ok jsg@
Diffstat (limited to 'driver/xf86-video-ati/src/radeon_bo_helper.h')
-rw-r--r--driver/xf86-video-ati/src/radeon_bo_helper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/driver/xf86-video-ati/src/radeon_bo_helper.h b/driver/xf86-video-ati/src/radeon_bo_helper.h
index 9c3d73f97..d4a4ee018 100644
--- a/driver/xf86-video-ati/src/radeon_bo_helper.h
+++ b/driver/xf86-video-ati/src/radeon_bo_helper.h
@@ -29,6 +29,12 @@ 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 uint32_t
+radeon_get_pixmap_tiling_flags(PixmapPtr pPix);
+
+extern Bool
radeon_share_pixmap_backing(struct radeon_bo *bo, void **handle_p);
extern Bool