Add DDC / plug and play monitor support for Mach64VT2.
This commit is contained in:
parent
7e2c6a5344
commit
a19829cf11
2 changed files with 31 additions and 3 deletions
|
|
@ -304,4 +304,7 @@ void ddc_init(void)
|
|||
for (c = 0; c < 127; c++)
|
||||
checksum += edid_data[c];
|
||||
edid_data[127] = 256 - checksum;
|
||||
|
||||
i2c.clock = 1;
|
||||
i2c.data = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue