Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h161 int tilcdc_crtc_max_width(struct drm_crtc *crtc);
Dtilcdc_crtc.c727 int tilcdc_crtc_max_width(struct drm_crtc *crtc) in tilcdc_crtc_max_width() function
753 if (mode->hdisplay > tilcdc_crtc_max_width(crtc)) in tilcdc_crtc_mode_valid()
Dtilcdc_drv.c108 dev->mode_config.max_width = tilcdc_crtc_max_width(priv->crtc); in modeset_init()