aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/pm
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2015-07-26 11:30:07 +0200
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:40:03 +1000
commita4650ed9bd6564b5135ccebf8a5b108ed16abbac (patch)
tree358a368de8d8a378069e3e63c8a98880589088cd /drivers/gpu/drm/nouveau/nvkm/engine/pm
parentbacbad17fbc636125bf472240860a58a54ad62db (diff)
drm/nouveau/pm/nv50: fix wrong addr for ZCULL source on G80:GT215
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/pm')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/pm/nv50.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/pm/nv50.c b/drivers/gpu/drm/nouveau/nvkm/engine/pm/nv50.c
index a778bc738ffc..14d474ba8c9b 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/pm/nv50.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/pm/nv50.c
@@ -34,7 +34,7 @@ nv50_prop_sources[] = {
const struct nvkm_specsrc
nv50_zcull_sources[] = {
- { 0x4002ca4, (const struct nvkm_specmux[]) {
+ { 0x402ca4, (const struct nvkm_specmux[]) {
{ 0x7fff, 0, "unk0" },
{}
}, "pgraph_zcull_pm_unka4" },