diff options
Diffstat (limited to 'drivers/gpu/drm/tegra/drm.h')
-rw-r--r-- | drivers/gpu/drm/tegra/drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/drm.h b/drivers/gpu/drm/tegra/drm.h index 85aa2e3d9d4e..6d6da01282f3 100644 --- a/drivers/gpu/drm/tegra/drm.h +++ b/drivers/gpu/drm/tegra/drm.h | |||
@@ -83,6 +83,7 @@ struct tegra_drm_client_ops { | |||
83 | struct tegra_drm_context *context); | 83 | struct tegra_drm_context *context); |
84 | void (*close_channel)(struct tegra_drm_context *context); | 84 | void (*close_channel)(struct tegra_drm_context *context); |
85 | int (*is_addr_reg)(struct device *dev, u32 class, u32 offset); | 85 | int (*is_addr_reg)(struct device *dev, u32 class, u32 offset); |
86 | int (*is_valid_class)(u32 class); | ||
86 | int (*submit)(struct tegra_drm_context *context, | 87 | int (*submit)(struct tegra_drm_context *context, |
87 | struct drm_tegra_submit *args, struct drm_device *drm, | 88 | struct drm_tegra_submit *args, struct drm_device *drm, |
88 | struct drm_file *file); | 89 | struct drm_file *file); |