drm/nouveau/platform: allow to specify the IOMMU bit
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_drm.h
index acfa03bd50de925441bf3c78d825143e84a70446..51027a9030f62d3bf0ca2aeadf2d9f7929016aa4 100644 (file)
@@ -178,8 +178,11 @@ nouveau_drm(struct drm_device *dev)
 int nouveau_pmops_suspend(struct device *);
 int nouveau_pmops_resume(struct device *);
 
+#include <nvkm/core/tegra.h>
+
 struct drm_device *
-nouveau_platform_device_create(struct platform_device *, struct nvkm_device **);
+nouveau_platform_device_create(const struct nvkm_device_tegra_func *,
+                              struct platform_device *, struct nvkm_device **);
 void nouveau_drm_device_remove(struct drm_device *dev);
 
 #define NV_PRINTK(l,c,f,a...) do {                                             \
This page took 0.02699 seconds and 5 git commands to generate.