HomeSort by relevance Sort by last modified time
    Searched refs:ddc_mon (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_output.c 128 xf86MonPtr ddc_mon = NULL; local
152 ddc_mon = xf86InterpretEDID(output->scrn->scrnIndex,
155 if (ddc_mon && priv->edid_blob->length > 128)
156 ddc_mon->flags |= MONITOR_EDID_COMPLETE_RAWDATA;
158 xf86OutputSetEDID(output, ddc_mon);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_output.c 128 xf86MonPtr ddc_mon = NULL; local
152 ddc_mon = xf86InterpretEDID(output->scrn->scrnIndex,
155 if (ddc_mon && priv->edid_blob->length > 128)
156 ddc_mon->flags |= MONITOR_EDID_COMPLETE_RAWDATA;
158 xf86OutputSetEDID(output, ddc_mon);

Completed in 99 milliseconds