commit | e2a4e78cdccc4bb2d3729981313da237ad4ad43f | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Fri Jun 27 19:28:50 2014 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Sun Aug 10 05:11:10 2014 +1000 |
tree | f31bc60fc691f6afc18542fafdd0a9eeeb2dad97 | |
parent | 8ba9ff11632cb05d6f55555711d8425e32ee44b0 [diff] |
drm/nouveau/bar: add noncached ioremap property Some BARs (like GK20A's) do not support being ioremapped write-combined. Add a boolean property to the BAR structure and handle that case in the Nouveau BO implementation. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>