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

/linux-master/include/drm/
H A Ddrm_modes.h556 enum drm_mode_status drm_mode_validate_size(const struct drm_display_mode *mode,
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c1684 * drm_mode_validate_size - make sure modes adhere to size constraints
1698 drm_mode_validate_size(const struct drm_display_mode *mode, function
1709 EXPORT_SYMBOL(drm_mode_validate_size); variable
H A Ddrm_probe_helper.c469 mode->status = drm_mode_validate_size(mode, maxX, maxY);
538 * - drm_mode_validate_size() filters out modes larger than @maxX and @maxY
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c1241 return drm_mode_validate_size(mode, 0x1fff, 0x1fff);

Completed in 174 milliseconds