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>
This commit is contained in:
parent
bacbad17fb
commit
a4650ed9bd
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue