HomeSort by: relevance | last modified time | path
    Searched defs:det_mon (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
interpret_edid.c 46 struct detailed_monitor_section *det_mon);
48 struct detailed_monitor_section *det_mon);
104 static void handle_detailed_hvsize(struct detailed_monitor_section *det_mon,
110 if (det_mon->type == DT) {
112 timing = &det_mon->section.d_timings;
180 get_dt_md_section(SECTION(DET_TIMING_SECTION,block),&m->ver, m->det_mon);
194 struct detailed_monitor_section *det_mon)
208 fetch_detailed_block(blk + dt_offset, &mon->ver, det_mon + dt_num);
220 struct detailed_monitor_section det_mon[CEA_EXT_DET_TIMING_NUM]; local
223 det_mon_num = get_cea_detail_timing(ext, mon, det_mon);
    [all...]
edid.h 557 struct detailed_monitor_section det_mon[4]; member in struct:__anon10588
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
interpret_edid.c 47 struct detailed_monitor_section *det_mon);
49 struct detailed_monitor_section *det_mon);
106 handle_detailed_hvsize(struct detailed_monitor_section *det_mon, void *data)
111 if (det_mon->type == DT) {
114 timing = &det_mon->section.d_timings;
188 get_dt_md_section(SECTION(DET_TIMING_SECTION, block), &m->ver, m->det_mon);
203 struct detailed_monitor_section *det_mon)
216 fetch_detailed_block(blk + dt_offset, &mon->ver, det_mon + dt_num);
228 struct detailed_monitor_section det_mon[CEA_EXT_DET_TIMING_NUM]; local
231 det_mon_num = get_cea_detail_timing(ext, mon, det_mon);
    [all...]
edid.h 567 struct detailed_monitor_section det_mon[4]; member in struct:__anon9985
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 662 static void fill_detailed_lvds_block(struct detailed_monitor_section *det_mon,
665 struct detailed_timings *timing = &det_mon->section.d_timings;
667 det_mon->type = DT;
694 struct detailed_monitor_section *det_mon; local
706 edid_det_block_num = sizeof(edid_mon->det_mon) /
707 sizeof(edid_mon->det_mon[0]);
709 if (edid_mon->det_mon[i].type >= DS_VENDOR && j == -1)
711 if (edid_mon->det_mon[i].type == DS_RANGES) {
718 &edid_mon->det_mon[j].section.ranges;
719 edid_mon->det_mon[j].type = DS_RANGES
    [all...]
i830_lvds.c 931 static void fill_detailed_block(struct detailed_monitor_section *det_mon,
934 struct detailed_timings *timing = &det_mon->section.d_timings;
935 det_mon->type = DT;
983 for (i = 0; i < sizeof (edid_mon->det_mon) / sizeof (edid_mon->det_mon[0]); i++)
985 if (edid_mon->det_mon[i].type >= DS_VENDOR && j == -1)
987 if (edid_mon->det_mon[i].type == DS_RANGES) {
993 struct monitor_ranges *ranges = &edid_mon->det_mon[j].section.ranges;
994 edid_mon->det_mon[j].type = DS_RANGES;
1012 struct detailed_monitor_section *det_mon = edid_mon->det_mon local
    [all...]

Completed in 12 milliseconds