mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +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
@@ -1526,7 +1526,7 @@ int tu104_init_hal(struct gk20a *g)
|
||||
gops->chip_init_gpu_characteristics =
|
||||
tu104_ops.chip_init_gpu_characteristics;
|
||||
gops->get_litter_value = tu104_ops.get_litter_value;
|
||||
gops->semaphore_wakeup = gk20a_channel_semaphore_wakeup;
|
||||
gops->semaphore_wakeup = nvgpu_channel_semaphore_wakeup;
|
||||
|
||||
nvgpu_set_enabled(g, NVGPU_SEC_PRIVSECURITY, true);
|
||||
nvgpu_set_enabled(g, NVGPU_SEC_SECUREGPCCS, true);
|
||||
|
||||
Reference in New Issue
Block a user