Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID

2021-05-19 Thread Nieto, David M
: Wednesday, May 19, 2021 3:58:35 AM To: Nieto, David M ; Alex Deucher ; Gu, JiaWei (Will) Cc: Deng, Emily ; amd-gfx list Subject: Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID Well I don't think generating an UUID in the kernel makes sense in general. What we can do is to expos

Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID

2021-05-19 Thread Christian König
iaWei (Will) *Cc:* amd-gfx list ; Deng, Emily ; Nieto, David M *Subject:* Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID On Mon, May 17, 2021 at 1:54 AM Jiawei Gu wrote: > > Introduce an RFC 4122 compliant UUID for the GPUs derived > from the unique GPU serial number (from Vega10) on

Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID

2021-05-18 Thread Nieto, David M
) Cc: amd-gfx list ; Deng, Emily ; Nieto, David M Subject: Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID On Mon, May 17, 2021 at 1:54 AM Jiawei Gu wrote: > > Introduce an RFC 4122 compliant UUID for the GPUs derived > from the unique GPU serial number (from Vega10) on gpus. >

Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID

2021-05-18 Thread Alex Deucher
On Mon, May 17, 2021 at 1:54 AM Jiawei Gu wrote: > > Introduce an RFC 4122 compliant UUID for the GPUs derived > from the unique GPU serial number (from Vega10) on gpus. > Where this serial number is not available, use a compliant > random UUID. > > For virtualization, the unique ID is passed by t

Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID

2021-05-18 Thread Christian König
David *From:* Christian König *Sent:* Sunday, May 16, 2021 11:52 PM *To:* Gu, JiaWei (Will) ; amd-gfx@lists.freedesktop.org *Cc:* Deng, Emily ; Nieto, David M *Subject:* Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID Am 17.05.21 um 07:54 schrieb Jiawei Gu: > Introduc

Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID

2021-05-17 Thread Nieto, David M
To: Gu, JiaWei (Will) ; amd-gfx@lists.freedesktop.org Cc: Deng, Emily ; Nieto, David M Subject: Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID Am 17.05.21 um 07:54 schrieb Jiawei Gu: > Introduce an RFC 4122 compliant UUID for the GPUs derived > from the unique GPU serial number

Re: [PATCH] drm/amdgpu: Expose rfc4122 compliant UUID

2021-05-16 Thread Christian König
Am 17.05.21 um 07:54 schrieb Jiawei Gu: Introduce an RFC 4122 compliant UUID for the GPUs derived from the unique GPU serial number (from Vega10) on gpus. Where this serial number is not available, use a compliant random UUID. For virtualization, the unique ID is passed by the host driver in the

[PATCH] drm/amdgpu: Expose rfc4122 compliant UUID

2021-05-16 Thread Jiawei Gu
Introduce an RFC 4122 compliant UUID for the GPUs derived from the unique GPU serial number (from Vega10) on gpus. Where this serial number is not available, use a compliant random UUID. For virtualization, the unique ID is passed by the host driver in the PF2VF structure. Signed-off-by: Jiawei G