intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] intel_audio_dump: fix wrong port definition
@ 2012-07-26  7:21 Wang Xingchao
  0 siblings, 0 replies; 2+ messages in thread
From: Wang Xingchao @ 2012-07-26  7:21 UTC (permalink / raw)
  To: daniel.vetter, daniel.vetter; +Cc: intel-gfx, dri-devel

there're three Ports B/C/D used for selection by each transcoder A/B/C.

Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
---
 tools/intel_audio_dump.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c
index 077e096..8a0f6ee 100644
--- a/tools/intel_audio_dump.c
+++ b/tools/intel_audio_dump.c
@@ -126,9 +126,9 @@ static const char *video_dip_trans[] = {
 static const char *trans_to_port_sel[] = {
 	[0] = "no port",
 	[1] = "Digital Port B",
-	[2] = "Digital Port B",
-	[3] = "Digital Port B",
-	[4] = "Digital Port B",
+	[2] = "Digital Port C",
+	[3] = "Digital Port D",
+	[4] = "reserved",
 	[5] = "reserved",
 	[6] = "reserved",
 	[7] = "reserved",
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] intel_audio_dump: fix wrong port definition
@ 2012-07-26  5:50 Wang Xingchao
  0 siblings, 0 replies; 2+ messages in thread
From: Wang Xingchao @ 2012-07-26  5:50 UTC (permalink / raw)
  To: daniel.vetter; +Cc: intel-gfx, dri-devel

there're three Ports B/C/D used for selection by each transcoder A/B/C.

Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
---
 tools/intel_audio_dump.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/intel_audio_dump.c b/tools/intel_audio_dump.c
index 077e096..8a0f6ee 100644
--- a/tools/intel_audio_dump.c
+++ b/tools/intel_audio_dump.c
@@ -126,9 +126,9 @@ static const char *video_dip_trans[] = {
 static const char *trans_to_port_sel[] = {
 	[0] = "no port",
 	[1] = "Digital Port B",
-	[2] = "Digital Port B",
-	[3] = "Digital Port B",
-	[4] = "Digital Port B",
+	[2] = "Digital Port C",
+	[3] = "Digital Port D",
+	[4] = "reserved",
 	[5] = "reserved",
 	[6] = "reserved",
 	[7] = "reserved",
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-26  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-26  7:21 [PATCH] intel_audio_dump: fix wrong port definition Wang Xingchao
  -- strict thread matches above, loose matches on Subject: below --
2012-07-26  5:50 Wang Xingchao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).