]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: Cleanup unwanted public symbols
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 20 Nov 2017 13:29:58 +0000 (13:29 +0000)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Tue, 21 Nov 2017 02:43:12 +0000 (10:43 +0800)
commitbf6daa5cb5ceb75716f991ca4180565b023c57da
tree47fc55fb651f026c5ea8b93fc2432b14f19062dd
parentea56324d8e34fcff17905f5fbfe5cfd8f26e6cb6
drm/i915/gvt: Cleanup unwanted public symbols

drivers/gpu/drm/i915/gvt/execlist.c:531:6: warning: symbol 'clean_execlist' was not declared. Should it be static?
drivers/gpu/drm/i915/gvt/execlist.c:545:6: warning: symbol 'reset_execlist' was not declared. Should it be static?
drivers/gpu/drm/i915/gvt/execlist.c:556:5: warning: symbol 'init_execlist' was not declared. Should it be static?
drivers/gpu/drm/i915/gvt/scheduler.c:248:6: warning: symbol 'release_shadow_wa_ctx' was not declared. Should it be static?

References: 2d2320cb9799 ("drm/i915/gvt: Introduce intel_vgpu_reset_submission")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Zhi Wang <zhi.a.wang@intel.com>
Cc: Zhenyu Wang <zhenyuw@linux.intel.com>
Cc: intel-gvt-dev@lists.freedesktop.org
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/execlist.c
drivers/gpu/drm/i915/gvt/scheduler.c