[RFC 02/29] nvkm/vgpu: attach to nvkm as a nvkm client

2024-09-29 Thread Zhi Wang
nvkm is a HW abstraction layer(HAL) that initializes the HW and allows its clients to manipulate the GPU functions regardless of the generations of GPU HW. On the top layer, it provides generic APIs for a client to connect to NVKM, enumerate the GPU functions, and manipulate the GPU HW. To reach n

Re: [RFC 02/29] nvkm/vgpu: attach to nvkm as a nvkm client

2024-09-26 Thread Greg KH
On Sun, Sep 22, 2024 at 05:49:24AM -0700, Zhi Wang wrote: > nvkm is a HW abstraction layer(HAL) that initializes the HW and > allows its clients to manipulate the GPU functions regardless of the > generations of GPU HW. On the top layer, it provides generic APIs for a > client to connect to NVKM, e