[PULL 3/3] drm-anon
David Herrmann
dh.herrmann at gmail.com
Sun Mar 16 06:31:06 PDT 2014
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(-)
More information about the dri-devel
mailing list