Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/riva/
Dfbdev.c1919 unsigned char *pedid = NULL; in riva_get_EDID_OF() local
1922 pedid = (unsigned char *)get_property(dp, "EDID,B", 0); in riva_get_EDID_OF()
1924 if (pedid) { in riva_get_EDID_OF()
1925 rinfo->EDID = pedid; in riva_get_EDID_OF()
/linux-2.4.37.9/drivers/video/
Dradeonfb.c1243 unsigned char *pedid = NULL; in radeon_get_EDID_OF() local
1250 pedid = (unsigned char *) in radeon_get_EDID_OF()
1252 if (pedid != NULL) { in radeon_get_EDID_OF()
1253 rinfo->EDID = pedid; in radeon_get_EDID_OF()