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:
Vedashree Vidwans
2020-06-15 10:24:54 -07:00
committed by Alex Waterman
parent fb1433811c
commit 5c7b73e6ca
3 changed files with 4 additions and 4 deletions

View File

@@ -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.