mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: Enable ELCG on known dGPUs
JIRA DNVGPU-74 Change-Id: I67c65db4bd3389105299753ca92e94aac362b12e Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1220434 (cherry picked from commit 3fd5dc515fc4f40ebf7a7e447f6a3182c5fe3c08) Reviewed-on: http://git-master/r/1234090 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
e8ba69e383
commit
0568f26b8a
@@ -73,14 +73,16 @@ static struct pci_device_id nvgpu_pci_table[] = {
|
||||
.class = PCI_BASE_CLASS_DISPLAY << 16,
|
||||
.class_mask = 0xff << 16,
|
||||
.driver_data = NVGPU_PCI_ENABLE_BLCG |
|
||||
NVGPU_PCI_ENABLE_SLCG,
|
||||
NVGPU_PCI_ENABLE_SLCG |
|
||||
NVGPU_PCI_ENABLE_ELCG,
|
||||
},
|
||||
{
|
||||
PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1c37),
|
||||
.class = PCI_BASE_CLASS_DISPLAY << 16,
|
||||
.class_mask = 0xff << 16,
|
||||
.driver_data = NVGPU_PCI_ENABLE_BLCG |
|
||||
NVGPU_PCI_ENABLE_SLCG,
|
||||
NVGPU_PCI_ENABLE_SLCG |
|
||||
NVGPU_PCI_ENABLE_ELCG,
|
||||
},
|
||||
{}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user