Re: [PATCH 5/5] drm/amdgpu:schedule vce/vcn encode based on priority

2021-08-26 Thread Sahu, Satyajit
On 8/26/2021 5:31 PM, Lazar, Lijo wrote: On 8/26/2021 12:43 PM, Satyajit Sahu wrote: Schedule the encode job in VCE/VCN encode ring based on the priority set by UMD. Signed-off-by: Satyajit Sahu ---   drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 30 +   1 file changed,

Re: [PATCH 2/5] drm/amdgpu/vcn:set vcn encode ring priority level

2021-08-26 Thread Sahu, Satyajit
On 8/26/2021 6:06 PM, Sharma, Shashank wrote: On 8/26/2021 6:04 PM, Christian König wrote: Am 26.08.21 um 14:31 schrieb Sharma, Shashank: On 8/26/2021 5:54 PM, Christian König wrote: Am 26.08.21 um 13:32 schrieb Sharma, Shashank: Hi Satyajit, On 8/26/2021 12:43 PM, Satyajit Sahu wrote:

Re: [PATCH 1/5] drm/amdgpu/vce:set vce ring priority level

2021-08-26 Thread Sahu, Satyajit
On 8/26/2021 1:49 PM, Christian König wrote: Am 26.08.21 um 09:13 schrieb Satyajit Sahu: There are multiple rings available in VCE. Map each ring to different priority. Signed-off-by: Satyajit Sahu ---   drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 14 ++   drivers/gpu/drm/amd/amdg

Re: [PATCH] drm/amdgpu/vcn:enable priority queues for encoder

2021-08-10 Thread Sahu, Satyajit
On 8/10/2021 6:12 PM, Das, Nirmoy wrote: On 8/10/2021 11:38 AM, Sahu, Satyajit wrote: On 8/10/2021 2:01 PM, Das, Nirmoy wrote: On 8/10/2021 9:09 AM, Satyajit Sahu wrote: VCN and VCE support multiple queues with different priority. Use differnt encoder queue based on the priority set by

Re: [PATCH] drm/amdgpu/vcn:enable priority queues for encoder

2021-08-10 Thread Sahu, Satyajit
On 8/10/2021 2:01 PM, Das, Nirmoy wrote: On 8/10/2021 9:09 AM, Satyajit Sahu wrote: VCN and VCE support multiple queues with different priority. Use differnt encoder queue based on the priority set by UMD. Signed-off-by: Satyajit Sahu ---   drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c   | 35 +++

[PATCH] drm/amd/powerplay: get the temperature on CZ

2017-10-06 Thread Sahu, Satyajit
From: Satyajit Sahu Setting the function pointer to the get the temperature on CZ. Change-Id: I1f368649a68669f3aa6988ce496b6c9a90916355 Signed-off-by: Satyajit Sahu --- drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/powerp