Skip to content

Commit

Permalink
[Intel][ARL][IMC] DDR5: tWR = tWRPRE - tCWL - 10
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Oct 15, 2024
1 parent bd528a9 commit 2499c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64/corefreqd.c
Original file line number Diff line number Diff line change
Expand Up @@ -6183,7 +6183,7 @@ void MTL_IMC(RO(SHM_STRUCT) *RO(Shm), RO(PROC) *RO(Proc))
tWR_quantity = 4U;
break;
case 5:
tWR_quantity = 8U;
tWR_quantity = 10U;
break;
}
if (RO(Proc)->Uncore.MC[mc].Channel[cha].MTL.Timing.tWRPRE >=
Expand Down

0 comments on commit 2499c3c

Please sign in to comment.