Re: [Mesa-dev] [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Sahu, Satyajit
Kindly Ignore this. Sent to wrong mailing list. Sent another email to correct mailing list. Regards, Satyajit On 4/30/2019 4:15 PM, Sahu, Satyajit wrote: > [CAUTION: External Email] > > Query the max uvd handles and used uvd handles. > > Signed-off-by: Satyajit Sahu > --- > amdgpu/amdgpu.h

[Mesa-dev] [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Sahu, Satyajit
Query the max uvd handles and used uvd handles. Signed-off-by: Satyajit Sahu --- amdgpu/amdgpu.h | 14 ++ amdgpu/amdgpu_gpu_info.c | 15 +++ 2 files changed, 29 insertions(+) diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h index c44a495a..407b5fae 100644 --- a/am