aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2013-12-18 21:07:40 +0100
committerAlex Deucher <alexander.deucher@amd.com>2013-12-24 16:12:53 -0500
commitdd66d20e39292e94ea9e210872ef76e5dc1cc688 (patch)
tree62faf14d34431b1b4cc367e47744c1aba6a61989 /drivers/gpu/drm/radeon/radeon.h
parentdrm/radeon: add VRAM debugfs access v3 (diff)
downloadlinux-dev-dd66d20e39292e94ea9e210872ef76e5dc1cc688.tar.xz
linux-dev-dd66d20e39292e94ea9e210872ef76e5dc1cc688.zip
drm/radeon: add GART debugfs access v3
v2: add default_llseek v3: set inode size in the open callback Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 49f210c14796..572476b61d89 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -416,6 +416,7 @@ struct radeon_mman {
#if defined(CONFIG_DEBUG_FS)
struct dentry *vram;
+ struct dentry *gtt;
#endif
};