dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Anholt <eric@anholt.net>
To: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH v2 5/9] drm/vc4: Fix a typo in a V3D debug register.
Date: Tue,  8 Dec 2015 10:30:14 -0800	[thread overview]
Message-ID: <1449599418-20780-6-git-send-email-eric@anholt.net> (raw)
In-Reply-To: <1449599418-20780-1-git-send-email-eric@anholt.net>

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 drivers/gpu/drm/vc4/vc4_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/vc4/vc4_regs.h b/drivers/gpu/drm/vc4/vc4_regs.h
index 9e4e904..4e52a0a 100644
--- a/drivers/gpu/drm/vc4/vc4_regs.h
+++ b/drivers/gpu/drm/vc4/vc4_regs.h
@@ -154,7 +154,7 @@
 #define V3D_PCTRS14  0x006f4
 #define V3D_PCTR15   0x006f8
 #define V3D_PCTRS15  0x006fc
-#define V3D_BGE      0x00f00
+#define V3D_DBGE     0x00f00
 #define V3D_FDBGO    0x00f04
 #define V3D_FDBGB    0x00f08
 #define V3D_FDBGR    0x00f0c
-- 
2.6.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2015-12-08 18:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-08 18:30 [PATCH v2 0/9] VC4 3D rendering support Eric Anholt
2015-12-08 18:30 ` [PATCH v2 1/9] drm: Create a driver hook for allocating GEM object structs Eric Anholt
2015-12-08 18:30 ` [PATCH v2 2/9] drm/vc4: Add a BO cache Eric Anholt
2015-12-08 18:30 ` [PATCH v2 3/9] drm/vc4: Add create and map BO ioctls Eric Anholt
2015-12-08 18:30 ` [PATCH v2 4/9] drm/vc4: Add an API for creating GPU shaders in GEM BOs Eric Anholt
2015-12-08 18:30 ` Eric Anholt [this message]
2015-12-08 18:30 ` [PATCH v2 6/9] drm/vc4: Bind and initialize the V3D engine Eric Anholt
2015-12-08 18:30 ` [PATCH v2 7/9] drm/vc4: Add support for drawing 3D frames Eric Anholt
2015-12-08 18:30 ` [PATCH v2 8/9] drm/vc4: Add support for async pageflips Eric Anholt
2015-12-08 18:30 ` [PATCH v2 9/9] drm/vc4: Add an interface for capturing the GPU state after a hang Eric Anholt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449599418-20780-6-git-send-email-eric@anholt.net \
    --to=eric@anholt.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox