mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 00:30:13 +01:00
exynos: removed unused fd field
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@chromium.org> Acked-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
parent
a13bdd5c71
commit
ee87b4716d
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue