mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: rename tsg_gk20a and channel_gk20a structs
rename struct tsg_gk20a to struct nvgpu_tsg and rename struct channel_gk20a to struct nvgpu_channel Jira NVGPU-3248 Change-Id: I2a227347d249f9eea59223d82f09eae23dfc1306 Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2112424 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@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
400c10164e
commit
17486ec1f6
@@ -30,7 +30,7 @@ struct sync_timeline *gk20a_sync_timeline_create(const char *name);
|
||||
void gk20a_sync_timeline_destroy(struct sync_timeline *);
|
||||
void gk20a_sync_timeline_signal(struct sync_timeline *);
|
||||
struct sync_fence *gk20a_sync_fence_create(
|
||||
struct channel_gk20a *c,
|
||||
struct nvgpu_channel *c,
|
||||
struct nvgpu_semaphore *,
|
||||
const char *fmt, ...);
|
||||
struct sync_fence *gk20a_sync_fence_fdget(int fd);
|
||||
|
||||
Reference in New Issue
Block a user