mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 12:30:11 +01:00
amdgpu: fix bs buffer size for vce test
Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
This commit is contained in:
parent
872a5c714a
commit
01e4546ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ static void check_result(struct amdgpu_vce_encode *enc)
|
|||
|
||||
static void amdgpu_cs_vce_encode(void)
|
||||
{
|
||||
uint32_t vbuf_size, bs_size = 0x2000, cpb_size;
|
||||
uint32_t vbuf_size, bs_size = 0x154000, cpb_size;
|
||||
int i, r;
|
||||
|
||||
vbuf_size = enc.width * enc.height * 1.5;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue