mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: move preempt code to common/fifo and hal/fifo
Move chip specific preempt code to hal/fifo Move non-chip specific preempt code to common/fifo Remove fifo.get_preempt_timeout Rename gk20a_fifo_get_preempt_timeout -> nvgpu_preempt_get_timeout Rename gk20a_fifo_preempt -> nvgpu_preempt_channel Add fifo.preempt_trigger hal for issuing preempt Add fifo.preempt_runlists_for_rc hal for preempting runlists during rc Add fifo.preempt_poll_pbdma hal Add nvgpu_preempt_poll_tsg_on_pbdma to be called from rc JIRA NVGPU-3144 Change-Id: Idb089acaa0c6ca08de17487c3496459a61f0bcd4 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2100819 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
edaddb9bb2
commit
bdfc26af8b
@@ -57,6 +57,7 @@
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
#include "hal/ptimer/ptimer_gk20a.h"
|
||||
#include "hal/regops/regops_gm20b.h"
|
||||
#include "hal/fifo/preempt_gk20a.h"
|
||||
#include "hal/fifo/pbdma_gm20b.h"
|
||||
#include "hal/fifo/engines_gm20b.h"
|
||||
#include "hal/fifo/engine_status_gm20b.h"
|
||||
@@ -663,6 +664,7 @@ static const struct gpu_ops gm20b_ops = {
|
||||
.default_timeslice_us = gk20a_fifo_default_timeslice_us,
|
||||
.preempt_channel = gk20a_fifo_preempt_channel,
|
||||
.preempt_tsg = gk20a_fifo_preempt_tsg,
|
||||
.preempt_trigger = gk20a_fifo_preempt_trigger,
|
||||
.tsg_set_timeslice = gk20a_fifo_tsg_set_timeslice,
|
||||
.init_pbdma_map = gk20a_fifo_init_pbdma_map,
|
||||
.is_preempt_pending = gk20a_fifo_is_preempt_pending,
|
||||
|
||||
Reference in New Issue
Block a user