]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: fix VCE fence command
authorChristoph Jaeger <christophjaeger@linux.com>
Mon, 14 Apr 2014 22:10:22 +0000 (00:10 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 17 Apr 2014 11:59:55 +0000 (13:59 +0200)
commit1e58d326a4a71810dc00c06a7eb133455d59a0a9
treec758cccd92b6d0fab16d3838db6effebec25f715
parent25638eaf94fee08b2e3e820deff3a28e3f103a5b
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 <christophjaeger@linux.com>
drivers/gpu/drm/radeon/radeon_vce.c