Searched refs:drm_mode_validate_size (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/drm/
H A Ddrm_modes.h230 enum drm_mode_status drm_mode_validate_size(const struct drm_display_mode *mode,
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_modes.c993 * drm_mode_validate_size - make sure modes adhere to size constraints
1007 drm_mode_validate_size(const struct drm_display_mode *mode, drm_mode_validate_size() function
1018 EXPORT_SYMBOL(drm_mode_validate_size); variable
H A Ddrm_probe_helper.c236 mode->status = drm_mode_validate_size(mode, maxX, maxY); drm_helper_probe_single_connector_modes_merge_bits()

Completed in 43 milliseconds