RE: [PATCH 10/10] drm/amdgpu: add gang submit frontend

2022-06-01 Thread Mohan Marimuthu, Yogesh
ase for review first. Thank you, Yogesh -Original Message- From: Koenig, Christian Sent: Wednesday, June 1, 2022 5:42 PM To: Mohan Marimuthu, Yogesh ; Christian König ; amd-gfx@lists.freedesktop.org; Olsak, Marek Subject: Re: [PATCH 10/10] drm/amdgpu: add gang submit frontend

RE: [PATCH 10/10] drm/amdgpu: add gang submit frontend

2022-06-01 Thread Mohan Marimuthu, Yogesh
[AMD Official Use Only - General] -Original Message- From: amd-gfx On Behalf Of Christian König Sent: Thursday, March 3, 2022 1:53 PM To: amd-gfx@lists.freedesktop.org; Olsak, Marek Cc: Koenig, Christian Subject: [PATCH 10/10] drm/amdgpu: add gang submit frontend Allows submitting j

Re: [PATCH] drm/amdgpu: fix radv vulkan fps drop after s3 resume

2021-08-18 Thread Mohan Marimuthu, Yogesh
[Public] [Why] After s3, In radv there is huge fps drop in games. This is because when memory is allocated using radv_amdgpu_winsys_bo_create() with both AMDGPU_GEM_DOMAIN_VRAM and AMDGPU_GEM_DOMAIN_GTT domains set, the kernel memory management after resume fails to move the data back to VRAM. In

[PATCH] drm/amdgpu: fix radv vulkan fps drop after s3 resume

2021-08-17 Thread Mohan Marimuthu, Yogesh
[Public] [Why] After s3, In radv there is huge fps drop in games. This is because when memory is allocated using radv_amdgpu_winsys_bo_create() with both AMDGPU_GEM_DOMAIN_VRAM and AMDGPU_GEM_DOMAIN_GTT domains set, the kernel memory management after resume fails to move the data back to VRAM. In

[PATCH] drm/amdgpu: sort probed modes before adding common modes

2019-05-23 Thread Mohan Marimuthu, Yogesh
[Why] There are monitors which can have more than one preferred mode set. There are chances in these monitors that if common modes are added in function amdgpu_dm_connector_add_common_modes(), these common modes can be calculated with different preferred mode than the one used in function decide_cr