mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 14:26:17 +00:00
ddi_compute_wrpll: Fix the reference table for 37762500Hz
The 5 was lost when stored in KHz. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
8cf09e5ed4
commit
a59b0cd01d
@ -274,7 +274,7 @@ static const struct wrpll_tmds_clock wrpll_tmds_clock_table[] = {
|
||||
{36000000, 26, 26, 15},
|
||||
{36750000, 26, 46, 26},
|
||||
{37000000, 24, 23, 14},
|
||||
{37762000, 22, 40, 26},
|
||||
{37762500, 22, 40, 26},
|
||||
{37800000, 20, 21, 15},
|
||||
{38000000, 24, 27, 16},
|
||||
{38250000, 24, 34, 20},
|
||||
|
Loading…
x
Reference in New Issue
Block a user