drm/sched: Drop suffix from drm_sched_wakeup_if_can_queue
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 2 Nov 2023 10:55:38 +0000 (10:55 +0000)
committerLuben Tuikov <ltuikov89@gmail.com>
Sun, 5 Nov 2023 01:18:47 +0000 (21:18 -0400)
commitf12af4c461fb6cd5ed7b48f8b4d09b22eb19fcc5
treefe04378de66ddc6479534aa6fc1f0b885761f60d
parent35a4279d42db534ad71a3a598029a53f22856f93
drm/sched: Drop suffix from drm_sched_wakeup_if_can_queue

Because a) helper is exported to other parts of the scheduler and
b) there isn't a plain drm_sched_wakeup to begin with, I think we can
drop the suffix and by doing so separate the intimiate knowledge
between the scheduler components a bit better.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Luben Tuikov <ltuikov89@gmail.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231102105538.391648-6-tvrtko.ursulin@linux.intel.com
Reviewed-by: Luben Tuikov <ltuikov89@gmail.com>
Signed-off-by: Luben Tuikov <ltuikov89@gmail.com>
drivers/gpu/drm/scheduler/sched_entity.c
drivers/gpu/drm/scheduler/sched_main.c
include/drm/gpu_scheduler.h