Displaying 7 results from an estimated 7 matches for "__nvkm_disp_h__".
2020 Sep 23
3
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...ivers/gpu/drm/nouveau/include/nvkm/engine/disp.h
> > @@ -1,22 +1,57 @@
> > /* SPDX-License-Identifier: MIT */
> > +
> > +/**
> > + * DOC: Overview
> > + *
> > + * Interfaces for working with the display engine.
> > + */
> > +
> > #ifndef __NVKM_DISP_H__
> > #define __NVKM_DISP_H__
> > +
> > +/**
> > + * nvkm_disp() - Get a &struct nvkm_disp from a &struct nvkm_engine.
> > + *
> > + * @p: A &struct nvkm_engine reference.
> > + *
> > + * Return: The &struct nvkm_disp that contains the...
2020 Sep 23
0
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...gt; > > @@ -1,22 +1,57 @@
> > > /* SPDX-License-Identifier: MIT */
> > > +
> > > +/**
> > > + * DOC: Overview
> > > + *
> > > + * Interfaces for working with the display engine.
> > > + */
> > > +
> > > #ifndef __NVKM_DISP_H__
> > > #define __NVKM_DISP_H__
> > > +
> > > +/**
> > > + * nvkm_disp() - Get a &struct nvkm_disp from a &struct nvkm_engine.
> > > + *
> > > + * @p: A &struct nvkm_engine reference.
> > > + *
> > > + * Return: The...
2020 Sep 24
0
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...icense-Identifier: MIT */
> >>>> +
> >>>> +/**
> >>>> + * DOC: Overview
> >>>> + *
> >>>> + * Interfaces for working with the display engine.
> >>>> + */
> >>>> +
> >>>> #ifndef __NVKM_DISP_H__
> >>>> #define __NVKM_DISP_H__
> >>>> +
> >>>> +/**
> >>>> + * nvkm_disp() - Get a &struct nvkm_disp from a &struct nvkm_engine.
> >>>> + *
> >>>> + * @p: A &struct nvkm_engine reference.
> &g...
2020 Sep 24
4
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...22 +1,57 @@
>>>> /* SPDX-License-Identifier: MIT */
>>>> +
>>>> +/**
>>>> + * DOC: Overview
>>>> + *
>>>> + * Interfaces for working with the display engine.
>>>> + */
>>>> +
>>>> #ifndef __NVKM_DISP_H__
>>>> #define __NVKM_DISP_H__
>>>> +
>>>> +/**
>>>> + * nvkm_disp() - Get a &struct nvkm_disp from a &struct nvkm_engine.
>>>> + *
>>>> + * @p: A &struct nvkm_engine reference.
>>>> + *
>>>>...
2020 Sep 11
6
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...5a96c942d912..76b90d7ddfc6 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h
@@ -1,22 +1,57 @@
/* SPDX-License-Identifier: MIT */
+
+/**
+ * DOC: Overview
+ *
+ * Interfaces for working with the display engine.
+ */
+
#ifndef __NVKM_DISP_H__
#define __NVKM_DISP_H__
+
+/**
+ * nvkm_disp() - Get a &struct nvkm_disp from a &struct nvkm_engine.
+ *
+ * @p: A &struct nvkm_engine reference.
+ *
+ * Return: The &struct nvkm_disp that contains the given engine.
+ */
#define nvkm_disp(p) container_of((p), struct nvkm_disp, eng...
2020 Sep 23
0
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...m/nouveau/include/nvkm/engine/disp.h
> +++ b/drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h
> @@ -1,22 +1,57 @@
> /* SPDX-License-Identifier: MIT */
> +
> +/**
> + * DOC: Overview
> + *
> + * Interfaces for working with the display engine.
> + */
> +
> #ifndef __NVKM_DISP_H__
> #define __NVKM_DISP_H__
> +
> +/**
> + * nvkm_disp() - Get a &struct nvkm_disp from a &struct nvkm_engine.
> + *
> + * @p: A &struct nvkm_engine reference.
> + *
> + * Return: The &struct nvkm_disp that contains the given engine.
> + */
> #define nv...
2019 Jun 20
2
[PATCH] drm/nouveau: fix bogus GPL-2 license header
...s/gpu/drm/nouveau/include/nvkm/engine/disp.h
index 3026b22d44fb..5a96c942d912 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_DISP_H__
#define __NVKM_DISP_H__
#define nvkm_disp(p) container_of((p), struct nvkm_disp, engine)
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/engine/dma.h b/drivers/gpu/drm/nouveau/include/nvkm/engine/dma.h
index f0c1b2c8c78c..2e12cdb6bb93 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/engine/dma...