9front - general discussion about 9front
 help / color / mirror / Atom feed
From: kokamoto@hera.eonet.ne.jp
To: 9front@9front.org
Subject: Re: [9front] strange behaviour of igfx and vesa
Date: Mon, 20 Jun 2016 13:14:48 +0900	[thread overview]
Message-ID: <da3313a28aab4a494da22da31e0b2fbb@mars.jitaku.localdomain> (raw)
In-Reply-To: <7452dfebe364b0c0cdd604a69562c254@mars.jitaku.localdomain>

> In my case, use ff01 and ff05 instead of 1804 and 1805 in mmio.awk?
> I used those value, and got all ffffffff value like:
> rmmio 00041000 ffffffff 	#
> rmmio 00044008 ffffffff 	#
> rmmio 0004f000 ffffffff 	#
> rmmio 0004f040 ffffffff 	#
> rmmio 0004f044 ffffffff 	#
> rmmio 0004f048 ffffffff 	#
> rmmio 0004f04c ffffffff 	#
> rmmio 00060000 ffffffff 	# HTOTAL_A
> rmmio 00060004 ffffffff 	# HBLANK_A
> rmmio 00060008 ffffffff 	# HSYNC_A
> rmmio 0006000c ffffffff 	# VTOTAL_A
> rmmio 00060010 ffffffff 	# VBLANK_A
> rmmio 00060014 ffffffff 	# VSYNC_A
> rmmio 0006001c ffffffff 	# PIPEASRC

Ichanged the value of 0xf000 and 0cf004 of dump.rc to
0xff00 and 0xff04, and got a reasonable value like:
rmmio 00041000 ffffffff 	#
rmmio 00044008 ffffffff 	#
rmmio 0004f000 ffffffff 	#
rmmio 0004f040 ffffffff 	#
rmmio 0004f044 ffffffff 	#
rmmio 0004f048 ffffffff 	#
rmmio 0004f04c ffffffff 	#
rmmio 00060000 8bf068f 	# HTOTAL_A
rmmio 00060004 8bf068f 	# HBLANK_A
rmmio 00060008 7a706f7 	# HSYNC_A
rmmio 0006000c 4400419 	# VTOTAL_A
rmmio 00060010 4400419 	# VBLANK_A
rmmio 00060014 422041c 	# VSYNC_A
rmmio 0006001c 68f0419 	# PIPEASRC
rmmio 00060030 0 	#
rmmio 00060034 0 	#
rmmio 00060040 0 	#
rmmio 00060044 0 	#
	....

Kenji



  reply	other threads:[~2016-06-20  4:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17  6:48 kokamoto
2016-06-17 12:46 ` [9front] " cinap_lenrek
2016-06-17 23:40   ` kokamoto
2016-06-18  1:29   ` kokamoto
2016-06-18  7:45   ` kokamoto
2016-06-18 23:38   ` kokamoto
2016-06-19  5:58   ` kokamoto
2016-06-20  2:48   ` kokamoto
2016-06-20  4:14     ` kokamoto [this message]
2016-06-22  0:25   ` kokamoto
2016-06-22  7:26     ` cinap_lenrek
2016-06-23  6:43       ` kokamoto
2016-06-23 10:55         ` cinap_lenrek
2016-06-23 11:24           ` kokamoto
2016-06-25  1:50             ` kokamoto
2016-06-30  2:06               ` kokamoto

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=da3313a28aab4a494da22da31e0b2fbb@mars.jitaku.localdomain \
    --to=kokamoto@hera.eonet.ne.jp \
    --cc=9front@9front.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;
as well as URLs for NNTP newsgroup(s).