[Mesa-dev] [PATCH 0/4] radeon/vce,uvd: regression fixes
Nicolai Hähnle
nhaehnle at gmail.com
Thu Sep 29 16:35:20 UTC 2016
Hi all,
this should fix two types of regressions introduced by the buffer
sub-allocation.
1. On radeon, old-style relocations are used, and the offset of
sub-allocated buffers needs to be taken into account there.
(I haven't tested this part yet.)
2. Also on amdgpu, the kernel expects feedback buffers to be at
least 4KB in size, but we only allocated 512 bytes -- which was
irrelevant before sub-allocations.
Please review!
Nicolai
More information about the mesa-dev
mailing list