diff options
author | Karol Herbst <nouveau@karolherbst.de> | 2015-09-15 18:47:12 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-01-11 11:30:22 +1000 |
commit | c6e2f9bc0367c0e5c734bf8b3ab1ee097977f1e2 (patch) | |
tree | 8a79e7bf6457431b306f9a14deae46261138e75b /drivers/gpu/drm/nouveau/include | |
parent | 3aba825ffa6615971bb5feae57806288c14d4096 (diff) | |
download | blackbird-op-linux-c6e2f9bc0367c0e5c734bf8b3ab1ee097977f1e2.tar.gz blackbird-op-linux-c6e2f9bc0367c0e5c734bf8b3ab1ee097977f1e2.zip |
drm/nouveau/bios/perf: parse the pci speed from the bios for tesla and newer cards
Signed-off-by: Karol Herbst <nouveau@karolherbst.de>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include')
-rw-r--r-- | drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/perf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/perf.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/perf.h index 7cc2becabc69..d3bd250103d5 100644 --- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/perf.h +++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/perf.h @@ -13,6 +13,8 @@ struct nvbios_perfE { u32 vdec; u32 disp; u32 script; + u8 pcie_speed; + u8 pcie_width; }; u16 nvbios_perf_entry(struct nvkm_bios *, int idx, |