Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo mino...



details:   https://anonhg.NetBSD.org/src/rev/dafa5d34e17c
branches:  trunk
changeset: 341208:dafa5d34e17c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Oct 26 07:12:08 2015 +0000

description:
minor re-format of the previous.

diffstat:

 sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r f4ff788c009a -r dafa5d34e17c sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c
--- a/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c        Mon Oct 26 07:11:33 2015 +0000
+++ b/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c        Mon Oct 26 07:12:08 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nouveau_engine_fifo_nve0.c,v 1.5 2015/10/13 01:43:47 mrg Exp $ */
+/*     $NetBSD: nouveau_engine_fifo_nve0.c,v 1.6 2015/10/26 07:12:08 mrg Exp $ */
 
 /*
  * Copyright 2012 Red Hat Inc.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nouveau_engine_fifo_nve0.c,v 1.5 2015/10/13 01:43:47 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nouveau_engine_fifo_nve0.c,v 1.6 2015/10/26 07:12:08 mrg Exp $");
 
 #include <core/client.h>
 #include <core/handle.h>
@@ -139,7 +139,8 @@
        if (cold) {
                uint count = 2000;
                while (count-- > 0) {
-                       if (!(nv_rd32(priv, 0x002284 + (engine * 0x08)) & 0x00100000))
+                       if (!(nv_rd32(priv, 0x002284 +
+                           (engine * 0x08)) & 0x00100000))
                                break;
                        delay(1000);
                }



Home | Main Index | Thread Index | Old Index