Skip to content

Commit 62f4f34

Browse files
committed
update GPU descriptor to 1121 thermal table
from compal Signed-off-by: Kieran Levin <[email protected]>
1 parent fcc5cc9 commit 62f4f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu_cfg_generator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ static struct default_gpu_cfg gpu_cfg = {
131131
.therm = {.thermal_type = GPU_THERM_F75303, .address = 0x4D},
132132

133133
.hdr7 = {.block_type = GPUCFG_TYPE_CUSTOM_TEMP, .block_length = sizeof(struct gpu_cfg_custom_temp)},
134-
.custom_temp = {.idx = 2, .temp_fan_off = C_TO_K(48), .temp_fan_max = C_TO_K(69)},
134+
.custom_temp = {.idx = 2, .temp_fan_off = C_TO_K(47), .temp_fan_max = C_TO_K(62)},
135135

136136
.hdr8 = {.block_type = GPUCFG_TYPE_SUBSYS, .block_length = sizeof(struct gpu_subsys_serial)},
137137
.pcba_serial = {.gpu_subsys = GPU_PCB, .serial = {'F', 'R', 'A', 'G', 'M', 'A', 'S', 'P', '8', '1',

0 commit comments

Comments
 (0)