From 13ff0e58c36458a058e5c0676af04000c64a94f6 Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Sun, 11 Jan 2009 19:02:07 +0000 Subject: Remove drmModeReplaceFb after it was removed from the kernel. It is impossible to replace the original semantics of this call purely in userland, since the fb_id would change. after discussion with Dr_Jakob Signed-Off-By: Owain Ainsworth Acked-By: Jakob Bornecrantz --- libdrm/xf86drmMode.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libdrm/xf86drmMode.h') diff --git a/libdrm/xf86drmMode.h b/libdrm/xf86drmMode.h index 965b7be9..378afe4e 100644 --- a/libdrm/xf86drmMode.h +++ b/libdrm/xf86drmMode.h @@ -180,13 +180,6 @@ extern int drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth, */ extern int drmModeRmFB(int fd, uint32_t bufferId); -/** - * Replace a framebuffer object with a new one - for resizing the screen. - */ -extern int drmModeReplaceFB(int fd, uint32_t buffer_id, - uint32_t width, uint32_t height, uint8_t depth, - uint8_t bpp, uint32_t pitch, uint32_t bo_handle); - /* * Crtc functions */ -- cgit v1.2.3