Re: [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource

2023-08-14 Thread Lazar, Lijo
-- *From:* amd-gfx on behalf of James Zhu *Sent:* Saturday, August 12, 2023 2:36:27 AM *To:* amd-gfx@lists.freedesktop.org *Cc:* Lin, Amber ; Zhu, James ; Kasiviswanathan, Harish ; Koenig, Christian *Subject:* [PATCH v3] drm/amdgpu: skip xcp drm de

Re: [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource

2023-08-14 Thread James Zhu
freedesktop.org *Cc:* Lin, Amber ; Zhu, James ; Kasiviswanathan, Harish ; Koenig, Christian *Subject:* [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource Return 0 when drm device alloc failed with -ENOSPC in order to  allow amdgpu drive loading. But the xcp without drm device

Re: [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource

2023-08-12 Thread Lazar, Lijo
*Subject:* [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource Return 0 when drm device alloc failed with -ENOSPC in order to  allow amdgpu drive loading. But the xcp without drm device node assigned won't be visiable in user space. This helps amdgpu driver loading

Re: [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource

2023-08-12 Thread James Zhu
TCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource Return 0 when drm device alloc failed with -ENOSPC in order to  allow amdgpu drive loading. But the xcp without drm device node assigned won't be visiable in user space. This helps amdgpu driver loading on system which

Re: [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource

2023-08-11 Thread Lazar, Lijo
; Zhu, James ; Kasiviswanathan, Harish ; Koenig, Christian Subject: [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource Return 0 when drm device alloc failed with -ENOSPC in order to allow amdgpu drive loading. But the xcp without drm device node assigned won't

Re: [PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource

2023-08-11 Thread Felix Kuehling
On 2023-08-11 17:06, James Zhu wrote: Return 0 when drm device alloc failed with -ENOSPC in order to allow amdgpu drive loading. But the xcp without drm device node assigned won't be visiable in user space. This helps amdgpu driver loading on system which has more than 64 nodes, the current limi

[PATCH v3] drm/amdgpu: skip xcp drm device allocation when out of drm resource

2023-08-11 Thread James Zhu
Return 0 when drm device alloc failed with -ENOSPC in order to allow amdgpu drive loading. But the xcp without drm device node assigned won't be visiable in user space. This helps amdgpu driver loading on system which has more than 64 nodes, the current limitation. The proposal to add more drm no