Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_crtc_helper_internal.h40 enum drm_mode_status drm_crtc_mode_valid(struct drm_crtc *crtc,
H A Ddrm_probe_helper.c132 *status = drm_crtc_mode_valid(crtc, mode); in drm_mode_validate_pipeline()
180 enum drm_mode_status drm_crtc_mode_valid(struct drm_crtc *crtc, in drm_crtc_mode_valid() function
H A Ddrm_atomic_helper.c534 ret = drm_crtc_mode_valid(crtc, mode); in mode_valid_path()