diff options
author | Roy Spliet <rspliet@eclipso.eu> | 2014-10-02 18:01:50 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-12-02 15:37:20 +1000 |
commit | 14e3daff8b2470f021efd3fe15768fe4e6598ad3 (patch) | |
tree | 83839c19c5b8a729d8a768e3c353a888fc785028 /nvkm/include/subdev/bios | |
parent | 0d4377af6b4914c9df32e640b93896be6aeb2f5f (diff) | |
download | nouveau-14e3daff8b2470f021efd3fe15768fe4e6598ad3.tar.gz |
bios/ramcfg: 10_02_40 -> DLLoff
Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvkm/include/subdev/bios')
-rw-r--r-- | nvkm/include/subdev/bios/ramcfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvkm/include/subdev/bios/ramcfg.h b/nvkm/include/subdev/bios/ramcfg.h index a685bbd04..ae3f17d95 100644 --- a/nvkm/include/subdev/bios/ramcfg.h +++ b/nvkm/include/subdev/bios/ramcfg.h @@ -43,7 +43,7 @@ struct nvbios_ramcfg { unsigned ramcfg_10_02_08:1; unsigned ramcfg_10_02_10:1; unsigned ramcfg_10_02_20:1; - unsigned ramcfg_10_02_40:1; + unsigned ramcfg_10_DLLoff:1; unsigned ramcfg_10_03_0f:4; unsigned ramcfg_10_05:8; unsigned ramcfg_10_06:8; |