mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
nvgpu driver uses the h/w headers for reading pbdma_status registers directly in the common code path. Replace the use of the H/W headers by using the APIs of the pbdma_status unit. Use the HAL ops functions read_pbdma_status_info() to do a read of the pbdma status register. Jira NVGPU-1311 Change-Id: I4b492e675ce2561bb1e132b518023f9933d8c510 Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2019977 Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>