mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: remove fence dependency tracking
In preparation for better abstraction in job synchronization, drop support for the dependency fences tracked via submit pre-fences in semaphore-based syncs. This has only worked for semaphores, not nvhost syncpoints, and hasn't really been used. The dependency was printed in the sync framework's sync pt value string. Remove also the userspace-visible gk20a_sync_pt_info which is not used and depends on this feature (providing a duration since the dependency fence's timestamp). Jira NVGPU-43 Change-Id: Ia2b26502a9dc8f5bef5470f94b1475001f621da1 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: http://git-master/r/1456880 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
6de456f840
commit
1a4647272f
@@ -1354,10 +1354,6 @@ struct nvgpu_alloc_gpfifo_ex_args {
|
||||
__u32 reserved[5];
|
||||
};
|
||||
|
||||
struct gk20a_sync_pt_info {
|
||||
__u64 hw_op_ns;
|
||||
};
|
||||
|
||||
struct nvgpu_fence {
|
||||
__u32 id; /* syncpoint id or sync fence fd */
|
||||
__u32 value; /* syncpoint value (discarded when using sync fence) */
|
||||
|
||||
Reference in New Issue
Block a user