Re: [PATCH] drm/amdgpu: Print once if RAS unsupported

2022-02-03 Thread Deucher, Alexander
: Tuikov, Luben ; Deucher, Alexander ; Zhang, Hawking ; Clements, John ; Zhou1, Tao ; Chai, Thomas Subject: [PATCH] drm/amdgpu: Print once if RAS unsupported MESA polls for errors every 2-3 seconds. Printing with dev_info() causes the dmesg log to fill up with the same message, e.g, [18028.206676

[PATCH] drm/amdgpu: Print once if RAS unsupported

2022-02-03 Thread Luben Tuikov
MESA polls for errors every 2-3 seconds. Printing with dev_info() causes the dmesg log to fill up with the same message, e.g, [18028.206676] amdgpu :0b:00.0: amdgpu: df doesn't config ras function. Make it dev_info_once(), as it isn't something correctible during boot, so printing just once i