Displaying 8 results from an estimated 8 matches for "cl826e".
2015 Nov 26
0
[libdrm 09/13] nouveau: import and install a selection of nvif headers from the kernel
...#define NV17_CHANNEL_DMA /* cl506b.h */ 0x0000176e
+#define NV40_CHANNEL_DMA /* cl506b.h */ 0x0000406e
+#define NV50_CHANNEL_DMA /* cl506e.h */ 0x0000506e
+#define G82_CHANNEL_DMA /* cl826e.h */ 0x0000826e
+
+#define NV50_CHANNEL_GPFIFO /* cl506f.h */ 0x0000506f
+#define G82_CHANNEL_GPFIFO /* cl826f.h */ 0x0000826f
+#define FERMI_CHANNEL_GPFIFO /* cl906f.h */ 0x0000906f
+#define KEPLER_CHANNEL_GPFIFO_A...
2018 Jan 11
3
[PATCH 0/3] drm/nouveau: Add support for fence FDs
From: Thierry Reding <treding at nvidia.com>
This small series of patches implements support for waiting on and
emitting fence FDs on kickoff. This enables explicit fencing and can be
used for example to synchronize buffer accesses between the display
engine and the GPU on Tegra.
The first patch lays the groundwork by splitting up nouveau_fence_sync()
to allow reuse. Patch 2 is where the
2019 May 19
5
[PATCH v1 0/4] drm/nouveau: drop use of drmP.h
The following patchset remove use of the deprecated drmP.h
header file in the nouveau driver(s).
As preparation a dependency on drm_os_linux.h is dropped.
The list of include files are sorted and are in some cases
divided up in blocks of linux/* drm/* etc.
The removal is divided up in a few patches that was the logical
steps to remove the use of drmP.h.
Build tested with allmodconfig and
2018 Sep 09
2
[Bug 107874] New: Incorrect SPDX-License-Identifier on various nouveau drm kernel source files?
...a.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cl507b.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cl507c.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cl507d.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cl507e.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cl826e.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cl826f.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cl906f.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cl9097.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/cla06f.h:/* SPDX-License-Identifier: GPL-2.0 */
include/nvif/c...
2019 Jun 20
2
[PATCH] drm/nouveau: fix bogus GPL-2 license header
...nclude/nvif/cl507b.h | 2 +-
drivers/gpu/drm/nouveau/include/nvif/cl507c.h | 2 +-
drivers/gpu/drm/nouveau/include/nvif/cl507d.h | 2 +-
drivers/gpu/drm/nouveau/include/nvif/cl507e.h | 2 +-
drivers/gpu/drm/nouveau/include/nvif/cl826e.h | 2 +-
drivers/gpu/drm/nouveau/include/nvif/cl826f.h | 2 +-
drivers/gpu/drm/nouveau/include/nvif/cl906f.h | 2 +-
drivers/gpu/drm/nouveau/include/nvif/cl9097.h | 2 +-
drivers/gpu/drm/nouveau/include/nvif/cla06f.h...
2015 Dec 16
16
[libdrm v3 01/14] nouveau: import and install a selection of nvif headers from the kernel
...#define NV17_CHANNEL_DMA /* cl506b.h */ 0x0000176e
+#define NV40_CHANNEL_DMA /* cl506b.h */ 0x0000406e
+#define NV50_CHANNEL_DMA /* cl506e.h */ 0x0000506e
+#define G82_CHANNEL_DMA /* cl826e.h */ 0x0000826e
+
+#define NV50_CHANNEL_GPFIFO /* cl506f.h */ 0x0000506f
+#define G82_CHANNEL_GPFIFO /* cl826f.h */ 0x0000826f
+#define FERMI_CHANNEL_GPFIFO /* cl906f.h */ 0x0000906f
+#define KEPLER_CHANNEL_GPFIFO_A...
2015 Nov 27
14
[libdrm v2 01/14] nouveau: import and install a selection of nvif headers from the kernel
...#define NV17_CHANNEL_DMA /* cl506b.h */ 0x0000176e
+#define NV40_CHANNEL_DMA /* cl506b.h */ 0x0000406e
+#define NV50_CHANNEL_DMA /* cl506e.h */ 0x0000506e
+#define G82_CHANNEL_DMA /* cl826e.h */ 0x0000826e
+
+#define NV50_CHANNEL_GPFIFO /* cl506f.h */ 0x0000506f
+#define G82_CHANNEL_GPFIFO /* cl826f.h */ 0x0000826f
+#define FERMI_CHANNEL_GPFIFO /* cl906f.h */ 0x0000906f
+#define KEPLER_CHANNEL_GPFIFO_A...
2015 Nov 26
18
[libdrm 01/13] nouveau: move more abi16-specific logic into abi16.c
From: Ben Skeggs <bskeggs at redhat.com>
Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
---
nouveau/abi16.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
nouveau/nouveau.c | 56 +++++++------------------------------------------
nouveau/private.h | 7 ++-----
3 files changed, 67 insertions(+), 58 deletions(-)
diff --git a/nouveau/abi16.c b/nouveau/abi16.c
index