hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpu/arm/bifrost/backend/gpu/mali_kbase_l2_mmu_config.c
....@@ -26,7 +26,7 @@
2626 #include "mali_kbase_l2_mmu_config.h"
2727
2828 /**
29
- * struct l2_mmu_config_limit_region
29
+ * struct l2_mmu_config_limit_region - L2 MMU limit field
3030 *
3131 * @value: The default value to load into the L2_MMU_CONFIG register
3232 * @mask: The shifted mask of the field in the L2_MMU_CONFIG register
....@@ -39,7 +39,7 @@
3939 };
4040
4141 /**
42
- * struct l2_mmu_config_limit
42
+ * struct l2_mmu_config_limit - L2 MMU read and write limit
4343 *
4444 * @product_model: The GPU for which this entry applies
4545 * @read: Values for the read limit field
....@@ -121,9 +121,9 @@
121121
122122 if (kbdev->system_coherency == COHERENCY_ACE) {
123123 /* Allow memory configuration disparity to be ignored,
124
- * we optimize the use of shared memory and thus we
125
- * expect some disparity in the memory configuration.
126
- */
124
+ * we optimize the use of shared memory and thus we
125
+ * expect some disparity in the memory configuration.
126
+ */
127127 kbdev->hw_quirks_mmu |= L2_MMU_CONFIG_ALLOW_SNOOP_DISPARITY;
128128 }
129129