From: Thomas Hellstrom <thomas@shipmail.org>
To: Ben Skeggs <skeggsb@gmail.com>
Cc: Ben Skeggs <bskeggs@redhat.com>, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 0/2] RFC: allow driver to plugin alternative to drm_mm
Date: Tue, 10 Aug 2010 00:17:30 +0200 [thread overview]
Message-ID: <4C607E7A.6020000@shipmail.org> (raw)
In-Reply-To: <1281013783-10949-1-git-send-email-skeggsb@gmail.com>
acked-by: Thomas Hellström <thellstrom@vmware.com>
On 08/05/2010 03:09 PM, Ben Skeggs wrote:
> From: Ben Skeggs<bskeggs@redhat.com>
>
> In order to properly deal with GPU reordering of blocks in physical VRAM,
> Nouveau needs to be able to have better control over VRAM allocations.
>
> Currently nouveau is extremely wasteful and forces massive amounts of
> padding/alignment to avoid buffer corruption issues.
>
> radeon/vmwgfx haven't been tested, but nouveau works as well as it did
> previously.
>
> Ben Skeggs (2):
> drm/ttm: introduce utility function to free an allocated memory node
> drm/ttm: restructure to allow driver to plug in alternate memory
> manager
>
> drivers/gpu/drm/nouveau/nouveau_bo.c | 26 ++---
> drivers/gpu/drm/nouveau/nouveau_channel.c | 6 +-
> drivers/gpu/drm/nouveau/nouveau_notifier.c | 2 +-
> drivers/gpu/drm/nouveau/nouveau_sgdma.c | 4 +-
> drivers/gpu/drm/nouveau/nv50_crtc.c | 3 +-
> drivers/gpu/drm/nouveau/nv50_display.c | 2 +-
> drivers/gpu/drm/nouveau/nv50_instmem.c | 2 +-
> drivers/gpu/drm/radeon/radeon_object.c | 6 +-
> drivers/gpu/drm/radeon/radeon_ttm.c | 34 ++-----
> drivers/gpu/drm/ttm/Makefile | 3 +-
> drivers/gpu/drm/ttm/ttm_agp_backend.c | 3 +-
> drivers/gpu/drm/ttm/ttm_bo.c | 104 +++++---------------
> drivers/gpu/drm/ttm/ttm_bo_manager.c | 148 ++++++++++++++++++++++++++++
> drivers/gpu/drm/ttm/ttm_bo_util.c | 12 +--
> drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c | 3 +-
> include/drm/ttm/ttm_bo_api.h | 3 +-
> include/drm/ttm/ttm_bo_driver.h | 25 +++++-
> 17 files changed, 238 insertions(+), 148 deletions(-)
> create mode 100644 drivers/gpu/drm/ttm/ttm_bo_manager.c
>
>
prev parent reply other threads:[~2010-08-09 22:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-05 13:09 [PATCH 0/2] RFC: allow driver to plugin alternative to drm_mm Ben Skeggs
2010-08-05 13:09 ` [PATCH 1/2] drm/ttm: introduce utility function to free an allocated memory node Ben Skeggs
2010-08-09 19:24 ` Jerome Glisse
2010-08-05 13:09 ` [PATCH 2/2] drm/ttm: restructure to allow driver to plug in alternate memory manager Ben Skeggs
2010-08-09 19:24 ` Jerome Glisse
2010-08-18 2:48 ` [PATCHv2] " Ben Skeggs
2010-08-09 22:17 ` 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=4C607E7A.6020000@shipmail.org \
--to=thomas@shipmail.org \
--cc=bskeggs@redhat.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=skeggsb@gmail.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 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.