From: Daniel Vetter Date: Thu, 23 Jan 2014 15:39:31 +0000 (+0100) Subject: drm/modes: drop maxPitch from drm_mode_validate_size X-Git-Tag: v3.15-rc1~51^2~54^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e70292cd4a002cd799a1cd4115286cba3933d6d;p=pandora-kernel.git drm/modes: drop maxPitch from drm_mode_validate_size Totally unused and actually redundant with maxX for display mode validation. The fb helper otoh needs to check pitch limits, but that is delegated into drivers instead. Reviewed-by: Alex Deucher Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed