mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: remove user sync related apis
Set safe state and get syncpt address in the kernel submission tracking syncs was implemented for userspace syncs. Now that it's clear that the user sync object provides them, there are no users left for these APIs. Remove them. Jira NVGPU-4548 Change-Id: I58e04162dee55bb8d8547c9252033f40ed908144 Signed-off-by: Konsta Hölttä <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2321950 (cherry picked from commit a95c8f7ace562a11ca235d71496d3a7ce150bc7d) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2324251 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
60e1cf334a
commit
2d9b839f21
@@ -76,8 +76,6 @@ struct nvgpu_channel_sync_ops {
|
||||
|
||||
void (*set_min_eq_max)(struct nvgpu_channel_sync *s);
|
||||
|
||||
void (*set_safe_state)(struct nvgpu_channel_sync *s);
|
||||
|
||||
void (*destroy)(struct nvgpu_channel_sync *s);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user