On 6/18/24 18:42, Rob Clark wrote:
From: Rob Clark <[email protected]>
Move the CP_PROTECT settings into the hw catalog.
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
---
[...]
+static inline void __build_asserts(void)
+{
+ BUILD_BUG_ON(a630_protect.count > a630_protect.count_max);
+ BUILD_BUG_ON(a650_protect.count > a650_protect.count_max);
+ BUILD_BUG_ON(a660_protect.count > a660_protect.count_max);
+ BUILD_BUG_ON(a690_protect.count > a690_protect.count_max);
+ BUILD_BUG_ON(a730_protect.count > a730_protect.count_max);
+}
+
patch:394: new blank line at EOF
other than that:
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad