From: "Michel Dänzer" <michel@daenzer.net>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: Maling list - DRI developers <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH] drm/radeon: remove visible vram size limit on bo allocation
Date: Fri, 18 Jul 2014 12:30:49 +0900 [thread overview]
Message-ID: <53C894E9.2020201@daenzer.net> (raw)
In-Reply-To: <CADnq5_OFdwPhcOMFfe7+FfKiAm_uK9PO5XuB2PVTVFCCTKhr4w@mail.gmail.com>
On 18.07.2014 12:26, Alex Deucher wrote:
> On Thu, Jul 17, 2014 at 8:41 PM, Michel Dänzer <michel@daenzer.net> wrote:
>> On 18.07.2014 01:29, Alex Deucher wrote:
>>> @@ -55,10 +55,13 @@ int radeon_gem_object_create(struct radeon_device *rdev, int size,
>>> alignment = PAGE_SIZE;
>>> }
>>>
>>> - /* maximun bo size is the minimun btw visible vram and gtt size */
>>> - max_size = min(rdev->mc.visible_vram_size, rdev->mc.gtt_size);
>>> + /* Maximum bo size is the gtt size since we use the gtt to handle
>>> + * vram to system pool migrations. We could probably remove this
>>> + * check altogether with a little additional work.
>>> + */
>>
>> This comment needs updating: it's not the full GTT size anymore, and how
>> could we remove this check?
>
> I'll update it. We could remove it if we added support for breaking
> down vram <-> system transfers into smaller operations. E.g., if the
> available vram size was twice the size of the available gtt space, we
> could transfer the first half, then update the gart table and transfer
> the second half.
Right, OTOH I suspect it's even less likely that BOs of (almost) the
size of VRAM can actually be used in VRAM, because e.g. scanout buffers
are pinned anywhere in VRAM.
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Mesa and X developer
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2014-07-18 3:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-16 17:26 [PATCH] drm/radeon: remove visible vram size limit on bo allocation Alex Deucher
2014-07-16 17:56 ` Christian König
2014-07-17 4:02 ` Michel Dänzer
2014-07-17 14:28 ` Christian König
2014-07-17 15:49 ` Alex Deucher
2014-07-17 16:29 ` Alex Deucher
2014-07-17 16:44 ` Christian König
2014-07-18 0:41 ` Michel Dänzer
2014-07-18 3:26 ` Alex Deucher
2014-07-18 3:30 ` Michel Dänzer [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=53C894E9.2020201@daenzer.net \
--to=michel@daenzer.net \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.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 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.