Re: [Mesa-dev] [PATCH] radeon/video: use more common buffer infrastructure

2014-09-10 Thread Michel Dänzer
On 11.09.2014 03:23, Christian König wrote: From: Christian König This allows us to clear the video buffers using the gfx engine(s). Please split up this patch: 1. Use more common buffer infrastructure, otherwise no (intended) change in functionality 2. Clear video buffers with the GPU in

Re: [Mesa-dev] [PATCH] radeon/video: use more common buffer infrastructure

2014-09-10 Thread Alex Deucher
On Wed, Sep 10, 2014 at 2:23 PM, Christian König wrote: > From: Christian König > > This allows us to clear the video buffers using the gfx engine(s). > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- > src/gallium/drivers/radeon/radeon_uvd.c| 46 +++

[Mesa-dev] [PATCH] radeon/video: use more common buffer infrastructure

2014-09-10 Thread Christian König
From: Christian König This allows us to clear the video buffers using the gfx engine(s). Signed-off-by: Christian König --- src/gallium/drivers/radeon/radeon_uvd.c| 46 +++--- src/gallium/drivers/radeon/radeon_vce.c| 17 + src/gallium/drivers/radeon/rade