Name

cec_set_edid_phys_addr — find and set the physical address

Synopsis

void cec_set_edid_phys_addr (u8 * edid,
 unsigned int size,
 u16 phys_addr);
 

Arguments

edid

pointer to the EDID data

size

size in bytes of the EDID data

phys_addr

the new physical address

Description

This function finds the location of the physical address in the EDID and fills in the given physical address and updates the checksum at the end of the EDID block. It does nothing if the EDID doesn't contain a physical address.