public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Philippe CORNU <philippe.cornu@st•com>
To: Daniel Vetter <daniel.vetter@ffwll•ch>,
	DRI Development <dri-devel@lists•freedesktop.org>
Cc: Benjamin Gaignard <benjamin.gaignard@linaro•org>,
	Intel Graphics Development <intel-gfx@lists•freedesktop.org>,
	Yannick FERTRE <yannick.fertre@st•com>,
	Maxime Coquelin <mcoquelin.stm32@gmail•com>,
	Daniel Vetter <daniel.vetter@intel•com>,
	Vincent ABRIOU <vincent.abriou@st•com>,
	"linux-stm32@st-md-mailman•stormreply.com"
	<linux-stm32@st-md-mailman•stormreply.com>,
	"linux-arm-kernel@lists•infradead.org"
	<linux-arm-kernel@lists•infradead.org>,
	Alexandre TORGUE <alexandre.torgue@st•com>
Subject: Re: [PATCH 30/59] drm/stm: Drop drm_gem_prime_export/import
Date: Tue, 18 Jun 2019 09:55:51 +0000	[thread overview]
Message-ID: <34a31eef-e720-bb71-9402-6a4a01ddfa8a@st.com> (raw)
In-Reply-To: <20190614203615.12639-31-daniel.vetter@ffwll.ch>

Hi Daniel,

Acked-by: Philippe Cornu <philippe.cornu@st•com>

We will have a look to simplify this part of the code.

Thank you for your patch.

Philippe :-)

On 6/14/19 10:35 PM, Daniel Vetter wrote:
> They're the default.
> 
> Aside: Would be really nice to switch the others over to
> drm_gem_object_funcs.
> 
> Signed-off-by: Daniel Vetter <daniel.vetter@intel•com>
> Cc: Yannick Fertre <yannick.fertre@st•com>
> Cc: Philippe Cornu <philippe.cornu@st•com>
> Cc: Benjamin Gaignard <benjamin.gaignard@linaro•org>
> Cc: Vincent Abriou <vincent.abriou@st•com>
> Cc: Maxime Coquelin <mcoquelin.stm32@gmail•com>
> Cc: Alexandre Torgue <alexandre.torgue@st•com>
> Cc: linux-stm32@st-md-mailman•stormreply.com
> Cc: linux-arm-kernel@lists•infradead.org
> ---
>   drivers/gpu/drm/stm/drv.c | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/stm/drv.c b/drivers/gpu/drm/stm/drv.c
> index 4026c33ccc39..331f5e8d779b 100644
> --- a/drivers/gpu/drm/stm/drv.c
> +++ b/drivers/gpu/drm/stm/drv.c
> @@ -67,8 +67,6 @@ static struct drm_driver drv_driver = {
>   	.prime_fd_to_handle = drm_gem_prime_fd_to_handle,
>   	.gem_free_object_unlocked = drm_gem_cma_free_object,
>   	.gem_vm_ops = &drm_gem_cma_vm_ops,
> -	.gem_prime_export = drm_gem_prime_export,
> -	.gem_prime_import = drm_gem_prime_import,
>   	.gem_prime_get_sg_table = drm_gem_cma_prime_get_sg_table,
>   	.gem_prime_import_sg_table = drm_gem_cma_prime_import_sg_table,
>   	.gem_prime_vmap = drm_gem_cma_prime_vmap,
> 
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-06-18  9:56 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20190614203615.12639-1-daniel.vetter@ffwll.ch>
2019-06-14 20:35 ` [PATCH 06/59] drm/prime: Actually remove DRIVER_PRIME everywhere Daniel Vetter
2019-06-14 21:36   ` Sam Ravnborg
2019-06-17 15:39   ` [PATCH] " Daniel Vetter
2019-06-17 17:56   ` [PATCH 06/59] " Emil Velikov
2019-06-14 20:35 ` [PATCH 12/59] drm/atmel: Drop drm_gem_prime_export/import Daniel Vetter
2019-06-14 21:43   ` Sam Ravnborg
2019-06-14 20:35 ` [PATCH 14/59] drm/exynos: Drop drm_gem_prime_export Daniel Vetter
2019-06-14 20:35 ` [PATCH 17/59] drm/imx: Drop drm_gem_prime_export/import Daniel Vetter
2019-06-14 20:35 ` [PATCH 19/59] drm/mtk: " Daniel Vetter
2019-06-17  1:51   ` CK Hu
2019-06-14 20:35 ` [PATCH 20/59] drm/meson: " Daniel Vetter
2019-06-18  9:48   ` Neil Armstrong
2019-06-14 20:35 ` [PATCH 22/59] drm/mxsfb: " Daniel Vetter
2019-06-17 13:59   ` Stefan Agner
2019-06-14 20:35 ` [PATCH 27/59] drm/rockchip: " Daniel Vetter
2019-06-15 22:36   ` Heiko Stuebner
2019-06-14 20:35 ` [PATCH 30/59] drm/stm: " Daniel Vetter
2019-06-18  9:55   ` Philippe CORNU [this message]
2019-06-14 20:36 ` [PATCH 44/59] drm/mediatek: Use drm_atomic_helper_wait_for_fences Daniel Vetter
2019-06-17  5:19   ` CK Hu

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=34a31eef-e720-bb71-9402-6a4a01ddfa8a@st.com \
    --to=philippe.cornu@st$(echo .)com \
    --cc=alexandre.torgue@st$(echo .)com \
    --cc=benjamin.gaignard@linaro$(echo .)org \
    --cc=daniel.vetter@ffwll$(echo .)ch \
    --cc=daniel.vetter@intel$(echo .)com \
    --cc=dri-devel@lists$(echo .)freedesktop.org \
    --cc=intel-gfx@lists$(echo .)freedesktop.org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-stm32@st-md-mailman$(echo .)stormreply.com \
    --cc=mcoquelin.stm32@gmail$(echo .)com \
    --cc=vincent.abriou@st$(echo .)com \
    --cc=yannick.fertre@st$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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