summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/amd_r19me4070.h
blob: d3c7977ba50c67306803684cb42ef2623f1f89ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright 2020 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* GPU R19ME4070 configuration */

#ifndef __CROS_EC_R19ME4070_H
#define __CROS_EC_R19ME4070_H

/* GPU features */
#define R19ME4070_LOCAL                 0

/*
 * get GPU temperature value and move to *tem_ptr
 * One second trigger ,Use I2C read GPU's Die temperature.
 */
int get_temp_R19ME4070(int idx, int *temp_ptr);

#endif /* __CROS_EC_AMD_R19ME4070_H */