[PATCH] drm/radeon: fix VCE fence command

2014-04-15 Thread Christian König
t lists.freedesktop.org; linux-kernel at vger.kernel.org; >> Christoph >> Jaeger >> Subject: [PATCH] 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 z

[PATCH] drm/radeon: fix VCE fence command

2014-04-15 Thread Christoph Jaeger
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 --- drivers/gpu/drm/radeon/radeon_vce.c | 2 +- 1 file changed, 1 ins

[PATCH] drm/radeon: fix VCE fence command

2014-04-14 Thread Deucher, Alexander
Christoph > Jaeger > Subject: [PATCH] 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. &