Home
last modified time | relevance | path

Searched refs:drm_mode_validate_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_modes.h554 enum drm_mode_status drm_mode_validate_size(const struct drm_display_mode *mode,
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c849 ret = drm_mode_validate_size(mode, dev_priv->stdu_max_width, in vmw_stdu_connector_mode_valid()
854 ret = drm_mode_validate_size(mode, dev_priv->texture_max_width, in vmw_stdu_connector_mode_valid()
H A Dvmwgfx_kms.c2866 ret = drm_mode_validate_size(mode, dev_priv->texture_max_width, in vmw_connector_mode_valid()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c468 mode->status = drm_mode_validate_size(mode, maxX, maxY); in __drm_helper_update_and_validate()
H A Ddrm_modes.c1698 drm_mode_validate_size(const struct drm_display_mode *mode, in drm_mode_validate_size() function
1709 EXPORT_SYMBOL(drm_mode_validate_size);
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c1241 return drm_mode_validate_size(mode, 0x1fff, 0x1fff); in mtk_hdmi_bridge_mode_valid()