linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <bh40@calva.net>
To: Ryuichi Oikawa <roikawa@rr.iij4u.or.jp>, linuxppc-dev@lists.linuxppc.org
Subject: Re: FireWire + Apple PB G3: some success
Date: Fri, 3 Mar 2000 11:07:48 +0100	[thread overview]
Message-ID: <20000303110748.000701@mailhost.mipsys.com> (raw)


On Fri, Mar 3, 2000, Ryuichi Oikawa <roikawa@rr.iij4u.or.jp> wrote:

>BBTW, I'm new in the MOL source and I need some information/explanation.
>Today I tried to add RageLTPro OF properties to MOL oftree.nw,
>insert it into the pci device tree and mmu map full 16MB aperture
>in thw video driver(on PB G3). I could run the drawing engine within
>MacOS manually, but ATI's extension didn't seem to recognize the chip
>at all. I even tried to load & insert into the driver properties field
>the driver extracted from ATI Driver update file, but no success.
>I don't understand MOL interface mechanism yet(and unfortunately
>my macos complier, symantec c++ doesn't work on recent system).
>
>What is the correct way to accelerate MOL video?

I don't think we can use MacOS ATI accelerator. It's tightly coupled with
the ATI driver (which handles also allocation of fb memory for QuickTime,
YUV overlay, interrupts, etc..) and will certainly break as soon as we
switch MOL console out.

We have to write our own MacOS accelerator using Apple's QD accel APIs.
Unfortunately, those APIs are under NDA and a driver using them can not
be released in source code form. I do have those APIs and I will try to
write some kind of interface layer that sends some of QD commands to MOL
so we can build chip-specific accel modules, but this layer will have to
reside in a non-GPL'd MacOS extension, and I didn't have time to do it yet.

Another possibility is to patch, from a MacOS extension, some QD
functions are directly route them to the emulator instead of using Apple
acceleration hooks.


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

             reply	other threads:[~2000-03-03 10:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-03 10:07 Benjamin Herrenschmidt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-03-03 19:46 FireWire + Apple PB G3: some success Dan Bethe
2000-02-23 10:24 Albrecht Dre_
2000-02-23 23:58 ` Andreas Bombe
2000-02-24  2:44   ` [Linux1394-devel] " Maxim S. Shatskih
2000-02-24 16:17     ` Andreas Bombe
2000-02-28 12:59       ` Albrecht Dre_
2000-02-28 19:02         ` Andreas Bombe
2000-02-29 16:07         ` Ryuichi Oikawa
2000-02-29 16:45           ` Benjamin Herrenschmidt
2000-03-02 17:22             ` Ryuichi Oikawa
2000-03-01  7:30           ` Albrecht Dre_

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=20000303110748.000701@mailhost.mipsys.com \
    --to=bh40@calva.net \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=roikawa@rr.iij4u.or.jp \
    /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).