[PATCH] drm/nvc0-/ltcg: fix ltcg memory initialization after suspend

2013-08-14 Thread Maarten Lankhorst
Some registers were not initialized in init, this causes them to be uninitialized after suspend. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/nouveau/core/subdev/ltcg/nvc0.c | 35 ++--- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/nou

[PATCH] drm/nvc0-/ltcg: fix ltcg memory initialization after suspend

2013-08-14 Thread Maarten Lankhorst
Some registers were not initialized in init, this causes them to be uninitialized after suspend. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/nouveau/core/subdev/ltcg/nvc0.c | 35 ++--- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/nou