Mesa (master): nouveau: Fix indentation of maxwell compute class definitions

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Thu Apr 27 09:11:58 UTC 2017


Module: Mesa
Branch: master
Commit: 4a9f7bfe9068af5e7f62c59956d04c5af9b5b8af
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a9f7bfe9068af5e7f62c59956d04c5af9b5b8af

Author: Boyan Ding <boyan.j.ding at gmail.com>
Date:   Sun Apr 23 23:19:20 2017 +0800

nouveau: Fix indentation of maxwell compute class definitions

Signed-off-by: Boyan Ding <boyan.j.ding at gmail.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

---

 src/gallium/drivers/nouveau/nv_object.xml.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/nouveau/nv_object.xml.h b/src/gallium/drivers/nouveau/nv_object.xml.h
index f200c9c9c9..1263bff450 100644
--- a/src/gallium/drivers/nouveau/nv_object.xml.h
+++ b/src/gallium/drivers/nouveau/nv_object.xml.h
@@ -203,8 +203,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define NVC8_COMPUTE_CLASS					0x000092c0
 #define NVE4_COMPUTE_CLASS					0x0000a0c0
 #define NVF0_COMPUTE_CLASS					0x0000a1c0
-#define GM107_COMPUTE_CLASS				0x0000b0c0
-#define GM200_COMPUTE_CLASS				0x0000b1c0
+#define GM107_COMPUTE_CLASS					0x0000b0c0
+#define GM200_COMPUTE_CLASS					0x0000b1c0
 #define NV84_CRYPT_CLASS					0x000074c1
 #define BLOB_NVC0_PCOPY1_CLASS					0x000090b8
 #define BLOB_NVC0_PCOPY0_CLASS					0x000090b5




More information about the mesa-commit mailing list