All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tan Xiaojun <tanxiaojun@huawei.com>
To: <seanpaul@chromium.org>, <christian.koenig@amd.com>,
	<airlied@linux.ie>, <michel.daenzer@amd.com>,
	<alexander.deucher@amd.com>, <nicolai.haehnle@amd.com>,
	<thomas.lendacky@amd.com>, <yamada.masahiro@socionext.com>,
	<msrb@suse.com>, <Felix.Kuehling@amd.com>, <dave.jiang@intel.com>,
	<gregkh@linuxfoundation.org>, <michael.thayer@oracle.com>,
	<hdegoede@redhat.com>
Cc: <daniel.vetter@intel.com>, <jani.nikula@linux.intel.com>,
	<dri-devel@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 08/12] drm/radeon: remove the default io_mem_pfn set
Date: Sun, 24 Dec 2017 14:14:24 +0800	[thread overview]
Message-ID: <1514096068-80414-9-git-send-email-tanxiaojun@huawei.com> (raw)
In-Reply-To: <1514096068-80414-1-git-send-email-tanxiaojun@huawei.com>

The default interface situation has been taken into the framework, so
remove the default set of each module.

Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>
---
 drivers/gpu/drm/radeon/radeon_ttm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c
index 6ada64d..8595c76 100644
--- a/drivers/gpu/drm/radeon/radeon_ttm.c
+++ b/drivers/gpu/drm/radeon/radeon_ttm.c
@@ -844,7 +844,6 @@ static struct ttm_bo_driver radeon_bo_driver = {
 	.fault_reserve_notify = &radeon_bo_fault_reserve_notify,
 	.io_mem_reserve = &radeon_ttm_io_mem_reserve,
 	.io_mem_free = &radeon_ttm_io_mem_free,
-	.io_mem_pfn = ttm_bo_default_io_mem_pfn,
 };
 
 int radeon_ttm_init(struct radeon_device *rdev)
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Tan Xiaojun <tanxiaojun@huawei.com>
To: seanpaul@chromium.org, christian.koenig@amd.com,
	airlied@linux.ie, michel.daenzer@amd.com,
	alexander.deucher@amd.com, nicolai.haehnle@amd.com,
	thomas.lendacky@amd.com, yamada.masahiro@socionext.com,
	msrb@suse.com, Felix.Kuehling@amd.com, dave.jiang@intel.com,
	gregkh@linuxfoundation.org, michael.thayer@oracle.com,
	hdegoede@redhat.com
Cc: daniel.vetter@intel.com, jani.nikula@linux.intel.com,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: [PATCH 08/12] drm/radeon: remove the default io_mem_pfn set
Date: Sun, 24 Dec 2017 14:14:24 +0800	[thread overview]
Message-ID: <1514096068-80414-9-git-send-email-tanxiaojun@huawei.com> (raw)
In-Reply-To: <1514096068-80414-1-git-send-email-tanxiaojun@huawei.com>

The default interface situation has been taken into the framework, so
remove the default set of each module.

Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>
---
 drivers/gpu/drm/radeon/radeon_ttm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c
index 6ada64d..8595c76 100644
--- a/drivers/gpu/drm/radeon/radeon_ttm.c
+++ b/drivers/gpu/drm/radeon/radeon_ttm.c
@@ -844,7 +844,6 @@ static struct ttm_bo_driver radeon_bo_driver = {
 	.fault_reserve_notify = &radeon_bo_fault_reserve_notify,
 	.io_mem_reserve = &radeon_ttm_io_mem_reserve,
 	.io_mem_free = &radeon_ttm_io_mem_free,
-	.io_mem_pfn = ttm_bo_default_io_mem_pfn,
 };
 
 int radeon_ttm_init(struct radeon_device *rdev)
-- 
2.7.4

  parent reply	other threads:[~2017-12-24  5:50 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-24  6:14 [PATCH 00/12] drm: add check if io_mem_pfn is NULL and cleanup Tan Xiaojun
2017-12-24  6:14 ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 01/12] drm/ttm: Use ttm_bo_default_io_mem_pfn if io_mem_pfn is NULL Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  9:27   ` Christian König
2017-12-24  9:27     ` Christian König
2017-12-25  1:24     ` Tan Xiaojun
2017-12-25  1:24       ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 02/12] drm/ast: remove the default io_mem_pfn set Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 03/12] drm/bochs: " Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 04/12] drm/cirrus: " Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 05/12] drm/mgag200: " Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 06/12] drm/nouveau: " Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 07/12] drm/qxl: " Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` Tan Xiaojun [this message]
2017-12-24  6:14   ` [PATCH 08/12] drm/radeon: " Tan Xiaojun
2017-12-24  6:14 ` [PATCH 09/12] drm/virtio: " Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 10/12] drm/vmwgfx: " Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 11/12] staging: " Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun
2017-12-24  6:14 ` [PATCH 12/12] drm/ttm: unexport ttm_bo_default_io_mem_pfn and make it static Tan Xiaojun
2017-12-24  6:14   ` Tan Xiaojun

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=1514096068-80414-9-git-send-email-tanxiaojun@huawei.com \
    --to=tanxiaojun@huawei.com \
    --cc=Felix.Kuehling@amd.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=christian.koenig@amd.com \
    --cc=daniel.vetter@intel.com \
    --cc=dave.jiang@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=jani.nikula@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael.thayer@oracle.com \
    --cc=michel.daenzer@amd.com \
    --cc=msrb@suse.com \
    --cc=nicolai.haehnle@amd.com \
    --cc=seanpaul@chromium.org \
    --cc=thomas.lendacky@amd.com \
    --cc=yamada.masahiro@socionext.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.