diff options
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/nvgpu/clk/clk_arb.c | 4 | ||||
-rw-r--r-- | drivers/gpu/nvgpu/gp106/clk_arb_gp106.c | 6 | ||||
-rw-r--r-- | drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c | 4 | ||||
-rw-r--r-- | drivers/gpu/nvgpu/os/linux/ioctl_clk_arb.c | 17 |
4 files changed, 20 insertions, 11 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_arb.c b/drivers/gpu/nvgpu/clk/clk_arb.c index 6cf005c8..8e9fb419 100644 --- a/drivers/gpu/nvgpu/clk/clk_arb.c +++ b/drivers/gpu/nvgpu/clk/clk_arb.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved. | 2 | * Copyright (c) 2016-2021, NVIDIA CORPORATION. All rights reserved. |
3 | * | 3 | * |
4 | * Permission is hereby granted, free of charge, to any person obtaining a | 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
5 | * copy of this software and associated documentation files (the "Software"), | 5 | * copy of this software and associated documentation files (the "Software"), |
@@ -886,8 +886,8 @@ void nvgpu_clk_arb_free_session(struct nvgpu_ref *refcount) | |||
886 | nvgpu_spinlock_acquire(&session->session_lock); | 886 | nvgpu_spinlock_acquire(&session->session_lock); |
887 | nvgpu_list_for_each_entry_safe(dev, tmp, &session->targets, | 887 | nvgpu_list_for_each_entry_safe(dev, tmp, &session->targets, |
888 | nvgpu_clk_dev, node) { | 888 | nvgpu_clk_dev, node) { |
889 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); | ||
890 | nvgpu_list_del(&dev->node); | 889 | nvgpu_list_del(&dev->node); |
890 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); | ||
891 | } | 891 | } |
892 | nvgpu_spinlock_release(&session->session_lock); | 892 | nvgpu_spinlock_release(&session->session_lock); |
893 | 893 | ||
diff --git a/drivers/gpu/nvgpu/gp106/clk_arb_gp106.c b/drivers/gpu/nvgpu/gp106/clk_arb_gp106.c index ce0c03b9..2dd5651c 100644 --- a/drivers/gpu/nvgpu/gp106/clk_arb_gp106.c +++ b/drivers/gpu/nvgpu/gp106/clk_arb_gp106.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved. | 2 | * Copyright (c) 2016-2021, NVIDIA CORPORATION. All rights reserved. |
3 | * | 3 | * |
4 | * Permission is hereby granted, free of charge, to any person obtaining a | 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
5 | * copy of this software and associated documentation files (the "Software"), | 5 | * copy of this software and associated documentation files (the "Software"), |
@@ -730,8 +730,8 @@ exit_arb: | |||
730 | nvgpu_atomic_set(&dev->poll_mask, | 730 | nvgpu_atomic_set(&dev->poll_mask, |
731 | NVGPU_POLLIN | NVGPU_POLLRDNORM); | 731 | NVGPU_POLLIN | NVGPU_POLLRDNORM); |
732 | nvgpu_clk_arb_event_post_event(dev); | 732 | nvgpu_clk_arb_event_post_event(dev); |
733 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); | ||
734 | nvgpu_list_del(&dev->node); | 733 | nvgpu_list_del(&dev->node); |
734 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); | ||
735 | } | 735 | } |
736 | nvgpu_spinlock_release(&arb->requests_lock); | 736 | nvgpu_spinlock_release(&arb->requests_lock); |
737 | 737 | ||
@@ -768,4 +768,4 @@ void gp106_clk_arb_cleanup(struct nvgpu_clk_arb *arb) | |||
768 | nvgpu_kfree(g, g->clk_arb); | 768 | nvgpu_kfree(g, g->clk_arb); |
769 | 769 | ||
770 | g->clk_arb = NULL; | 770 | g->clk_arb = NULL; |
771 | } \ No newline at end of file | 771 | } |
diff --git a/drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c b/drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c index d8e4e705..4e0cb2ee 100644 --- a/drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/clk_arb_gp10b.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. | 2 | * Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved. |
3 | * | 3 | * |
4 | * Permission is hereby granted, free of charge, to any person obtaining a | 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
5 | * copy of this software and associated documentation files (the "Software"), | 5 | * copy of this software and associated documentation files (the "Software"), |
@@ -393,8 +393,8 @@ exit_arb: | |||
393 | nvgpu_clk_dev, node) { | 393 | nvgpu_clk_dev, node) { |
394 | nvgpu_atomic_set(&dev->poll_mask, NVGPU_POLLIN | NVGPU_POLLRDNORM); | 394 | nvgpu_atomic_set(&dev->poll_mask, NVGPU_POLLIN | NVGPU_POLLRDNORM); |
395 | nvgpu_clk_arb_event_post_event(dev); | 395 | nvgpu_clk_arb_event_post_event(dev); |
396 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); | ||
397 | nvgpu_list_del(&dev->node); | 396 | nvgpu_list_del(&dev->node); |
397 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); | ||
398 | } | 398 | } |
399 | nvgpu_spinlock_release(&arb->requests_lock); | 399 | nvgpu_spinlock_release(&arb->requests_lock); |
400 | 400 | ||
diff --git a/drivers/gpu/nvgpu/os/linux/ioctl_clk_arb.c b/drivers/gpu/nvgpu/os/linux/ioctl_clk_arb.c index 477222dc..9f321021 100644 --- a/drivers/gpu/nvgpu/os/linux/ioctl_clk_arb.c +++ b/drivers/gpu/nvgpu/os/linux/ioctl_clk_arb.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved. | 2 | * Copyright (c) 2016-2021, NVIDIA CORPORATION. All rights reserved. |
3 | * | 3 | * |
4 | * This software is licensed under the terms of the GNU General Public | 4 | * This software is licensed under the terms of the GNU General Public |
5 | * License version 2, as published by the Free Software Foundation, and | 5 | * License version 2, as published by the Free Software Foundation, and |
@@ -51,19 +51,28 @@ static int nvgpu_clk_arb_release_completion_dev(struct inode *inode, | |||
51 | { | 51 | { |
52 | struct nvgpu_clk_dev *dev = filp->private_data; | 52 | struct nvgpu_clk_dev *dev = filp->private_data; |
53 | struct nvgpu_clk_session *session = dev->session; | 53 | struct nvgpu_clk_session *session = dev->session; |
54 | struct gk20a *g = session->g; | ||
55 | struct nvgpu_clk_arb *arb = g->clk_arb; | ||
54 | 56 | ||
57 | clk_arb_dbg(g, " "); | ||
55 | 58 | ||
56 | clk_arb_dbg(session->g, " "); | 59 | nvgpu_spinlock_acquire(&session->session_lock); |
60 | nvgpu_spinlock_acquire(&arb->requests_lock); | ||
61 | |||
62 | nvgpu_list_del(&dev->node); | ||
63 | |||
64 | nvgpu_spinlock_release(&arb->requests_lock); | ||
65 | nvgpu_spinlock_release(&session->session_lock); | ||
57 | 66 | ||
58 | /* This is done to account for the extra refcount taken in | 67 | /* This is done to account for the extra refcount taken in |
59 | * nvgpu_clk_arb_commit_request_fd without events support in iGPU | 68 | * nvgpu_clk_arb_commit_request_fd without events support in iGPU |
60 | */ | 69 | */ |
61 | if (!session->g->clk_arb->clk_arb_events_supported) { | 70 | if (!arb->clk_arb_events_supported) { |
62 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); | 71 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); |
63 | } | 72 | } |
64 | 73 | ||
65 | nvgpu_ref_put(&session->refcount, nvgpu_clk_arb_free_session); | ||
66 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); | 74 | nvgpu_ref_put(&dev->refcount, nvgpu_clk_arb_free_fd); |
75 | nvgpu_ref_put(&session->refcount, nvgpu_clk_arb_free_session); | ||
67 | return 0; | 76 | return 0; |
68 | } | 77 | } |
69 | 78 | ||