mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: add nvgpu-next fb gops
JIRA NVGPU-5222 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Change-Id: I3004fcfd9cf17b81c6d218954da140982a76c6fd Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2316212 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Alex Waterman
parent
f5acc98db3
commit
872b3946dd
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -363,6 +363,11 @@ struct gops_fb {
|
||||
int (*mmu_invalidate_replay)(struct gk20a *g,
|
||||
u32 invalidate_replay_val);
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_NVGPU_HAL_NON_FUSA) && defined(CONFIG_NVGPU_NEXT)
|
||||
#include "include/nvgpu/nvgpu_next_gops_fb.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NVGPU_DGPU
|
||||
/**
|
||||
* @brief Initialize FBPA unit ECC support.
|
||||
|
||||
Reference in New Issue
Block a user