From: David Herrmann <dh.herrmann@gmail.com>
To: dri-devel@lists.freedesktop.org
Subject: [PULL 3/3] drm-anon
Date: Sun, 16 Mar 2014 14:31:06 +0100 [thread overview]
Message-ID: <1394976666-4055-4-git-send-email-dh.herrmann@gmail.com> (raw)
In-Reply-To: <1394976666-4055-1-git-send-email-dh.herrmann@gmail.com>
Hi Dave
This is the 3rd respin of the drm-anon patches. They allow module unloading, use
the pin_fs_* helpers recommended by Al and are rebased on top of drm-next. Note
that there are minor conflicts with the "drm-minor" branch. You can find an
example merge at:
git://people.freedesktop.org/~dvdhrm/linux drm-next
Feel free to cherry-pick these. I haven't succeeded in getting Al's attention,
so maybe someone else can try to get a final acked-by.. (hint: patch #1 adds
EXPORT_SYMBOL to fs/dcache.c, but that's the only change needed for VFS).
Thanks
David
The following changes since commit 786a7828bc74b9b1466e83abb200b75f80f94121:
Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-next (2014-03-05 14:52:19 +1000)
are available in the git repository at:
git://people.freedesktop.org/~dvdhrm/linux drm-anon
for you to fetch changes up to 44d847b7439bdea0b6c5640446427daa3ebcc7fa:
drm: init TTM dev_mapping in ttm_bo_device_init() (2014-03-16 12:23:42 +0100)
----------------------------------------------------------------
David Herrmann (3):
drm: add pseudo filesystem for shared inodes
drm: use anon-inode instead of relying on cdevs
drm: init TTM dev_mapping in ttm_bo_device_init()
drivers/gpu/drm/ast/ast_ttm.c | 5 +-
drivers/gpu/drm/bochs/bochs_mm.c | 6 ++-
drivers/gpu/drm/cirrus/cirrus_ttm.c | 5 +-
drivers/gpu/drm/drm_fops.c | 25 ++--------
drivers/gpu/drm/drm_stub.c | 86 +++++++++++++++++++++++++++++++++-
drivers/gpu/drm/i915/i915_gem.c | 3 +-
drivers/gpu/drm/mgag200/mgag200_ttm.c | 5 +-
drivers/gpu/drm/nouveau/nouveau_gem.c | 2 -
drivers/gpu/drm/nouveau/nouveau_ttm.c | 4 +-
drivers/gpu/drm/omapdrm/omap_gem.c | 34 +++++++-------
drivers/gpu/drm/qxl/qxl_object.c | 2 -
drivers/gpu/drm/qxl/qxl_ttm.c | 6 +--
drivers/gpu/drm/radeon/radeon_object.c | 1 -
drivers/gpu/drm/radeon/radeon_ttm.c | 5 +-
drivers/gpu/drm/ttm/ttm_bo.c | 3 +-
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 5 +-
fs/dcache.c | 1 +
include/drm/drmP.h | 2 +-
include/drm/drm_vma_manager.h | 6 +--
include/drm/ttm/ttm_bo_driver.h | 2 +
20 files changed, 141 insertions(+), 67 deletions(-)
prev parent reply other threads:[~2014-03-16 13:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-16 13:31 [PULL 0/3] Pending patches for 3.15 David Herrmann
2014-03-16 13:31 ` [PULL 1/3] drm-fixes David Herrmann
2014-03-16 13:31 ` [PULL 2/3] drm-minor David Herrmann
2014-03-16 13:31 ` David Herrmann [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=1394976666-4055-4-git-send-email-dh.herrmann@gmail.com \
--to=dh.herrmann@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox