radeonsi/gfx10: finish up Navi14, add PCI ID
[mesa.git] / src / gallium / drivers / panfrost / pan_util.h
index e13ab3d3b0de1bb3d28ccb3dbcadd04fe4c75449..24c71d59ba04e38f47e5f9aeede34c0cbf9248a6 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
  *
- * Copyright 2019 Collabora
+ * Copyright 2019 Collabora, Ltd.
  * All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -30,6 +30,8 @@
 
 #define PAN_DBG_MSGS           0x0001
 #define PAN_DBG_TRACE           0x0002
+#define PAN_DBG_DEQP            0x0004
+#define PAN_DBG_AFBC            0x0008
 
 extern int pan_debug;