summaryrefslogtreecommitdiff
path: root/tegra/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tegra/channel.c')
-rw-r--r--tegra/channel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tegra/channel.c b/tegra/channel.c
index 9c7d8016..804f2d63 100644
--- a/tegra/channel.c
+++ b/tegra/channel.c
@@ -55,6 +55,10 @@ int drm_tegra_channel_open(struct drm_tegra_channel **channelp,
class = HOST1X_CLASS_GR3D;
break;
+ case DRM_TEGRA_VIC:
+ class = HOST1X_CLASS_VIC;
+ break;
+
default:
return -EINVAL;
}