Home
last modified time | relevance | path

Searched refs:DDC_checksum (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c115 DDC_checksum(const unsigned char *block, int len) in DDC_checksum() function
172 if (d_block && DDC_checksum(d_block, EDID1_LEN)) { in GetEDID_DDC1()
384 if (!DDC_checksum(R_Buffer, EDID1_LEN)) in DDC2Read()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog107429 Mark argument to DDC_checksum as const too.