summaryrefslogtreecommitdiff
path: root/drm/nouveau/nouveau_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'drm/nouveau/nouveau_display.c')
-rw-r--r--drm/nouveau/nouveau_display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drm/nouveau/nouveau_display.c b/drm/nouveau/nouveau_display.c
index 24be27d3c..0ab2663ef 100644
--- a/drm/nouveau/nouveau_display.c
+++ b/drm/nouveau/nouveau_display.c
@@ -154,6 +154,7 @@ int
nouveau_display_vblstamp(struct drm_device *dev, unsigned int pipe,
int *max_error, struct timeval *time, unsigned flags)
{
+#ifndef CONFIG_ARCH_TEGRA
struct drm_crtc *crtc;
list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
@@ -163,6 +164,7 @@ nouveau_display_vblstamp(struct drm_device *dev, unsigned int pipe,
&crtc->hwmode);
}
}
+#endif
return -EINVAL;
}