Re: [Mesa-dev] [PATCH] radeon/uvd: fix feedback buffer handling

2014-02-03 Thread Michel Dänzer
On Mon, 2014-02-03 at 11:33 +0100, Christian König wrote: > From: Christian König > > Without the correct feedback buffer size UVD runs > into an error on each frame, reducing the maximum FPS. > > Signed-off-by: Christian König Some minor comments below, other than that Reviewed-by: Michel Dä

Re: [Mesa-dev] [PATCH] radeon/uvd: fix feedback buffer handling

2014-02-03 Thread Alex Deucher
On Mon, Feb 3, 2014 at 5:33 AM, Christian König wrote: > From: Christian König > > Without the correct feedback buffer size UVD runs > into an error on each frame, reducing the maximum FPS. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher Should probably also CC 10.1, 10.0, and 9.

[Mesa-dev] [PATCH] radeon/uvd: fix feedback buffer handling

2014-02-03 Thread Christian König
From: Christian König Without the correct feedback buffer size UVD runs into an error on each frame, reducing the maximum FPS. Signed-off-by: Christian König --- src/gallium/drivers/radeon/radeon_uvd.c | 38 +++-- 1 file changed, 27 insertions(+), 11 deletions(-) d