diff options
Diffstat (limited to 'drivers/gpu/host1x/hw/hw_host1x01_uclass.h')
-rw-r--r-- | drivers/gpu/host1x/hw/hw_host1x01_uclass.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/hw/hw_host1x01_uclass.h b/drivers/gpu/host1x/hw/hw_host1x01_uclass.h index 42f3ce19ca32..f7553599ee27 100644 --- a/drivers/gpu/host1x/hw/hw_host1x01_uclass.h +++ b/drivers/gpu/host1x/hw/hw_host1x01_uclass.h | |||
@@ -111,6 +111,12 @@ static inline u32 host1x_uclass_wait_syncpt_base_offset_f(u32 v) | |||
111 | } | 111 | } |
112 | #define HOST1X_UCLASS_WAIT_SYNCPT_BASE_OFFSET_F(v) \ | 112 | #define HOST1X_UCLASS_WAIT_SYNCPT_BASE_OFFSET_F(v) \ |
113 | host1x_uclass_wait_syncpt_base_offset_f(v) | 113 | host1x_uclass_wait_syncpt_base_offset_f(v) |
114 | static inline u32 host1x_uclass_load_syncpt_base_r(void) | ||
115 | { | ||
116 | return 0xb; | ||
117 | } | ||
118 | #define HOST1X_UCLASS_LOAD_SYNCPT_BASE \ | ||
119 | host1x_uclass_load_syncpt_base_r() | ||
114 | static inline u32 host1x_uclass_load_syncpt_base_base_indx_f(u32 v) | 120 | static inline u32 host1x_uclass_load_syncpt_base_base_indx_f(u32 v) |
115 | { | 121 | { |
116 | return (v & 0xff) << 24; | 122 | return (v & 0xff) << 24; |