Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

2021-03-13 Thread David Hildenbrand
> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) : > > [AMD Public Use] > > Hi David, > > Which benchmark tool you prefer? Memtest86+ or else? Hi Leo, I think you want something that runs under Linux natively. I‘m planning on coding up a kernel module to walk all 4MB pages in the freeli

[PATCH] drm/amdgpu: Mark mmhub_v1_7_setup_vm_pt_regs() as static

2021-03-13 Thread Souptick Joarder
Kernel test robot throws below warning -> drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c:56:6: warning: no previous prototype for 'mmhub_v1_7_setup_vm_pt_regs' [-Wmissing-prototypes] Mark mmhub_v1_7_setup_vm_pt_regs() as static. Reported-by: kernel test robot Signed-off-by: Souptick Joarder --- driv

Re: [PATCH 2/2] drm/amd/pm: fix incorrect default power limit in powerplay

2021-03-13 Thread Eric Huang
Please ignore those two patches. I found a mistake and will send new ones for review. Regards, Eric On 2021-03-12 4:03 p.m., Eric Huang wrote: There is no difference betweeen max and default to get power limit in powerplay, adding a new parameter in the funciton fixes it. Signed-off-by: Eric

[PATCH] drm/amd/pm: add a new sysfs entry for default power limit

2021-03-13 Thread Eric Huang
Driver doesn't keep the default bootup power limit and expose it to user. As requested we add it in driver. Signed-off-by: Eric Huang --- .../gpu/drm/amd/include/kgd_pp_interface.h| 3 +- drivers/gpu/drm/amd/pm/amdgpu_pm.c| 53 +-- drivers/gpu/drm/amd/pm/inc/amdg