mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: rename channel functions
This patch makes the following changes 1) rename public channel functions to use nvgpu_channel prefix 2) rename static channel functions to use channel prefix Jira NVGPU-3248 Change-Id: Ib556a0d6ac24dc0882bfd3b8c68b9d2854834030 Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2150729 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
bab6fdd2bb
commit
48c00bbea9
@@ -254,7 +254,7 @@ struct nvgpu_channel *gk20a_open_new_channel_with_cb(struct gk20a *g,
|
||||
struct nvgpu_channel *ch;
|
||||
struct nvgpu_channel_linux *priv;
|
||||
|
||||
ch = gk20a_open_new_channel(g, runlist_id, is_privileged_channel,
|
||||
ch = nvgpu_channel_open_new(g, runlist_id, is_privileged_channel,
|
||||
nvgpu_current_pid(g), nvgpu_current_tid(g));
|
||||
|
||||
if (ch) {
|
||||
|
||||
Reference in New Issue
Block a user