[PATCH 7/7] exynos: removed unused fd field
Daniel Kurtz
djkurtz at chromium.org
Wed Apr 16 20:54:41 PDT 2014
The documentation says fd holds the fd from prime import/export.
However, it isn't actually used, nor is it necessary, so let's just remove
it.
Signed-off-by: Daniel Kurtz <djkurtz at chromium.org>
Acked-by: Inki Dae <inki.dae at samsung.com>
---
exynos/exynos_drmif.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/exynos/exynos_drmif.h b/exynos/exynos_drmif.h
index 92f613e..c7c1d44 100644
--- a/exynos/exynos_drmif.h
+++ b/exynos/exynos_drmif.h
@@ -41,7 +41,6 @@ struct exynos_device {
* @dev: exynos device object allocated.
* @handle: a gem handle to gem object created.
* @flags: indicate memory allocation and cache attribute types.
- * @fd: file descriptor exported into dmabuf.
* @size: size to the buffer created.
* @vaddr: user space address to a gem buffer mmaped.
* @name: a gem global handle from flink request.
@@ -50,7 +49,6 @@ struct exynos_bo {
struct exynos_device *dev;
uint32_t handle;
uint32_t flags;
- int fd;
size_t size;
void *vaddr;
uint32_t name;
--
1.9.1.423.g4596e3a
More information about the dri-devel
mailing list