search for: intr_map

Displaying 17 results from an estimated 17 matches for "intr_map".

2013 Aug 28
3
[PATCH 6/6] drm/nouveau: use MSI interrupts
...2cd20..ce6569f 100644 > --- a/drivers/gpu/drm/nouveau/core/include/subdev/mc.h > +++ b/drivers/gpu/drm/nouveau/core/include/subdev/mc.h > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { > struct nouveau_mc { > struct nouveau_subdev base; > const struct nouveau_mc_intr *intr_map; > + bool use_msi; > }; > > static inline struct nouveau_mc * > diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c > index ec9cd6f..02b337e 100644 > --- a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c > +++ b/dr...
2013 Aug 28
0
[PATCH 6/6] drm/nouveau: use MSI interrupts
.../nouveau/core/include/subdev/mc.h index 9d2cd20..ce6569f 100644 --- a/drivers/gpu/drm/nouveau/core/include/subdev/mc.h +++ b/drivers/gpu/drm/nouveau/core/include/subdev/mc.h @@ -12,6 +12,7 @@ struct nouveau_mc_intr { struct nouveau_mc { struct nouveau_subdev base; const struct nouveau_mc_intr *intr_map; + bool use_msi; }; static inline struct nouveau_mc * diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c index ec9cd6f..02b337e 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c +++ b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c...
2013 Aug 28
0
[PATCH 6/6] drm/nouveau: use MSI interrupts
...; --- a/drivers/gpu/drm/nouveau/core/include/subdev/mc.h > > +++ b/drivers/gpu/drm/nouveau/core/include/subdev/mc.h > > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { > > struct nouveau_mc { > > struct nouveau_subdev base; > > const struct nouveau_mc_intr *intr_map; > > + bool use_msi; > > }; > > > > static inline struct nouveau_mc * > > diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c > > index ec9cd6f..02b337e 100644 > > --- a/drivers/gpu/drm/nouveau/...
2013 Aug 28
11
[PATCH 0/6] Nouveau on ARM fixes
This is the first set of patches to make Nouveau work on Tegra. Those are only the obvious correctness fixes, a lot of optimization work remains to be done, but at least it's enough to get accel working and let the machine survive a piglit run. A new BO flag is introduced to allow userspace to hint the kernel about possible optimizations. Lucas Stach (6): drm/ttm: recognize ARM arch in
2013 Aug 28
2
[PATCH 6/6] drm/nouveau: use MSI interrupts
...drm/nouveau/core/include/subdev/mc.h >> > +++ b/drivers/gpu/drm/nouveau/core/include/subdev/mc.h >> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >> > struct nouveau_mc { >> > struct nouveau_subdev base; >> > const struct nouveau_mc_intr *intr_map; >> > + bool use_msi; >> > }; >> > >> > static inline struct nouveau_mc * >> > diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c >> > index ec9cd6f..02b337e 100644 >> > --...
2013 Aug 29
0
[PATCH 6/6] drm/nouveau: use MSI interrupts
...lude/subdev/mc.h >>> > +++ b/drivers/gpu/drm/nouveau/core/include/subdev/mc.h >>> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>> > struct nouveau_mc { >>> > struct nouveau_subdev base; >>> > const struct nouveau_mc_intr *intr_map; >>> > + bool use_msi; >>> > }; >>> > >>> > static inline struct nouveau_mc * >>> > diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c >>> > index ec9cd6f..02b337e...
2013 Aug 29
2
[PATCH 6/6] drm/nouveau: use MSI interrupts
...;>>> > +++ b/drivers/gpu/drm/nouveau/core/include/subdev/mc.h >>>> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>>> > struct nouveau_mc { >>>> > struct nouveau_subdev base; >>>> > const struct nouveau_mc_intr *intr_map; >>>> > + bool use_msi; >>>> > }; >>>> > >>>> > static inline struct nouveau_mc * >>>> > diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c >>>> &gt...
2013 Aug 29
2
[PATCH 6/6] drm/nouveau: use MSI interrupts
.../gpu/drm/nouveau/core/include/subdev/mc.h >>>>>> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>>>>> > struct nouveau_mc { >>>>>> > struct nouveau_subdev base; >>>>>> > const struct nouveau_mc_intr *intr_map; >>>>>> > + bool use_msi; >>>>>> > }; >>>>>> > >>>>>> > static inline struct nouveau_mc * >>>>>> > diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/co...
2013 Aug 30
3
[PATCH 6/6] drm/nouveau: use MSI interrupts
...bdev/mc.h >>>>>>>> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>>>>>>> > struct nouveau_mc { >>>>>>>> > struct nouveau_subdev base; >>>>>>>> > const struct nouveau_mc_intr *intr_map; >>>>>>>> > + bool use_msi; >>>>>>>> > }; >>>>>>>> > >>>>>>>> > static inline struct nouveau_mc * >>>>>>>> > diff --git a/drivers/gpu/drm/nouveau/core/subde...
2013 Aug 30
2
[PATCH 6/6] drm/nouveau: use MSI interrupts
...t;>>>> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>>>>>>>>> > struct nouveau_mc { >>>>>>>>>> > struct nouveau_subdev base; >>>>>>>>>> > const struct nouveau_mc_intr *intr_map; >>>>>>>>>> > + bool use_msi; >>>>>>>>>> > }; >>>>>>>>>> > >>>>>>>>>> > static inline struct nouveau_mc * >>>>>>>>>> > diff --...
2013 Aug 29
0
[PATCH 6/6] drm/nouveau: use MSI interrupts
...t; +++ b/drivers/gpu/drm/nouveau/core/include/subdev/mc.h >>>>> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>>>> > struct nouveau_mc { >>>>> > struct nouveau_subdev base; >>>>> > const struct nouveau_mc_intr *intr_map; >>>>> > + bool use_msi; >>>>> > }; >>>>> > >>>>> > static inline struct nouveau_mc * >>>>> > diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/drivers/gpu/drm/nouveau/core/subdev/mc/base.c...
2013 Aug 30
2
[PATCH 6/6] drm/nouveau: use MSI interrupts
...-12,6 +12,7 @@ struct nouveau_mc_intr { > >>>>>>>>>>> > struct nouveau_mc { > >>>>>>>>>>> > struct nouveau_subdev base; > >>>>>>>>>>> > const struct nouveau_mc_intr *intr_map; > >>>>>>>>>>> > + bool use_msi; > >>>>>>>>>>> > }; > >>>>>>>>>>> > > >>>>>>>>>>> > static inline struct nouveau_mc * > >>>...
2013 Aug 29
0
[PATCH 6/6] drm/nouveau: use MSI interrupts
.../core/include/subdev/mc.h >>>>>>> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>>>>>> > struct nouveau_mc { >>>>>>> > struct nouveau_subdev base; >>>>>>> > const struct nouveau_mc_intr *intr_map; >>>>>>> > + bool use_msi; >>>>>>> > }; >>>>>>> > >>>>>>> > static inline struct nouveau_mc * >>>>>>> > diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/driver...
2013 Aug 30
0
[PATCH 6/6] drm/nouveau: use MSI interrupts
...t;>>>>>>> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>>>>>>>> > struct nouveau_mc { >>>>>>>>> > struct nouveau_subdev base; >>>>>>>>> > const struct nouveau_mc_intr *intr_map; >>>>>>>>> > + bool use_msi; >>>>>>>>> > }; >>>>>>>>> > >>>>>>>>> > static inline struct nouveau_mc * >>>>>>>>> > diff --git a/drivers/gpu/dr...
2013 Aug 30
0
[PATCH 6/6] drm/nouveau: use MSI interrupts
...t;> > @@ -12,6 +12,7 @@ struct nouveau_mc_intr { >>>>>>>>>>> > struct nouveau_mc { >>>>>>>>>>> > struct nouveau_subdev base; >>>>>>>>>>> > const struct nouveau_mc_intr *intr_map; >>>>>>>>>>> > + bool use_msi; >>>>>>>>>>> > }; >>>>>>>>>>> > >>>>>>>>>>> > static inline struct nouveau_mc * >>>>>>>>>&...
2013 Sep 04
0
[PATCH 6/6] drm/nouveau: use MSI interrupts
...@@ struct nouveau_mc_intr { >> >>>>>>>>>>> > struct nouveau_mc { >> >>>>>>>>>>> > struct nouveau_subdev base; >> >>>>>>>>>>> > const struct nouveau_mc_intr *intr_map; >> >>>>>>>>>>> > + bool use_msi; >> >>>>>>>>>>> > }; >> >>>>>>>>>>> > >> >>>>>>>>>>> > static inline struct nouveau_mc * &...
2013 Sep 30
1
[PATCH 6/6] drm/nouveau: use MSI interrupts
...nouveau_mc_intr { >>>>>>>>>>>>>>> struct nouveau_mc { >>>>>>>>>>>>>>> struct nouveau_subdev base; >>>>>>>>>>>>>>> const struct nouveau_mc_intr *intr_map; >>>>>>>>>>>>>>> + bool use_msi; >>>>>>>>>>>>>>> }; >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> static inline struct nouv...