summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_driver.h
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-02-22 13:24:32 -0500
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-02-22 13:26:23 -0500
commit5a893fc28f0393adb7c885a871b8c59e623fd528 (patch)
tree8d119f02b7d0ba7e60f0f554fa5000c2cce2fb87 /include/drm/ttm/ttm_bo_driver.h
parente0138c26cdeee8c033256ccd9e07d66db3c998be (diff)
downloadblackbird-obmc-linux-5a893fc28f0393adb7c885a871b8c59e623fd528.tar.gz
blackbird-obmc-linux-5a893fc28f0393adb7c885a871b8c59e623fd528.zip
ttm: Include the 'struct dev' when using the DMA API.
This makes the accounting when using 'debug_dma_dump_mappings()' and CONFIG_DMA_API_DEBUG=y be assigned to the correct device instead of 'fallback'. No functional change - just cosmetic. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/drm/ttm/ttm_bo_driver.h')
-rw-r--r--include/drm/ttm/ttm_bo_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h
index ebcd3dd7203b..4d97014e8c8d 100644
--- a/include/drm/ttm/ttm_bo_driver.h
+++ b/include/drm/ttm/ttm_bo_driver.h
@@ -533,6 +533,7 @@ struct ttm_bo_device {
struct list_head device_list;
struct ttm_bo_global *glob;
struct ttm_bo_driver *driver;
+ struct device *dev;
rwlock_t vm_lock;
struct ttm_mem_type_manager man[TTM_NUM_MEM_TYPES];
/*
OpenPOWER on IntegriCloud