gma500: introduce the GTT and MMU handling logic
commit8c8f1c958ab5e948e954ebd97e328f23d347293b
authorAlan Cox <alan@linux.intel.com>
Thu, 3 Nov 2011 18:21:09 +0000 (3 18:21 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Nov 2011 11:23:38 +0000 (16 11:23 +0000)
treed2539a02b51207edc29d437b6ccf34a881cbd02e
parente32681d66dd33a7792a3f1a1e3ea0eb0c415f895
gma500: introduce the GTT and MMU handling logic

This fits alongside the GEM support to manage our resources on the card
itself. It's not actually clear we need to configure the MMU at all.
Further research is needed before removing it entirely. For now we suck it
in (slightly abused) from the old semi-free driver.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/gtt.c [new file with mode: 0644]
drivers/gpu/drm/gma500/gtt.h [new file with mode: 0644]
drivers/gpu/drm/gma500/mmu.c [new file with mode: 0644]