.. | .. |
---|
26 | 26 | #include "mali_kbase_l2_mmu_config.h" |
---|
27 | 27 | |
---|
28 | 28 | /** |
---|
29 | | - * struct l2_mmu_config_limit_region |
---|
| 29 | + * struct l2_mmu_config_limit_region - L2 MMU limit field |
---|
30 | 30 | * |
---|
31 | 31 | * @value: The default value to load into the L2_MMU_CONFIG register |
---|
32 | 32 | * @mask: The shifted mask of the field in the L2_MMU_CONFIG register |
---|
.. | .. |
---|
39 | 39 | }; |
---|
40 | 40 | |
---|
41 | 41 | /** |
---|
42 | | - * struct l2_mmu_config_limit |
---|
| 42 | + * struct l2_mmu_config_limit - L2 MMU read and write limit |
---|
43 | 43 | * |
---|
44 | 44 | * @product_model: The GPU for which this entry applies |
---|
45 | 45 | * @read: Values for the read limit field |
---|
.. | .. |
---|
121 | 121 | |
---|
122 | 122 | if (kbdev->system_coherency == COHERENCY_ACE) { |
---|
123 | 123 | /* 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 | + */ |
---|
127 | 127 | kbdev->hw_quirks_mmu |= L2_MMU_CONFIG_ALLOW_SNOOP_DISPARITY; |
---|
128 | 128 | } |
---|
129 | 129 | |
---|