Subversion Repositories Kolibri OS

Rev

Rev 5060 | Rev 6084 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5060 Rev 5271
Line 910... Line 910...
910
 * @maxX: maximum width
910
 * @maxX: maximum width
911
 * @maxY: maximum height
911
 * @maxY: maximum height
912
 *
912
 *
913
 * This function is a helper which can be used to validate modes against size
913
 * This function is a helper which can be used to validate modes against size
914
 * limitations of the DRM device/connector. If a mode is too big its status
914
 * limitations of the DRM device/connector. If a mode is too big its status
915
 * memeber is updated with the appropriate validation failure code. The list
915
 * member is updated with the appropriate validation failure code. The list
916
 * itself is not changed.
916
 * itself is not changed.
917
 */
917
 */
918
void drm_mode_validate_size(struct drm_device *dev,
918
void drm_mode_validate_size(struct drm_device *dev,
919
			    struct list_head *mode_list,
919
			    struct list_head *mode_list,
920
			    int maxX, int maxY)
920
			    int maxX, int maxY)