/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | driver.c | 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
H A D | Kbuild | diff 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
H A D | client.c | diff 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | if0000.h | diff 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
H A D | driver.h | diff 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
H A D | client.h | diff 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | client.c | diff 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | client.h | diff 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | diff 04b8867758a4e1fca9d349f4a279fff8855db58c Sun May 22 12:35:16 CEST 2016 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients.
To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing.
Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|