All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH intel-lts] drm/i915/guc: need_tasklet() can be static
@ 2021-12-18 21:09 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-12-18 21:09 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:1470:6: warning: symbol 'need_tasklet' was not declared. Should it be static?

Fixes: 27ae0fd03f48 ("drm/i915/guc: Implement multi-lrc submission")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 intel_guc_submission.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
index 56cc2961c3c7f..6d9e639b1a35c 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
@@ -1467,7 +1467,7 @@ static int guc_bypass_tasklet_submit(struct intel_guc *guc,
 	return ret;
 }
 
-bool need_tasklet(struct intel_guc *guc, struct i915_request *rq)
+static bool need_tasklet(struct intel_guc *guc, struct i915_request *rq)
 {
 	struct i915_sched_engine *sched_engine = rq->engine->sched_engine;
 	struct intel_context *ce = request_to_scheduling_context(rq);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-18 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-18 21:09 [RFC PATCH intel-lts] drm/i915/guc: need_tasklet() can be static kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.