mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
6336c78c40a0d3a1d481dab0d2189575758dcc29
Move ptimer unit HALS outside gk20a.h. This is required for documenting the HALs. We divide the ptimer unit HALs into 3 categories: 1. Private HALs 2. FUSA HALs 3. NON-FUSA HALs This classification will help focus only on FUSA HALs in design document and exclude the non-safety related ones from design document. Add ptimer HAL header file which contains the HALs exposed by ptimer unit. Use @cond...@endcond to skip documentation for NON-FUSA HALs and private HALs from ptimer unit. Add doxygen comments for 1. ptimer unit's public HAL used in safety build a. ptimer.isr 2. ptimer unit's public APIs a. ptimer_scalingfactor10x() b. ptimer_scale() JIRA NVGPU-2503 Change-Id: If5fb00733e122b27826ec36503f175fae172c71b Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2219427 Reviewed-by: Deepak Nibade <dnibade@nvidia.com> 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>
Description
No description provided