Searched refs:tilcdc_crtc_max_width (Results 1 – 3 of 3) sorted by relevance
174 int tilcdc_crtc_max_width(struct drm_crtc *crtc);
453 int tilcdc_crtc_max_width(struct drm_crtc *crtc) in tilcdc_crtc_max_width() function477 if (mode->hdisplay > tilcdc_crtc_max_width(crtc)) in tilcdc_crtc_mode_valid()
81 dev->mode_config.max_width = tilcdc_crtc_max_width(priv->crtc); in modeset_init()