From: Christoph Jaeger Date: Mon, 14 Apr 2014 22:10:22 +0000 (+0200) Subject: drm/radeon: fix VCE fence command X-Git-Tag: omap-for-v3.16/pm-signed~75^2~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681941c1790b92207334d08ee017007685f35438;p=pandora-kernel.git drm/radeon: fix VCE fence command Due to a type mismatch that causes an implicit type conversion, the upper 32 bits of the GPU address have been zeroed out when adding to the command buffer. Picked up by Coverity - CID 1198624. Signed-off-by: Christoph Jaeger --- Reading git-diff-tree failed