Displaying 2 results from an estimated 2 matches for "nouveau_grctx_def".
2011 Dec 28
0
[PATCH] drm/nouveau: move definition of nouveau_grctx to separate file
Avoids conditional definition of grctx build functions, which is hard
for IDE's to handle properly.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
drivers/gpu/drm/nouveau/nouveau_grctx.h | 21 ++-------------------
drivers/gpu/drm/nouveau/nouveau_grctx_def.h | 21 +++++++++++++++++++++
drivers/gpu/drm/nouveau/nv40_graph.c | 2 +-
drivers/gpu/drm/nouveau/nv50_graph.c | 2 +-
4 files changed, 25 insertions(+), 21 deletions(-)
create mode 100644 drivers/gpu/drm/nouveau/nouveau_grctx_def.h
diff --git a/drivers/gpu/drm/nouveau/nouv...
2012 Apr 15
0
[PATCH resend] drm/nouveau: move definition of nouveau_grctx to separate file
Avoids conditional definition of grctx build functions, which is hard
for IDE's to handle properly.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
drivers/gpu/drm/nouveau/nouveau_grctx.h | 21 ++-------------------
drivers/gpu/drm/nouveau/nouveau_grctx_def.h | 21 +++++++++++++++++++++
drivers/gpu/drm/nouveau/nv40_graph.c | 2 +-
drivers/gpu/drm/nouveau/nv50_graph.c | 2 +-
4 files changed, 25 insertions(+), 21 deletions(-)
create mode 100644 drivers/gpu/drm/nouveau/nouveau_grctx_def.h
diff --git a/drivers/gpu/drm/nouveau/nouv...