From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Herrmann Subject: [PULL 3/3] drm-anon Date: Sun, 16 Mar 2014 14:31:06 +0100 Message-ID: <1394976666-4055-4-git-send-email-dh.herrmann@gmail.com> References: <1394976666-4055-1-git-send-email-dh.herrmann@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by gabe.freedesktop.org (Postfix) with ESMTP id C9301899CB for ; Sun, 16 Mar 2014 06:31:22 -0700 (PDT) Received: by mail-bk0-f43.google.com with SMTP id v15so319783bkz.30 for ; Sun, 16 Mar 2014 06:31:22 -0700 (PDT) In-Reply-To: <1394976666-4055-1-git-send-email-dh.herrmann@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org 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(-)