[AMD Official Use Only - Internal Distribution Only]
Reviewed-by: Hawking Zhang
Regards,
Hawking
-Original Message-
From: Wang, Kevin(Yang)
Sent: Thursday, May 7, 2020 17:57
To: amd-gfx@lists.freedesktop.org
Cc: Zhang, Hawking ; Deucher, Alexander
; Liu, Monk ; Feng, Kenneth
; Wang,
Hi Sasha,
I disagree with this. Bumping the driver version will have implications on
other new features, because it's like an ABI barrier exposing new
functionality.
Marek
On Thu, May 7, 2020 at 10:28 AM Sasha Levin wrote:
> From: Marek Olšák
>
> [ Upstream commit 9017a4897a20658f010bebea8252
Return statements in functions returning bool should use
true/false instead of 1/0.
drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c:40:9-10:
WARNING: return of 0/1 in function 'event_interrupt_isr_v9' with return type
bool
Generated by: scripts/coccinelle/misc/boolreturn.cocci
Signed-off-by: Ai
On Mon, May 18, 2020 at 3:31 AM Christian König
wrote:
>
> Am 15.05.20 um 20:31 schrieb Alex Deucher:
> > Add some APU flags to simplify handling of different APU
> > variants. It's easier to understand the special cases
> > if we use names flags rather than checking device ids and
> > silicon re
On Sun, May 17, 2020 at 5:25 PM Javad Karabi wrote:
>
> hmm, actually upon digging deeper, it looks like the latest
> linux-firmware doesnt have navi10_mes.bin.
> if i understand correctly, the rx 5600 xt is navi10, right?
> navi10_mes.bin is one of the firmware files that update-initramfs is
> sa
From: Likun Gao
Only ras supportted need to set MP1 state to prepare for unload before
reloading SMU FW.
Signed-off-by: Likun Gao
Change-Id: I9e49b3f13aa613393381fe15b6b060665026078a
---
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
Under xgmi setup,some sysfs fail to create for the second time of kmd
driver loading. It's due to sysfs nodes are not removed appropriately
in the last unlod time.
Changes of this patch:
1. remove sysfs for dev_attr_xgmi_error
2. remove sysfs_link adev->dev->kobj with target name.
And it only n
Am 15.05.20 um 20:31 schrieb Alex Deucher:
Add some APU flags to simplify handling of different APU
variants. It's easier to understand the special cases
if we use names flags rather than checking device ids and
silicon revisions.
Wouldn't it be easier and cleaner to add CHIP_RAVEN2 and CHIP_P
Am 18.05.20 um 06:44 schrieb Jack Zhang:
Under xgmi setup,some sysfs fail to create for the second time of kmd
driver loading. It's due to sysfs nodes are not removed appropriately
in the last unlod time.
Changes of this patch:
1. remove sysfs for dev_attr_xgmi_error
2. remove sysfs_link adev->d