[PATCH] drm/amd/powerplay: update smu11_driver_if_navi10.h

2020-02-09 Thread Evan Quan
To pair the latest SMU firmwares. Change-Id: I5262c750fa08bc6268b43e3420e110e9ee71ccf6 Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if_navi10.h | 3 ++- drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h | 4 ++-- 2 files changed, 4 insertions(+), 3

RE: [PATCH 3/3] drm/amdgpu/powerplay: fix baco check for vega20

2020-02-09 Thread Quan, Evan
Thanks for the fixes. The series is reviewed-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Friday, February 7, 2020 11:19 PM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH 3/3] drm/amdgpu/powerplay: fix baco check

Re: Power limit OD stopped working for navi10 - broken on previously working commit

2020-02-09 Thread Matt Coffin
Sorry for the followup, but I did finally manage to track this down to a firmware/driver incompatibility and bisected `linux-firmware` to find when it broke. Since the firmware is just binaries, I can't really tell ya what is wrong, but this is the commit where writing to the sysfs interface (and

[PATCH V2] drm/amdgpu: Do not move root PT bo to relocated list

2020-02-09 Thread Pan, Xinhui
hit panic when we update the page tables. <1>[ 122.103290] BUG: kernel NULL pointer dereference, address: 0008 <1>[ 122.103348] #PF: supervisor read access in kernel mode <1>[ 122.103376] #PF: error_code(0x) - not-present page <6>[ 122.103403] PGD 0 P4D 0 <4>[ 122.103421]

Re: [PATCH] drm/amdgpu: Do not move root PT bo to relocated list

2020-02-09 Thread Pan, Xinhui
[AMD Official Use Only - Internal Distribution Only] If so the function name does not match its functionality. From: Christian König Sent: Sunday, February 9, 2020 4:21:13 PM To: Pan, Xinhui ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig,

Re: [PATCH 2/2] drm/amdgpu:/navi10: use the ODCAP enum to index the caps array

2020-02-09 Thread Matt Coffin
On 2/6/20 12:55 PM, Alex Deucher wrote: > Rather than the FEATURE_ID flags. Avoids a possible reading past > the end of the array. Just to make sure I understand, this has been broken the whole time, right, and just happened to be working because we were only using the lower-end values and

Power limit OD stopped working for navi10 - broken on previously working commit

2020-02-09 Thread Matt Coffin
I was doing some benchmarking, and noticed some poor performance, indicating that my overdrive settings were not in place, which they were. hwmon/power1_cap reports the correctly adjusted value after it is written to, and I confirmed with a quick patch that the updated power limit value is

Re: [PATCH] drm/amdgpu: Do not move root PT bo to relocated list

2020-02-09 Thread Christian König
Am 09.02.20 um 03:52 schrieb Pan, Xinhui: hit panic when we update the page tables. <1>[ 122.103290] BUG: kernel NULL pointer dereference, address: 0008 <1>[ 122.103348] #PF: supervisor read access in kernel mode <1>[ 122.103376] #PF: error_code(0x) - not-present page <6>[