Re: [PATCH] drm/amdkfd: Get unique_id dynamically v2

2021-02-03 Thread Felix Kuehling
Am 2021-02-03 um 1:47 p.m. schrieb Kent Russell: > Instead of caching the value during amdgpu_device_init, just call the > function directly. This avoids issues where the unique_id hasn't been > saved by the time that KFD's topology snapshot is done (e.g. Arcturus). > > KFD's topology information

[PATCH] drm/amdkfd: Get unique_id dynamically v2

2021-02-03 Thread Kent Russell
Instead of caching the value during amdgpu_device_init, just call the function directly. This avoids issues where the unique_id hasn't been saved by the time that KFD's topology snapshot is done (e.g. Arcturus). KFD's topology information from the amdgpu_device was initially cached at KFD

[PATCH] drm/amdkfd: Get unique_id dynamically

2021-02-03 Thread Kent Russell
Instead of caching the value during amdgpu_device_init, just call the function directly. This avoids issues where the unique_id hasn't been saved by the time that KFD's topology snapshot is done (e.g. Arcturus). KFD's topology information from the amdgpu_device was initially cached at KFD