]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
drm/i915/gvt: make execlist.h self-contained
authorJani Nikula <jani.nikula@intel.com>
Tue, 8 Dec 2020 10:29:07 +0000 (12:29 +0200)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Tue, 22 Dec 2020 03:37:45 +0000 (11:37 +0800)
Remove unused declaration.

Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/e201af3bcf8e1bc389ae501ea5e3572b95e66f55.1607422863.git.jani.nikula@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gvt/execlist.h

index e5574e506a5ccf03684f47fc0f59d9a62f4ae1d8..40253c45f705cc43025bc35111bbd344a4f8743a 100644 (file)
@@ -284,7 +284,6 @@ obj-$(CONFIG_DRM_I915_GVT_KVMGT) += gvt/kvmgt.o
 # exclude some broken headers from the test coverage
 no-header-test := \
        display/intel_vbt_defs.h \
-       gvt/execlist.h \
        gvt/fb_decoder.h \
        gvt/gtt.h \
        gvt/gvt.h \
index d62cd14605a32e333470eeafe945dedc13319b86..84ad74b37d667102bbacbe9e1ee53157221ef3a7 100644 (file)
@@ -182,7 +182,4 @@ int intel_vgpu_init_execlist(struct intel_vgpu *vgpu);
 int intel_vgpu_submit_execlist(struct intel_vgpu *vgpu,
                               const struct intel_engine_cs *engine);
 
-void intel_vgpu_reset_execlist(struct intel_vgpu *vgpu,
-                              intel_engine_mask_t engine_mask);
-
 #endif /*_GVT_EXECLIST_H_*/