drm/radeon: add support for thermal sensor on tn
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
6bd1c38532
commit
29a1522189
4 changed files with 13 additions and 0 deletions
|
|
@ -1897,6 +1897,7 @@ static struct radeon_asic trinity_asic = {
|
|||
.set_pcie_lanes = NULL,
|
||||
.set_clock_gating = NULL,
|
||||
.set_uvd_clocks = &sumo_set_uvd_clocks,
|
||||
.get_temperature = &tn_get_temp,
|
||||
},
|
||||
.pflip = {
|
||||
.pre_page_flip = &evergreen_pre_page_flip,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue