mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Revert "gpu: nvgpu: save req_nr in clk_arb_worker_enqueue"
This reverts commit 4758f98679.
Revert as this is no longer being used.
JIRA ESRM-398
Change-Id: Ib250c2635b32dc11215f0cf9edd350190c31d9dd
Signed-off-by: Peter Daifuku <pdaifuku@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1931057
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
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
9aec9410d7
commit
2cc2a625f5
@@ -705,7 +705,6 @@ static int __nvgpu_clk_arb_worker_start(struct gk20a *g)
|
||||
void nvgpu_clk_arb_worker_enqueue(struct gk20a *g,
|
||||
struct nvgpu_clk_arb_work_item *work_item)
|
||||
{
|
||||
struct nvgpu_clk_arb *arb = g->clk_arb;
|
||||
clk_arb_dbg(g, " ");
|
||||
|
||||
/*
|
||||
@@ -725,7 +724,6 @@ void nvgpu_clk_arb_worker_enqueue(struct gk20a *g,
|
||||
nvgpu_spinlock_release(&g->clk_arb_worker.items_lock);
|
||||
return;
|
||||
}
|
||||
arb->prev_req_nr = nvgpu_atomic_read(&arb->req_nr);
|
||||
nvgpu_list_add_tail(&work_item->worker_item, &g->clk_arb_worker.items);
|
||||
nvgpu_spinlock_release(&g->clk_arb_worker.items_lock);
|
||||
|
||||
|
||||
@@ -211,7 +211,6 @@ struct nvgpu_clk_arb {
|
||||
u32 vf_table_index;
|
||||
|
||||
u16 *mclk_f_points;
|
||||
int prev_req_nr;
|
||||
nvgpu_atomic_t req_nr;
|
||||
|
||||
u32 mclk_f_numpoints;
|
||||
|
||||
Reference in New Issue
Block a user