drm/ttm: consolidate cache flushing code in one place.
authorDave Airlie <airlied@redhat.com>
Wed, 26 Aug 2009 23:53:47 +0000 (09:53 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 26 Aug 2009 23:53:47 +0000 (09:53 +1000)
commitc9c97b8c75019814d8c007059bc827bb475be917
tree2a990d2beee85bb059a38fdea6a4d3325d3791e3
parent50f153036c9d9e4ae1768d5ca9c2ad4184f7a0b7
drm/ttm: consolidate cache flushing code in one place.

This merges the TTM and drm cache flushing into one file in the
drm core.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_cache.c
drivers/gpu/drm/ttm/ttm_tt.c
include/drm/drm_cache.h [new file with mode: 0644]