Displaying 1 result from an estimated 1 matches for "5c8a63d".
Did you mean:
098a63d
2013 Dec 20
0
[PATCH] drm/nouveau: Fix mthd data submission
....
Signed-off-by: Kelly Doran <kel.p.doran at gmail.com>
---
drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c b/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c
index 434bb4b..5c8a63d 100644
--- a/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c
+++ b/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c
@@ -334,7 +334,7 @@ nvc0_graph_mthd(struct nvc0_graph_priv *priv, struct nvc0_graph_mthd *mthds)
while ((mthd = &mthds[i++]) && (init = mthd->init)) {
u32 addr =...