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
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
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.
&