[PATCH] drm/amdgpu: remove redundant enable_mes/enable_mes_kiq setting

2022-06-11 Thread Yifan Zhang
enable_mes and enable_mes_kiq are set in both device init and MES IP init. Leave the ones in MES IP init, since it is a more accurate way to judge from GC IP version. Signed-off-by: Yifan Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 1 file changed, 8 deletions(-) diff

Re: [PATCH 2/2] drm/amdgpu/vcn: support unified queue only in vcn4

2022-06-11 Thread Leo Liu
The series are: Acked-by: Leo Liu On 2022-06-07 14:36, Ruijing Dong wrote: - remove multiple queue support. - add unified queue related functions. Signed-off-by: Ruijing Dong --- drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 563 +++--- 1 file changed, 140 insertions(+),

Re: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-06-11 Thread Mike Lothian
Thanks for finding this I'll have access to my machine on Monday and will close those issues off once I've tested things Cheers Mike On Sat, 11 Jun 2022, 09:19 Christian König, < ckoenig.leichtzumer...@gmail.com> wrote: > Am 10.06.22 um 15:54 schrieb Michel Dänzer: > > From: Michel Dänzer >

Re: [PATCH 03/13] mm: shmem: provide oom badness for shmem files

2022-06-11 Thread Christian König
Am 10.06.22 um 16:16 schrieb Michal Hocko: [...] The primary question is whether it actually helps much or what kind of scenarios it can help with and whether we can actually do better for those. Well, it does help massively with a standard Linux desktop and GPU workloads (e.g. games). See

Re: [PATCH] drm/amdgpu: Fix GTT size reporting in amdgpu_ioctl

2022-06-11 Thread Christian König
Am 10.06.22 um 15:54 schrieb Michel Dänzer: From: Michel Dänzer The commit below changed the TTM manager size unit from pages to bytes, but failed to adjust the corresponding calculations in amdgpu_ioctl. Fixes: dfa714b88eb0 ("drm/amdgpu: remove GTT accounting v2") Bug: