Home
last modified time | relevance | path

Searched refs:maxPitch (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_modes.c797 int maxX, int maxY, int maxPitch) in drm_mode_validate_size() argument
802 if (maxPitch > 0 && mode->hdisplay > maxPitch) in drm_mode_validate_size()
H A Ddrm_crtc.h913 int maxX, int maxY, int maxPitch);