Home
last modified time | relevance | path

Searched refs:no_sections (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dinterpret_edid.c189 m->no_sections = (int) *(char *) SECTION(NO_EDID, block); in xf86InterpretEDID()
249 for (i = 0; i < mon->no_sections; i++) { in xf86ForEachDetailedBlock()
320 for (i = 0; i < mon->no_sections; i++) { in xf86ForEachVideoBlock()
373 if (!mon->no_sections) in cea_for_each_db()
379 for (i = 0; i < mon->no_sections; i++) { in cea_for_each_db()
H A DddcProperty.c44 ret += DDC->no_sections * 128; in edidSize()
H A Dprint_edid.c544 print_number_sections(m->scrnIndex, m->no_sections); in xf86PrintEDID()
552 n += m->no_sections * 128; in xf86PrintEDID()
H A Dedid.h569 int no_sections; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c3238 size += edid_mon->no_sections * 128; in xf86OutputSetEDID()