summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
diff options
context:
space:
mode:
authorSinclair Yeh <syeh@vmware.com>2017-03-23 17:59:26 +0100
committerSinclair Yeh <syeh@vmware.com>2017-03-31 18:13:08 +0200
commit27d247c678a09fcac08d6865db73e41b23d3d5f3 (patch)
treea0e6b264ed8e6dc91618772636fdf8f8b1de0a09 /drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
parentMerge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int... (diff)
downloadlinux-27d247c678a09fcac08d6865db73e41b23d3d5f3.tar.xz
linux-27d247c678a09fcac08d6865db73e41b23d3d5f3.zip
drm/vmwgfx: Removed unused snooper.crtc field
This field is not being used anymore Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_surface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c b/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
index b445ce9b9757..6abcf82d8a39 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
@@ -814,7 +814,6 @@ int vmw_surface_define_ioctl(struct drm_device *dev, void *data,
} else {
srf->snooper.image = NULL;
}
- srf->snooper.crtc = NULL;
user_srf->prime.base.shareable = false;
user_srf->prime.base.tfile = NULL;