commit | 681941c1790b92207334d08ee017007685f35438 | [log] [tgz] |
---|---|---|
author | Christoph Jaeger <christophjaeger@linux.com> | Tue Apr 15 00:10:22 2014 +0200 |
committer | Christian König <christian.koenig@amd.com> | Thu Apr 17 13:59:55 2014 +0200 |
tree | c758cccd92b6d0fab16d3838db6effebec25f715 | |
parent | 7e1858f9aff7d608b3d0abad4bda0130de887b89 [diff] |
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>