Commit c0209e40 authored by Jani Nikula's avatar Jani Nikula Committed by Zhenyu Wang
parent 0a8cad54
...@@ -284,7 +284,6 @@ obj-$(CONFIG_DRM_I915_GVT_KVMGT) += gvt/kvmgt.o ...@@ -284,7 +284,6 @@ obj-$(CONFIG_DRM_I915_GVT_KVMGT) += gvt/kvmgt.o
# exclude some broken headers from the test coverage # exclude some broken headers from the test coverage
no-header-test := \ no-header-test := \
display/intel_vbt_defs.h \ display/intel_vbt_defs.h \
gvt/execlist.h \
gvt/fb_decoder.h \ gvt/fb_decoder.h \
gvt/gtt.h \ gvt/gtt.h \
gvt/gvt.h \ gvt/gvt.h \
......
...@@ -182,7 +182,4 @@ int intel_vgpu_init_execlist(struct intel_vgpu *vgpu); ...@@ -182,7 +182,4 @@ int intel_vgpu_init_execlist(struct intel_vgpu *vgpu);
int intel_vgpu_submit_execlist(struct intel_vgpu *vgpu, int intel_vgpu_submit_execlist(struct intel_vgpu *vgpu,
const struct intel_engine_cs *engine); 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_*/ #endif /*_GVT_EXECLIST_H_*/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment