From: Jani Nikula <jani.nikula@linux.intel.com>
To: Gaosheng Cui <cuigaosheng1@huawei.com>,
evan.quan@amd.com, alexander.deucher@amd.com,
christian.koenig@amd.com, Xinhui.Pan@amd.com, airlied@linux.ie,
daniel@ffwll.ch, patrik.r.jakobsson@gmail.com,
joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com,
tvrtko.ursulin@linux.intel.com, zackr@vmware.com,
linux-graphics-maintainer@vmware.com, lijo.lazar@amd.com,
matthew.brost@intel.com, John.C.Harrison@Intel.com,
daniele.ceraolospurio@intel.com, cuigaosheng1@huawei.com
Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
amd-gfx@lists.freedesktop.org
Subject: Re: [PATCH 6/6] drm/i915: remove unused i915_gem_lmem_obj_ops declaration
Date: Tue, 13 Sep 2022 21:28:31 +0300 [thread overview]
Message-ID: <874jxb3z8w.fsf@intel.com> (raw)
In-Reply-To: <20220913024847.552254-7-cuigaosheng1@huawei.com>
On Tue, 13 Sep 2022, Gaosheng Cui <cuigaosheng1@huawei.com> wrote:
> i915_gem_lmem_obj_ops has been removed since
> commit 213d50927763 ("drm/i915/ttm: Introduce a TTM i915
> gem object backend"), so remove it.
Thanks, pushed this one patch to drm-intel-gt-next.
BR,
Jani.
>
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
> ---
> drivers/gpu/drm/i915/gem/i915_gem_lmem.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/gem/i915_gem_lmem.h b/drivers/gpu/drm/i915/gem/i915_gem_lmem.h
> index 1b88ea13435c..5a7a14e85c3f 100644
> --- a/drivers/gpu/drm/i915/gem/i915_gem_lmem.h
> +++ b/drivers/gpu/drm/i915/gem/i915_gem_lmem.h
> @@ -12,8 +12,6 @@ struct drm_i915_private;
> struct drm_i915_gem_object;
> struct intel_memory_region;
>
> -extern const struct drm_i915_gem_object_ops i915_gem_lmem_obj_ops;
> -
> void __iomem *
> i915_gem_object_lmem_io_map(struct drm_i915_gem_object *obj,
> unsigned long n,
--
Jani Nikula, Intel Open Source Graphics Center
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Gaosheng Cui <cuigaosheng1@huawei.com>,
evan.quan@amd.com, alexander.deucher@amd.com,
christian.koenig@amd.com, Xinhui.Pan@amd.com, airlied@linux.ie,
daniel@ffwll.ch, patrik.r.jakobsson@gmail.com,
joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com,
tvrtko.ursulin@linux.intel.com, zackr@vmware.com,
linux-graphics-maintainer@vmware.com, lijo.lazar@amd.com,
matthew.brost@intel.com, John.C.Harrison@Intel.com,
daniele.ceraolospurio@intel.com, cuigaosheng1@huawei.com
Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
amd-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 6/6] drm/i915: remove unused i915_gem_lmem_obj_ops declaration
Date: Tue, 13 Sep 2022 21:28:31 +0300 [thread overview]
Message-ID: <874jxb3z8w.fsf@intel.com> (raw)
In-Reply-To: <20220913024847.552254-7-cuigaosheng1@huawei.com>
On Tue, 13 Sep 2022, Gaosheng Cui <cuigaosheng1@huawei.com> wrote:
> i915_gem_lmem_obj_ops has been removed since
> commit 213d50927763 ("drm/i915/ttm: Introduce a TTM i915
> gem object backend"), so remove it.
Thanks, pushed this one patch to drm-intel-gt-next.
BR,
Jani.
>
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
> ---
> drivers/gpu/drm/i915/gem/i915_gem_lmem.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/gem/i915_gem_lmem.h b/drivers/gpu/drm/i915/gem/i915_gem_lmem.h
> index 1b88ea13435c..5a7a14e85c3f 100644
> --- a/drivers/gpu/drm/i915/gem/i915_gem_lmem.h
> +++ b/drivers/gpu/drm/i915/gem/i915_gem_lmem.h
> @@ -12,8 +12,6 @@ struct drm_i915_private;
> struct drm_i915_gem_object;
> struct intel_memory_region;
>
> -extern const struct drm_i915_gem_object_ops i915_gem_lmem_obj_ops;
> -
> void __iomem *
> i915_gem_object_lmem_io_map(struct drm_i915_gem_object *obj,
> unsigned long n,
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2022-09-13 18:28 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-13 2:48 [PATCH 0/6] Remove unused declarations for gpu/drm Gaosheng Cui
2022-09-13 2:48 ` [Intel-gfx] " Gaosheng Cui
2022-09-13 2:48 ` [PATCH 1/6] drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declaration Gaosheng Cui
2022-09-13 2:48 ` [Intel-gfx] " Gaosheng Cui
2022-09-13 2:48 ` [PATCH 2/6] drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf() declaration Gaosheng Cui
2022-09-13 2:48 ` [Intel-gfx] " Gaosheng Cui
2022-09-13 2:48 ` [PATCH 3/6] drm/radeon: remove unused declarations for radeon Gaosheng Cui
2022-09-13 2:48 ` [Intel-gfx] " Gaosheng Cui
2022-09-13 2:48 ` [PATCH 4/6] drm/gma500: remove unused declarations in psb_intel_drv.h Gaosheng Cui
2022-09-13 2:48 ` [Intel-gfx] " Gaosheng Cui
2022-09-13 2:48 ` [PATCH 5/6] drm/amd/pm: remove unused declarations in hardwaremanager.h Gaosheng Cui
2022-09-13 2:48 ` [Intel-gfx] " Gaosheng Cui
2022-09-13 2:48 ` [PATCH 6/6] drm/i915: remove unused i915_gem_lmem_obj_ops declaration Gaosheng Cui
2022-09-13 2:48 ` [Intel-gfx] " Gaosheng Cui
2022-09-13 18:28 ` Jani Nikula [this message]
2022-09-13 18:28 ` Jani Nikula
2022-09-13 6:14 ` [PATCH 0/6] Remove unused declarations for gpu/drm Christian König
2022-09-13 6:14 ` [Intel-gfx] " Christian König
2022-09-13 19:00 ` Alex Deucher
2022-09-13 19:00 ` Alex Deucher
2022-09-13 19:00 ` [Intel-gfx] " Alex Deucher
2022-09-19 22:05 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2022-09-19 22:29 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-09-20 5:47 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
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=874jxb3z8w.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=John.C.Harrison@Intel.com \
--cc=Xinhui.Pan@amd.com \
--cc=airlied@linux.ie \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=cuigaosheng1@huawei.com \
--cc=daniel@ffwll.ch \
--cc=daniele.ceraolospurio@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=evan.quan@amd.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=joonas.lahtinen@linux.intel.com \
--cc=lijo.lazar@amd.com \
--cc=linux-graphics-maintainer@vmware.com \
--cc=matthew.brost@intel.com \
--cc=patrik.r.jakobsson@gmail.com \
--cc=rodrigo.vivi@intel.com \
--cc=tvrtko.ursulin@linux.intel.com \
--cc=zackr@vmware.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.