RE: [PATCH] drm/amdgpu: Report firmware versions with sysfs v2

2019-05-14 Thread Russell, Kent
, Kent ; Messinger, Ori ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu: Report firmware versions with sysfs v2 [CAUTION: External Email] I don't claim that I understand all of the internals of fw version handling, but this looks really nice to me from a kernel perspective. Feel free

Re: [PATCH] drm/amdgpu: Report firmware versions with sysfs v2

2019-05-14 Thread Christian König
an RB from Christian now that we're moving them into a subfolder. Kent -Original Message- From: amd-gfx On Behalf Of Messinger, Ori Sent: Thursday, May 9, 2019 4:35 PM To: amd-gfx@lists.freedesktop.org Cc: Messinger, Ori Subject: [PATCH] drm/amdgpu: Report firmware versions with sysfs v2

RE: [PATCH] drm/amdgpu: Report firmware versions with sysfs v2

2019-05-14 Thread Russell, Kent
/amdgpu: Report firmware versions with sysfs v2 [CAUTION: External Email] Firmware versions can be found as separate sysfs files at: /sys/class/drm/cardX/device/fw_version (where X is the card number) The firmware versions are displayed in hexadecimal. v2: Moved sysfs files to subfolder Change-Id

[PATCH] drm/amdgpu: Report firmware versions with sysfs v2

2019-05-09 Thread Messinger, Ori
Firmware versions can be found as separate sysfs files at: /sys/class/drm/cardX/device/fw_version (where X is the card number) The firmware versions are displayed in hexadecimal. v2: Moved sysfs files to subfolder Change-Id: I10cae4c0ca6f1b6a9ced07da143426e1d011e203 Signed-off-by: Ori Messinger