mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
The type for entries allocated from the priv cmd queue is no longer necessary to be visible for its users other than as an opaque handle, except for a few minor debug prints. Make those prints output the entry pointer value instead and move the struct definition to priv_cmdbuf.c. Jira NVGPU-4548 Change-Id: Ia75ff41d840ac928561525a46d5973640e4b5f7e Signed-off-by: Konsta Hölttä <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2329658 (cherry picked from commit 3292cdadbc78ca129d1e0878c3947b0839487fc2) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2332507 Reviewed-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>