commit | f927b8907cb25943d6275d4ea036c065b8fd3f33 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Jan 27 14:29:05 2010 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Feb 09 12:47:52 2010 +1000 |
tree | 60ce23dcaef6be96b3c98bdd0ff9635c2c0a14ab | |
parent | 162265367a96d381f07066581d65e52627b08618 [diff] |
drm/nouveau: fix non-vram notifier blocks Due to a thinko, these were previously forced to VRAM even if we allocated them in GART. This commit fixes that bug, but keeps the previous behaviour of using VRAM by default until it's been tested properly across more chipsets. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>