search for: oproxy

Displaying 14 results from an estimated 14 matches for "oproxy".

Did you mean: proxy
2019 Sep 23
8
[PATCH 0/8] Add workaround for fixing runpm
...| 2 +- drm/nouveau/include/nvif/client.h | 2 +- drm/nouveau/include/nvif/driver.h | 2 +- drm/nouveau/include/nvkm/core/device.h | 5 ++- drm/nouveau/include/nvkm/core/engine.h | 2 +- drm/nouveau/include/nvkm/core/object.h | 13 ++++++-- drm/nouveau/include/nvkm/core/oproxy.h | 2 +- drm/nouveau/include/nvkm/core/subdev.h | 5 +-- drm/nouveau/include/nvkm/subdev/pci.h | 3 +- drm/nouveau/nouveau_drm.c | 10 +++++- drm/nouveau/nouveau_nvif.c | 6 ++-- drm/nouveau/nvif/client.c | 4 +-- drm/nouveau/nvkm/core/client.c...
2020 Sep 21
4
Call for testing: OpenSSH 8.4
On Mon, 21 Sep 2020 at 09:53, Hisashi T Fujinaka <htodd at twofifty.com> wrote: > OK, NetBSD-current amd64, NetBSD-9-amd64, and NetBSD-9-i386 all pass all > tests. MacOS, well, I always try it but it has problems. What's the problem on OS X? We test on it regularly (El Capitan and High Sierra) and the only problem I'm aware of is that the native libcrypto on High Sierra is
2020 Sep 23
3
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...t; + /** @hpd: An event that fires when something happens I guess. */ > > struct nvkm_event hpd; > > + > > + /** @vblank: An event that fires and has some relation to the vblank. */ > > struct nvkm_event vblank; > > > > + /** @client: The oproxy (?) client for this display. */ > > struct nvkm_oproxy *client; > > }; > > generally not a big fan of "int a; // a is an int" kind of > documentation. But if it would specify constraints or details on how > it's valid to use those fields, then it make...
2020 Sep 23
0
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...t fires when something happens I guess. */ > > > struct nvkm_event hpd; > > > + > > > + /** @vblank: An event that fires and has some relation to the vblank. */ > > > struct nvkm_event vblank; > > > > > > + /** @client: The oproxy (?) client for this display. */ > > > struct nvkm_oproxy *client; > > > }; > > > > generally not a big fan of "int a; // a is an int" kind of > > documentation. But if it would specify constraints or details on how > > it's valid to u...
2020 Sep 24
0
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...gt; >>>> struct nvkm_event hpd; > >>>> + > >>>> + /** @vblank: An event that fires and has some relation to the vblank. */ > >>>> struct nvkm_event vblank; > >>>> > >>>> + /** @client: The oproxy (?) client for this display. */ > >>>> struct nvkm_oproxy *client; > >>>> }; > >>> > >>> generally not a big fan of "int a; // a is an int" kind of > >>> documentation. But if it would specify constraints or deta...
2020 Sep 24
4
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...omething happens I guess. */ >>>> struct nvkm_event hpd; >>>> + >>>> + /** @vblank: An event that fires and has some relation to the vblank. */ >>>> struct nvkm_event vblank; >>>> >>>> + /** @client: The oproxy (?) client for this display. */ >>>> struct nvkm_oproxy *client; >>>> }; >>> >>> generally not a big fan of "int a; // a is an int" kind of >>> documentation. But if it would specify constraints or details on how >>> i...
2020 Sep 11
6
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...conn: List of connectors for this display. */ struct list_head conn; + /** @hpd: An event that fires when something happens I guess. */ struct nvkm_event hpd; + + /** @vblank: An event that fires and has some relation to the vblank. */ struct nvkm_event vblank; + /** @client: The oproxy (?) client for this display. */ struct nvkm_oproxy *client; }; diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c index 22d246acc5e5..c03c18eaee45 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.c +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c @@ -68,27 +6...
2020 Sep 23
0
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...struct list_head conn; > > + /** @hpd: An event that fires when something happens I guess. */ > struct nvkm_event hpd; > + > + /** @vblank: An event that fires and has some relation to the vblank. */ > struct nvkm_event vblank; > > + /** @client: The oproxy (?) client for this display. */ > struct nvkm_oproxy *client; > }; generally not a big fan of "int a; // a is an int" kind of documentation. But if it would specify constraints or details on how it's valid to use those fields, then it makes totally sense to add stuff....
2018 Sep 09
2
[Bug 107874] New: Incorrect SPDX-License-Identifier on various nouveau drm kernel source files?
...dentifier: GPL-2.0 */ include/nvkm/core/memory.h:/* SPDX-License-Identifier: GPL-2.0 */ include/nvkm/core/mm.h:/* SPDX-License-Identifier: GPL-2.0 */ include/nvkm/core/notify.h:/* SPDX-License-Identifier: GPL-2.0 */ include/nvkm/core/object.h:/* SPDX-License-Identifier: GPL-2.0 */ include/nvkm/core/oproxy.h:/* SPDX-License-Identifier: GPL-2.0 */ include/nvkm/core/option.h:/* SPDX-License-Identifier: GPL-2.0 */ include/nvkm/core/os.h:/* SPDX-License-Identifier: GPL-2.0 */ include/nvkm/core/pci.h:/* SPDX-License-Identifier: GPL-2.0 */ include/nvkm/core/ramht.h:/* SPDX-License-Identifier: GPL-2.0 */ in...
2019 Jun 20
2
[PATCH] drm/nouveau: fix bogus GPL-2 license header
...e/nvkm/core/memory.h | 2 +- drivers/gpu/drm/nouveau/include/nvkm/core/mm.h | 2 +- drivers/gpu/drm/nouveau/include/nvkm/core/notify.h | 2 +- drivers/gpu/drm/nouveau/include/nvkm/core/object.h | 2 +- drivers/gpu/drm/nouveau/include/nvkm/core/oproxy.h | 2 +- drivers/gpu/drm/nouveau/include/nvkm/core/option.h | 2 +- drivers/gpu/drm/nouveau/include/nvkm/core/os.h | 2 +- drivers/gpu/drm/nouveau/include/nvkm/core/pci.h | 2 +- drivers/gpu/drm/nouveau/include/nvkm/core/ramht.h...
2016 Oct 11
10
[PATCH 0/8] Secure Boot refactoring
Hi everyone, Apologies for the big patchset. This is a rework of the secure boot code that moves the building of the blob into its own set of source files (and own hooks), making the code more flexible and (hopefully) easier to understand as well. This rework is needed to support more signed firmware for existing and new chips. Since the firmwares in question are not available yet I cannot send
2016 Oct 27
15
[PATCH v2 00/14] Secure Boot refactoring
This is a rework of the secure boot code that moves the building of the blob into its own set of source files (and own hooks), making the code more flexible and (hopefully) easier to understand as well. This rework is needed to support more signed firmware for existing and new chips. Since the firmwares in question are not available yet I cannot send the code to manage then, but hopefully the
2016 Nov 02
15
[PATCH v3 00/15] Secure Boot refactoring
This is a rework of the secure boot code that moves the building of the blob into its own set of source files (and own hooks), making the code more flexible and (hopefully) easier to understand as well. This rework is needed to support more signed firmware for existing and new chips. Since the firmwares in question are not available yet I cannot send the code to manage then, but hopefully the
2016 Nov 21
33
[PATCH v4 0/33] Secure Boot refactoring / signed PMU firmware support for GM20B
This revision includes initial signed PMU firmware support for GM20B (Tegra X1). This PMU code will also be used as a basis for dGPU signed PMU firmware support. With the PMU code, the refactoring of secure boot should also make more sense. ACR (secure boot) support is now separated by the driver version it originates from. This separation allows to run any version of the ACR on any chip,