Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_crtc_helper_internal.h74 enum drm_mode_status drm_crtc_mode_valid(struct drm_crtc *crtc,
H A Ddrm_probe_helper.c133 ret = drm_crtc_mode_valid(crtc, mode); in drm_mode_validate_pipeline()
179 enum drm_mode_status drm_crtc_mode_valid(struct drm_crtc *crtc, in drm_crtc_mode_valid() function
H A Ddrm_atomic_helper.c520 ret = drm_crtc_mode_valid(crtc, mode); in mode_valid_path()