OSDN Git Service

drm/nouveau: simplify const-va map condition
authorBen Skeggs <bskeggs@redhat.com>
Tue, 31 Oct 2017 17:56:19 +0000 (03:56 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 2 Nov 2017 03:32:21 +0000 (13:32 +1000)
commit425b34f7df63a2eacf24b721a6f450126e691b6a
tree86be22201d45a5876831fe3e7dba3646993a5ae1
parent7760a2e38a8324688e83b91f91ff7be710e70db1
drm/nouveau: simplify const-va map condition

We don't really care about where the memory is, just that it's compatible
with a VMA allocated for a given page size.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bo.c