mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
gpu: nvgpu: gk20a: Set lockboost size for compute
For compute channel on gk20a, set lockboost size to zero. Bug 1573856 Change-Id: I369cebf72241e4017e7d380c82caff6014e42984 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/594843 GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Dan Willemsen
parent
5df3d09e16
commit
c3892ff917
@@ -459,9 +459,11 @@ struct nvgpu_set_nvmap_fd_args {
|
||||
__u32 fd;
|
||||
} __packed;
|
||||
|
||||
#define NVGPU_ALLOC_OBJ_FLAGS_LOCKBOOST_ZERO (1 << 0)
|
||||
|
||||
struct nvgpu_alloc_obj_ctx_args {
|
||||
__u32 class_num; /* kepler3d, 2d, compute, etc */
|
||||
__u32 padding;
|
||||
__u32 flags; /* input, output */
|
||||
__u64 obj_id; /* output, used to free later */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user