intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Thomas Zimmermann <tzimmermann@suse.de>
Cc: hamohammed.sa@gmail.com, heiko@sntech.de,
	andrey.grodzovsky@amd.com, airlied@linux.ie,
	nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	michal.simek@xilinx.com, eric@anholt.net, nirmoy.das@amd.com,
	krzk@kernel.org, sam@ravnborg.org, sumit.semwal@linaro.org,
	emil.velikov@collabora.com, linux-samsung-soc@vger.kernel.org,
	jy0922.shim@samsung.com, oleksandr_andrushchenko@epam.com,
	tomi.valkeinen@ti.com, linux-tegra@vger.kernel.org,
	linux@armlinux.org.uk, jonathanh@nvidia.com,
	linux-rockchip@lists.infradead.org, kgene@kernel.org,
	bskeggs@redhat.com, xen-devel@lists.xenproject.org,
	intel-gfx@lists.freedesktop.org, matthew.auld@intel.com,
	chunkuang.hu@kernel.org, linux-arm-msm@vger.kernel.org,
	marek.olsak@amd.com, tianci.yin@amd.com,
	etnaviv@lists.freedesktop.org, inki.dae@samsung.com,
	christian.gmeiner@gmail.com, linux-mediatek@lists.infradead.org,
	mripard@kernel.org, matthias.bgg@gmail.com, evan.quan@amd.com,
	linux-arm-kernel@lists.infradead.org,
	amd-gfx@lists.freedesktop.org, laurent.pinchart@ideasonboard.com,
	hyun.kwon@xilinx.com, rodrigosiqueiramelo@gmail.com,
	aaron.liu@amd.com, Felix.Kuehling@amd.com, xinhui.pan@amd.com,
	sw0312.kim@samsung.com, hjc@rock-chips.com,
	chris@chris-wilson.co.uk, kyungmin.park@samsung.com,
	miaoqinglang@huawei.com, p.zabel@pengutronix.de,
	alexander.deucher@amd.com, Hawking.Zhang@amd.com,
	freedreno@lists.freedesktop.org, christian.koenig@amd.com,
	l.stach@pengutronix.de
Subject: Re: [Intel-gfx] [PATCH v2 14/21] drm/tegra: Introduce GEM object functions
Date: Thu, 17 Sep 2020 12:56:20 +0200	[thread overview]
Message-ID: <20200917105620.GK3515672@ulmo> (raw)
In-Reply-To: <20200915145958.19993-15-tzimmermann@suse.de>


[-- Attachment #1.1: Type: text/plain, Size: 506 bytes --]

On Tue, Sep 15, 2020 at 04:59:51PM +0200, Thomas Zimmermann wrote:
> GEM object functions deprecate several similar callback interfaces in
> struct drm_driver. This patch replaces the per-driver callbacks with
> per-instance callbacks in tegra.
> 
> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
> ---
>  drivers/gpu/drm/tegra/drm.c | 4 ----
>  drivers/gpu/drm/tegra/gem.c | 8 ++++++++
>  2 files changed, 8 insertions(+), 4 deletions(-)

Acked-by: Thierry Reding <treding@nvidia.com>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2020-09-17 10:56 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15 14:59 [Intel-gfx] [PATCH v2 00/21] Convert all remaining drivers to GEM object functions Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 01/21] drm/amdgpu: Introduce " Thomas Zimmermann
2020-09-15 15:05   ` Christian König
2020-09-17  7:40     ` Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 02/21] drm/armada: " Thomas Zimmermann
2020-09-15 15:07   ` Russell King - ARM Linux admin
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 03/21] drm/etnaviv: " Thomas Zimmermann
2020-09-16 11:21   ` Daniel Vetter
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 04/21] drm/exynos: " Thomas Zimmermann
2020-09-16 10:03   ` Daniel Vetter
2020-09-16 10:36     ` Thomas Zimmermann
2020-09-16 11:24       ` Daniel Vetter
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 05/21] drm/gma500: " Thomas Zimmermann
2020-09-16 11:31   ` Daniel Vetter
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 06/21] drm/i915: " Thomas Zimmermann
2020-09-15 16:14   ` Tvrtko Ursulin
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 07/21] drm/mediatek: " Thomas Zimmermann
2020-09-16 11:35   ` Daniel Vetter
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 08/21] drm/msm: Introduce GEM object funcs Thomas Zimmermann
2020-09-16 12:01   ` Daniel Vetter
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 09/21] drm/nouveau: Introduce GEM object functions Thomas Zimmermann
2020-09-16 12:04   ` Daniel Vetter
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 10/21] drm/omapdrm: " Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 11/21] drm/pl111: " Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 12/21] drm/radeon: " Thomas Zimmermann
2020-09-15 15:08   ` Christian König
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 13/21] drm/rockchip: Convert to drm_gem_object_funcs Thomas Zimmermann
2020-09-16 12:07   ` Daniel Vetter
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 14/21] drm/tegra: Introduce GEM object functions Thomas Zimmermann
2020-09-17 10:56   ` Thierry Reding [this message]
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 15/21] drm/vc4: " Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 16/21] drm/vgem: " Thomas Zimmermann
2020-09-17 14:01   ` Melissa Wen
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 17/21] drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs Thomas Zimmermann
2020-09-16 12:09   ` Daniel Vetter
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 18/21] drm/vkms: Introduce GEM object functions Thomas Zimmermann
2020-09-17 11:31   ` Melissa Wen
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 19/21] drm/xen: " Thomas Zimmermann
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 20/21] drm/xlnx: Initialize DRM driver instance with CMA helper macro Thomas Zimmermann
2020-09-15 15:53   ` Laurent Pinchart
2020-09-15 18:39     ` Hyun Kwon
2020-09-15 14:59 ` [Intel-gfx] [PATCH v2 21/21] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver Thomas Zimmermann
2020-09-16 12:12   ` Daniel Vetter
2020-09-16 17:55   ` Thomas Zimmermann
2020-09-15 15:25 ` [Intel-gfx] [PATCH v2 00/21] Convert all remaining drivers to GEM object functions Christian König
2020-09-17  7:05   ` Thomas Zimmermann
2020-09-15 16:22 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Convert all remaining drivers to GEM object functions (rev2) Patchwork
2020-09-15 16:24 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-09-15 16:39 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " 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=20200917105620.GK3515672@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=Felix.Kuehling@amd.com \
    --cc=Hawking.Zhang@amd.com \
    --cc=aaron.liu@amd.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=andrey.grodzovsky@amd.com \
    --cc=bskeggs@redhat.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=christian.gmeiner@gmail.com \
    --cc=christian.koenig@amd.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.velikov@collabora.com \
    --cc=eric@anholt.net \
    --cc=etnaviv@lists.freedesktop.org \
    --cc=evan.quan@amd.com \
    --cc=freedreno@lists.freedesktop.org \
    --cc=hamohammed.sa@gmail.com \
    --cc=heiko@sntech.de \
    --cc=hjc@rock-chips.com \
    --cc=hyun.kwon@xilinx.com \
    --cc=inki.dae@samsung.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jonathanh@nvidia.com \
    --cc=jy0922.shim@samsung.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=l.stach@pengutronix.de \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=marek.olsak@amd.com \
    --cc=matthew.auld@intel.com \
    --cc=matthias.bgg@gmail.com \
    --cc=miaoqinglang@huawei.com \
    --cc=michal.simek@xilinx.com \
    --cc=mripard@kernel.org \
    --cc=nirmoy.das@amd.com \
    --cc=nouveau@lists.freedesktop.org \
    --cc=oleksandr_andrushchenko@epam.com \
    --cc=p.zabel@pengutronix.de \
    --cc=rodrigosiqueiramelo@gmail.com \
    --cc=sam@ravnborg.org \
    --cc=sumit.semwal@linaro.org \
    --cc=sw0312.kim@samsung.com \
    --cc=tianci.yin@amd.com \
    --cc=tomi.valkeinen@ti.com \
    --cc=tzimmermann@suse.de \
    --cc=xen-devel@lists.xenproject.org \
    --cc=xinhui.pan@amd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).