aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/host1x.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/host1x.h')
-rw-r--r--include/linux/host1x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h
index ba0b245da732..b5358f855d9e 100644
--- a/include/linux/host1x.h
+++ b/include/linux/host1x.h
@@ -251,6 +251,9 @@ struct host1x_job {
251 /* Check if register is marked as an address reg */ 251 /* Check if register is marked as an address reg */
252 int (*is_addr_reg)(struct device *dev, u32 reg, u32 class); 252 int (*is_addr_reg)(struct device *dev, u32 reg, u32 class);
253 253
254 /* Check if class belongs to the unit */
255 int (*is_valid_class)(u32 class);
256
254 /* Request a SETCLASS to this class */ 257 /* Request a SETCLASS to this class */
255 u32 class; 258 u32 class;
256 259