Home | History | Annotate | Download | only in exynos

Lines Matching defs:con

718 	struct connector con;
724 memset(&con, 0, sizeof(struct connector));
734 con.crtc = -1;
736 &con.id,
737 con.mode_str) != 2 &&
739 &con.id,
740 &con.crtc,
741 con.mode_str) != 3)
770 connector_find_mode(dev->fd, &con, resources);
773 if (!con.mode) {
779 screen_width = con.mode->hdisplay;
780 screen_height = con.mode->vdisplay;
809 ret = drm_set_crtc(dev, &con, fb_id);