mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: update PLC enabled flag name
Modify NVGPU_SUPPORT_PLC enabled flag name to NVGPU_SUPPORT_POST_L2_COMPRESSION keep name more specific. JIRA NVGPU-4666 Change-Id: I69336d74210457025921149768cfef036891bf72 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2361157 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
fb1433811c
commit
5c7b73e6ca
@@ -259,7 +259,7 @@ struct gk20a;
|
||||
#define NVGPU_SUPPORT_SM_TTU 88U
|
||||
|
||||
/** PLC Compression */
|
||||
#define NVGPU_SUPPORT_PLC 89U
|
||||
#define NVGPU_SUPPORT_POST_L2_COMPRESSION 89U
|
||||
|
||||
/*
|
||||
* Must be greater than the largest bit offset in the above list.
|
||||
|
||||
Reference in New Issue
Block a user