Re: [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Koenig, Christian
Am 30.04.19 um 14:03 schrieb 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, Sa

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: Query the max uvd handles and used uvd h

Re: [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Christian König
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: Query the max uvd handles and used uvd handles. NAK, please use the generic amdgpu_query_info() function for this. Regards, Christi

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. > > Regards, > Christian. Currently amdgpu_query_info

Re: [PATCH] amdgpu: Query uvd handles info

2019-04-30 Thread Christian König
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. Regards, Christian. Signed-off-by: Satyajit Sahu --- amdgpu/amdgpu.h | 14 ++ amdgpu/amdgpu_gpu_info.c | 1

[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