Re: [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Sahu, Satyajit
On 4/30/2019 5:02 PM, Christian König wrote: > [CAUTION: External Email] > > Am 30.04.19 um 13:12 schrieb Sahu, Satyajit: >> On 4/30/2019 4:29 PM, Christian König wrote: >>> [CAUTION: External Email] >>> >>> Am 30.04.19 um 12:51 schrieb Sahu, Satyajit: &

Re: [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Sahu, Satyajit
On 4/30/2019 4:29 PM, Christian König wrote: > [CAUTION: External Email] > > Am 30.04.19 um 12:51 schrieb Sahu, Satyajit: >> Query the max uvd handles and used uvd handles. > > NAK, please use the generic amdgpu_query_info() function for this. > > Regar

[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