From: Thomas Hellstrom <thomas@shipmail.org>
To: Dave Airlie <airlied@gmail.com>
Cc: Dave Airlie <airlied@redhat.com>,
"dri-devel@lists.sourceforge.net"
<dri-devel@lists.sourceforge.net>
Subject: Re: vesafb handover
Date: Mon, 15 Feb 2010 15:52:36 +0100 [thread overview]
Message-ID: <4B795FB4.3050703@shipmail.org> (raw)
In-Reply-To: <21d7e9971002150301n102c70e4h7dee95430d55d564@mail.gmail.com>
Dave Airlie wrote:
> On Mon, Feb 15, 2010 at 8:04 PM, Thomas Hellstrom <thomas@shipmail.org> wrote:
>
>> Hi, Dave!
>>
>> Could you point me to what's needed in drm fb setup to utilize the
>> vesafb handover mechanism?
>>
>
> In intel_fb.c
>
> /* setup aperture base/size for vesafb takeover */
> info->aperture_base = dev->mode_config.fb_base;
> if (IS_I9XX(dev))
> info->aperture_size = pci_resource_len(dev->pdev, 2);
> else
> info->aperture_size = pci_resource_len(dev->pdev, 0);
>
>
> The fb code then compare the aperture base/size against where
> vesafb has setup its linear frame buffer and removes it on conflict.
>
> Dave.
>
OK, thanks.
I've posted a patch for the vmwgfx driver that removes stealth operation
in favor of that mechanism.
/Thomas
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--
prev parent reply other threads:[~2010-02-15 14:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-15 10:04 vesafb handover Thomas Hellstrom
2010-02-15 11:01 ` Dave Airlie
2010-02-15 14:52 ` Thomas Hellstrom [this message]
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=4B795FB4.3050703@shipmail.org \
--to=thomas@shipmail.org \
--cc=airlied@gmail.com \
--cc=airlied@redhat.com \
--cc=dri-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.