drm: add memory clean flag.
authorDave Airlie <airlied@redhat.com>
Tue, 26 Aug 2008 07:33:46 +0000 (17:33 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 26 Aug 2008 07:33:46 +0000 (17:33 +1000)
commit4c8e8e0d0bad839cf5aacb22524885e49fe86715
treeb0d37af2d264f13155502bfbcf01048011d1df03
parent9afd2659430245c456cf887d47087de047c0aba8
drm: add memory clean flag.

When the mapping is clean this flag will be set. This can be used
by a driver to save migrating and allocating pages for an object
that will first be used in VRAM.
linux-core/drm_bo.c
linux-core/drm_bo_move.c
linux-core/drm_objects.h
linux-core/drm_vm.c