History log of /drivers/gpu/drm/gma500/mmu.c
Revision Date Author Comments
f0c5b592a5fbc7478fde6d0f84022e6bec9a4302 25-Nov-2011 Cong Wang <amwang@redhat.com> gma500: remove the second argument of k[un]map_atomic()

Signed-off-by: Cong Wang <amwang@redhat.com>
3afad3c2bc554d2623cc75b557a445d5e7239845 08-Mar-2012 Kirill A. Shutemov <kirill.shutemov@linux.intel.com> gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as static

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
b2d57b337f88229e31f2ee11ab64e3caf5db8031 08-Mar-2012 Kirill A. Shutemov <kirill.shutemov@linux.intel.com> gma500: mmu: drop unused psb_get_default_pd_addr()

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
8c8f1c958ab5e948e954ebd97e328f23d347293b 03-Nov-2011 Alan Cox <alan@linux.intel.com> 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>