mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: posix: Implement nvgpu_writel_relaxed
The implementation for nvgpu_writel_relaxed was missing in the POSIX layer. JIRA NVGPU-1040 Change-Id: If178792af87d72fa811746f9e77d917e0df1c1fa Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1923707 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: Philip Elcan <pelcan@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> 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
89125cb4f5
commit
44d3ef0ca2
@@ -67,7 +67,7 @@ void nvgpu_writel(struct gk20a *g, u32 r, u32 v)
|
||||
|
||||
void nvgpu_writel_relaxed(struct gk20a *g, u32 r, u32 v)
|
||||
{
|
||||
BUG();
|
||||
nvgpu_writel(g, r, v);
|
||||
}
|
||||
|
||||
u32 nvgpu_readl(struct gk20a *g, u32 r)
|
||||
|
||||
Reference in New Issue
Block a user