mali_midg_coherency.h 736 B

12345678910111213141516171819202122232425
  1. /*
  2. *
  3. * (C) COPYRIGHT 2015 ARM Limited. All rights reserved.
  4. *
  5. * This program is free software and is provided to you under the terms of the
  6. * GNU General Public License version 2 as published by the Free Software
  7. * Foundation, and any use by you of this program is subject to the terms
  8. * of such GNU licence.
  9. *
  10. * A copy of the licence is included with the program, and can also be obtained
  11. * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  12. * Boston, MA 02110-1301, USA.
  13. *
  14. */
  15. #ifndef _MIDG_COHERENCY_H_
  16. #define _MIDG_COHERENCY_H_
  17. #define COHERENCY_ACE_LITE 0
  18. #define COHERENCY_ACE 1
  19. #define COHERENCY_NONE 31
  20. #define COHERENCY_FEATURE_BIT(x) (1 << (x))
  21. #endif // ifndef _MIDG_COHERENCY_H_