mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: nvgpu-next: Fixup for false ltc tag tracking
This is clearing the write-through behavior of CE and ROP writes. Bug 200601972 Change-Id: I269d2b994be13f5e15090c520c129d36489df3c1 Signed-off-by: dt <dt@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2561967 Reviewed-by: Vaibhav Kachore <vkachore@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:
@@ -137,6 +137,7 @@ struct gops_ltc {
|
||||
|
||||
void (*init_fs_state)(struct gk20a *g);
|
||||
void (*set_enabled)(struct gk20a *g, bool enabled);
|
||||
void (*ltc_lts_set_mgmt_setup)(struct gk20a *g);
|
||||
#ifdef CONFIG_NVGPU_GRAPHICS
|
||||
void (*set_zbc_color_entry)(struct gk20a *g,
|
||||
u32 *color_val_l2, u32 index);
|
||||
@@ -164,7 +165,6 @@ struct gops_ltc {
|
||||
u32 policy);
|
||||
#if defined(CONFIG_NVGPU_HAL_NON_FUSA)
|
||||
u32 (*pri_shared_addr)(struct gk20a *g, u32 addr);
|
||||
void (*ltc_lts_set_mgmt_setup)(struct gk20a *g);
|
||||
#endif
|
||||
#endif
|
||||
/** @endcond DOXYGEN_SHOULD_SKIP_THIS */
|
||||
|
||||
Reference in New Issue
Block a user