summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/uapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/tegra/uapi.h')
-rw-r--r--drivers/gpu/drm/tegra/uapi.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/tegra/uapi.h b/drivers/gpu/drm/tegra/uapi.h
index 12adad770ad3..92ff1e44ff15 100644
--- a/drivers/gpu/drm/tegra/uapi.h
+++ b/drivers/gpu/drm/tegra/uapi.h
@@ -27,10 +27,9 @@ struct tegra_drm_file {
struct tegra_drm_mapping {
struct kref ref;
- struct device *dev;
+ struct host1x_bo_mapping *map;
struct host1x_bo *bo;
- struct sg_table *sgt;
- enum dma_data_direction direction;
+
dma_addr_t iova;
dma_addr_t iova_end;
};