Home
last modified time | relevance | path

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

/linux-6.6.21/include/drm/
Ddrm_modes.h554 enum drm_mode_status drm_mode_validate_size(const struct drm_display_mode *mode,
/linux-6.6.21/drivers/gpu/drm/
Ddrm_probe_helper.c458 mode->status = drm_mode_validate_size(mode, maxX, maxY); in __drm_helper_update_and_validate()
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);
/linux-6.6.21/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c1241 return drm_mode_validate_size(mode, 0x1fff, 0x1fff); in mtk_hdmi_bridge_mode_valid()