aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-23 09:46:53 -0400
committerDave Airlie <airlied@redhat.com>2014-09-23 21:43:41 -0400
commitd9fc9413f97f5c615256a5657ec667c064c07a70 (patch)
tree42f6e33995c93f08e96dcfc886c2aaa1e45d2c72 /drivers/gpu/drm/nouveau
parentc2611031b49e9ccd571a3737845af3fca2a2090f (diff)
drm: Extract <drm/drm_gem.h>
v2: Don't forget git add, noticed by David. Cc: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Acked-by: David Herrmann <dh.herrmann@gmail.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_bo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.h b/drivers/gpu/drm/nouveau/nouveau_bo.h
index ae95b2d43b36..f238def41a92 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bo.h
+++ b/drivers/gpu/drm/nouveau/nouveau_bo.h
@@ -1,6 +1,8 @@
1#ifndef __NOUVEAU_BO_H__ 1#ifndef __NOUVEAU_BO_H__
2#define __NOUVEAU_BO_H__ 2#define __NOUVEAU_BO_H__
3 3
4#include <drm/drm_gem.h>
5
4struct nouveau_channel; 6struct nouveau_channel;
5struct nouveau_fence; 7struct nouveau_fence;
6struct nouveau_vma; 8struct nouveau_vma;