summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2016-06-01 17:39:15 +0900
committerBen Skeggs <bskeggs@redhat.com>2016-07-14 11:51:54 +1000
commite4b0b14f001f85e32319c2cb90cdb92f48320326 (patch)
tree2d425c57fa34154114a71fea2125b093251f8d14 /lib
parentf91b23f7f578b9413444c2e7b725bc66bf1b13f6 (diff)
downloadnouveau-e4b0b14f001f85e32319c2cb90cdb92f48320326.tar.gz
tegra: fetch gpu_speedo_id
The GPU speedo ID is required to select the right clk/volt parameters on GM20B. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/include/nvif/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/nvif/os.h b/lib/include/nvif/os.h
index 2581f9496..4cd65e3cf 100644
--- a/lib/include/nvif/os.h
+++ b/lib/include/nvif/os.h
@@ -1540,6 +1540,7 @@ reset_control_deassert(struct reset_control *reset)
*****************************************************************************/
struct tegra_sku_info {
int gpu_speedo_value;
+ int gpu_speedo_id;
};
extern struct tegra_sku_info tegra_sku_info;