linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Randy Vinson <rvinson@mvista.com>
To: Kendall Bennett <KendallB@scitechsoft.com>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: Write Combining on PowerPC
Date: Fri, 10 Dec 2004 16:21:07 -0700	[thread overview]
Message-ID: <41BA2F63.8060305@mvista.com> (raw)
In-Reply-To: <41B9A33A.21673.5DDD7F64@localhost>

Kendall Bennett wrote:

[snip]

> Does anyone know if it is possible to do something similar to Write 
> Combining for the PowerPC architecture, to speed up CPU access to the 
> linear framebuffer?

Yes, it is possible. First you will need to enable Store Gathering for 
the Sandpoint's MPC107 bridge. (Go to Platform options->Enable MPC10x 
store gathering). You will then need to set the page protections for the 
video memory such that _PAGE_GUARDED is removed. The hardware will not 
store gather to an area mapped guarded. There appears to be some code to 
support this in the PCI MMap routines, but I'm not familiar with the 
details.

		Randy Vinson

  reply	other threads:[~2004-12-10 23:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-10 21:23 Write Combining on PowerPC Kendall Bennett
2004-12-10 23:21 ` Randy Vinson [this message]
2004-12-13  8:38 ` Lawrence E. Bakst

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=41BA2F63.8060305@mvista.com \
    --to=rvinson@mvista.com \
    --cc=KendallB@scitechsoft.com \
    --cc=linuxppc-embedded@ozlabs.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).