commit | 10855aeb1e78533c041065b33e34315e1f381c2e | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Nov 10 08:36:59 2015 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Nov 11 12:37:57 2015 +1000 |
tree | 958c7a4491f8419c77fbb6e64ce5a02def491e2b | |
parent | 28fb4cb7fa6f63dc2fbdb5f2564dcbead8e3eee0 [diff] |
drm/nouveau: fix build failures on all non ARM. gk20a is an ARM only GPU, so we can just do the correct thing on ARM but fail on other architectures. The other option was to use SWIOTLB as the define, which means phys_to_page exists, but this seems clearer. Signed-off-by: Dave Airlie <airlied@redhat.com>