mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: introduce new ctxsw_addr_type LTS_MAIN
The LTS_MAIN will be used by nvgpu-next chips. In addition, update gops_ltc.h to include nvgpu_next_gops_ltc.h and nvgpu_next_gops_ltc_intr.h Jira NVGPU-5352 Bug 200605474 Bug 200608785 Change-Id: Id77ddfc4c1aa2f93e98e05cfd8645f7ffb8f41c8 Signed-off-by: Antony Clince Alex <aalex@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2366350 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
0f5818b89e
commit
dd82cdca97
@@ -53,7 +53,7 @@ struct gops_ltc_intr {
|
||||
void (*configure)(struct gk20a *g);
|
||||
void (*en_illegal_compstat)(struct gk20a *g, bool enable);
|
||||
#if defined(CONFIG_NVGPU_HAL_NON_FUSA) && defined(CONFIG_NVGPU_NEXT)
|
||||
#include "include/nvgpu/nvgpu_next_gops_ltc.h"
|
||||
#include "include/nvgpu/nvgpu_next_gops_ltc_intr.h"
|
||||
#endif
|
||||
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
|
||||
};
|
||||
@@ -156,6 +156,9 @@ struct gops_ltc {
|
||||
void (*split_ltc_broadcast_addr)(struct gk20a *g, u32 addr,
|
||||
u32 *priv_addr_table,
|
||||
u32 *priv_addr_table_index);
|
||||
#if defined(CONFIG_NVGPU_HAL_NON_FUSA) && defined(CONFIG_NVGPU_NEXT)
|
||||
#include "include/nvgpu/nvgpu_next_gops_ltc.h"
|
||||
#endif
|
||||
#endif
|
||||
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user