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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_modes.c 361 struct detailed_timings *d_timings = local
362 &ddc->det_mon[j].section.d_timings;
371 native_mode->PanelXRes == d_timings->h_active &&
372 native_mode->PanelYRes == d_timings->v_active)
378 if (native_mode->PanelXRes < d_timings->h_active &&
379 native_mode->PanelYRes < d_timings->v_active &&
384 native_mode->PanelXRes = d_timings->h_active;
385 native_mode->PanelYRes = d_timings->v_active;
386 native_mode->DotClock = d_timings->clock / 1000;
387 native_mode->HOverPlus = d_timings->h_sync_off
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
edid.h 538 struct detailed_timings d_timings; /* 56 */ member in union:detailed_monitor_section::__anon9984
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h 527 struct detailed_timings d_timings; /* 56 */ member in union:detailed_monitor_section::__anon10587

Completed in 7 milliseconds