diff options
author | Julian Stecklina <julian.stecklina@cyberus-technology.de> | 2020-01-09 20:13:55 +0300 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2020-01-20 09:38:27 +0300 |
commit | 690c3df85f107c7e2b5726392e0f53bb18ec9f73 (patch) | |
tree | f4c0bb565fab9b90d226bfe036bf56f6af5433d2 /drivers/gpu/drm/i915/gvt/gvt.h | |
parent | 0178f4ce3c3be4d9784c88ed512816eb653a717b (diff) | |
download | linux-690c3df85f107c7e2b5726392e0f53bb18ec9f73.tar.xz |
drm/i915/gvt: remove unused vblank_done completion
This variable is used nowhere, so remove it.
Cc: Zhenyu Wang <zhenyuw@linux.intel.com>
Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Julian Stecklina <julian.stecklina@cyberus-technology.de>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200109171357.115936-3-julian.stecklina@cyberus-technology.de
Diffstat (limited to 'drivers/gpu/drm/i915/gvt/gvt.h')
-rw-r--r-- | drivers/gpu/drm/i915/gvt/gvt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/gvt/gvt.h b/drivers/gpu/drm/i915/gvt/gvt.h index 0081b051d3e0..9fe9decc0d86 100644 --- a/drivers/gpu/drm/i915/gvt/gvt.h +++ b/drivers/gpu/drm/i915/gvt/gvt.h @@ -226,8 +226,6 @@ struct intel_vgpu { struct mutex dmabuf_lock; struct idr object_idr; - struct completion vblank_done; - u32 scan_nonprivbb; }; |