From: David Herrmann Date: Tue, 13 Aug 2013 12:19:58 +0000 (+0200) Subject: drm/host1x: stop casting VMA offsets to 32bit X-Git-Tag: v3.12-rc1~136^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc7b0ca8cc3bdcf61a7d4a99ed55c4ad084a4ae;p=pandora-kernel.git drm/host1x: stop casting VMA offsets to 32bit VMA offsets are 64bit so do not cast them to "unsigned int". Also remove the (now useless) offset-retrieval helper. The VMA manager provides simple enough helpers. Cc: Thierry Reding Cc: "Terje Bergström" Cc: Arto Merilainen Signed-off-by: David Herrmann Signed-off-by: Dave Airlie --- Reading git-diff-tree failed