Home
last modified time | relevance | path

Searched refs:tilcdc_crtc_max_width (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h170 int tilcdc_crtc_max_width(struct drm_crtc *crtc);
Dtilcdc_crtc.c427 int tilcdc_crtc_max_width(struct drm_crtc *crtc) in tilcdc_crtc_max_width() function
451 if (mode->hdisplay > tilcdc_crtc_max_width(crtc)) in tilcdc_crtc_mode_valid()
Dtilcdc_drv.c92 dev->mode_config.max_width = tilcdc_crtc_max_width(priv->crtc); in modeset_init()