search for: nv04_bus_intr

Displaying 4 results from an estimated 4 matches for "nv04_bus_intr".

2019 May 03
2
[PATCH] gpu/drm: Remove duplicate headers
...v/bus/nv04.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c index c80b967..2b44ba5 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c @@ -26,8 +26,6 @@ #include <subdev/gpio.h> -#include <subdev/gpio.h> - static void nv04_bus_intr(struct nvkm_bus *bus) { diff --git a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c index 2c9c972..cacf2e0 100644 --- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c +++ b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c @...
2019 May 06
0
[PATCH] gpu/drm: Remove duplicate headers
...nv04.c > index c80b967..2b44ba5 100644 > --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c > +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c > @@ -26,8 +26,6 @@ > > #include <subdev/gpio.h> > > -#include <subdev/gpio.h> > - > static void > nv04_bus_intr(struct nvkm_bus *bus) > { > diff --git a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c > index 2c9c972..cacf2e0 100644 > --- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c > +++ b/drivers/gpu/drm/panel/panel-ra...
2019 May 07
1
[PATCH] gpu/drm: Remove duplicate headers
...; --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c > > +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c > > @@ -26,8 +26,6 @@ > > > > #include <subdev/gpio.h> > > > > -#include <subdev/gpio.h> > > - > > static void > > nv04_bus_intr(struct nvkm_bus *bus) > > { > > diff --git a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c > > index 2c9c972..cacf2e0 100644 > > --- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c > > +++ b/drive...
2017 Dec 16
0
[PATCH 04/45] gpu: drm: remove duplicate includes
...v/bus/nv04.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c index c80b967..2b44ba5 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c @@ -26,8 +26,6 @@ #include <subdev/gpio.h> -#include <subdev/gpio.h> - static void nv04_bus_intr(struct nvkm_bus *bus) { diff --git a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c index 890fd6f..b9afb13 100644 --- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c +++ b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c @...