Home
last modified time | relevance | path

Searched refs:EDID1_LEN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c68 end = block + EDID1_LEN; in find_header()
97 s_end = s_block + EDID1_LEN; in resort()
99 d_new = malloc(EDID1_LEN); in resort()
102 d_end = d_new + EDID1_LEN; in resort()
152 d_block = calloc(1, EDID1_LEN); in GetEDID_DDC1()
156 for (i = 0; i < EDID1_LEN; i++) { in GetEDID_DDC1()
172 if (d_block && DDC_checksum(d_block, EDID1_LEN)) { in GetEDID_DDC1()
381 W_Buffer[0] = (block & 0x01) * EDID1_LEN; in DDC2Read()
383 if (xf86I2CWriteRead(dev, W_Buffer, 1, R_Buffer, EDID1_LEN)) { in DDC2Read()
384 if (!DDC_checksum(R_Buffer, EDID1_LEN)) in DDC2Read()
[all …]
H A Dedid.h22 #define EDID1_LEN 128 macro
24 #define NUM BITS_PER_BYTE*EDID1_LEN
95 #if (CHECKSUM != (EDID1_LEN - 1))
H A Dinterpret_edid.c250 ext = mon->rawData + EDID1_LEN * (i + 1); in xf86ForEachDetailedBlock()
321 ext = mon->rawData + EDID1_LEN * (i + 1); in xf86ForEachVideoBlock()
383 ext = mon->rawData + EDID1_LEN * (i + 1); in cea_for_each_db()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c38 #define EDID1_LEN 128 macro
2000 if (!nv_cksum(&bios->data[offset], EDID1_LEN)) in nouveau_bios_embedded_edid()