linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Alan Mimms <alan@packetengines.com>
To: "Shuangjun Zhu" <r44089@email.sps.mot.com>, "Dan Malek" <dan@netx4.com>
Cc: "linuxppc-embedded" <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Help about MPC823 Video and Cache
Date: Wed, 26 Jan 2000 17:15:10 -0800	[thread overview]
Message-ID: <00012617164708.05597@alan.corp.packetengines.com> (raw)
In-Reply-To: <002201bf6861$20f24d10$69f001dc@sjzhu.sps.mot.com>


We experimented at Apple with cacheable frame buffers and this is what we saw.

I believe this is caused by the cache being on for the region of memory used
for the frame buffer.  You'll see little 16 byte chunks of memory sparkling as
the cache finally dumps out dirty cache lines into the real frame buffer.

You can fix this by mapping the area of the frame buffer with cache disabled,
or you can add code to some periodic timer handler to do a DCBF on the region
of the frame buffer each time the timer ticks (this is not cheap, however).

a

On
Wed, 26 Jan 2000, Shuangjun Zhu wrote: > Hello, everyone
>
> I'm using kernel version 2.2.13 on my MPC823 FADS board
> to display on TV. I have a problem:
>
> After the system boot up, the text on the TV flicker fiercely out,
> if I disable the I-Cache throught the EST visionProbe tool,
> TV will not flicker out again.
> Of course, if I disable the cache when the system boot up,
> TV display OK.
> So there is some relation between the cache and the video, I guess.
>
>
> Do you have any suggestion?
> Thanks in advacned!
>
> BRs,
> Shuangjun
--
Alan Mimms     Packet Engines, Inc.     Spokane, Washington [99214-0497]
  USA, Earth, Sol, Milky Way, The Local Group, Virgo Supercluster, U0
Despite the cost of living, have you noticed how popular it remains?
  -- Steven Wright?

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2000-01-27  1:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-27  0:54 Help about MPC823 Video and Cache Shuangjun Zhu
2000-01-27  1:15 ` Alan Mimms [this message]
2000-01-27  1:22   ` Alan Mimms
2000-01-30  5:38 ` Dan Malek
  -- strict thread matches above, loose matches on Subject: below --
2000-01-27  1:39 Shuangjun Zhu

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=00012617164708.05597@alan.corp.packetengines.com \
    --to=alan@packetengines.com \
    --cc=dan@netx4.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=r44089@email.sps.mot.com \
    /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).