Searched refs:p_lvds (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c646 struct fixed_panel_lvds *p_lvds = drmmode_output->private_data; local in function:drmmode_output_mode_valid
652 if ((koutput->connector_type == DRM_MODE_CONNECTOR_LVDS) && p_lvds) {
653 if (pModes->HDisplay > p_lvds->hdisplay ||
654 pModes->VDisplay > p_lvds->vdisplay)
686 struct fixed_panel_lvds *p_lvds)
748 if ((mode_ptr->hdisplay == p_lvds->hdisplay) &&
749 (mode_ptr->vdisplay == p_lvds->vdisplay)) {
797 struct fixed_panel_lvds *p_lvds; local in function:drmmode_output_get_modes
837 p_lvds = drmmode_output->private_data;
843 if ((koutput->connector_type == DRM_MODE_CONNECTOR_LVDS) && p_lvds) {
685 drmmode_output_lvds_edid(xf86OutputPtr output,struct fixed_panel_lvds * p_lvds) argument
[all...]

Completed in 3 milliseconds