dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
	linux-aspeed@lists.ozlabs.org,
	Neil Armstrong <narmstrong@baylibre.com>,
	David Airlie <airlied@linux.ie>,
	Liviu Dudau <liviu.dudau@arm.com>,
	philippe.cornu@st.com, paul@crapouillou.net,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	mihail.atanassov@arm.com, Sam Ravnborg <sam@ravnborg.org>,
	alexandre.torgue@st.com, marex@denx.de,
	Xu YiPing <xuyiping@hisilicon.com>,
	abrodkin@synopsys.com, ludovic.desroches@microchip.com,
	Xinliang Liu <z.liuxinliang@hisilicon.com>,
	Xinliang Liu <xinliang.liu@linaro.org>,
	XinWei Kong <kong.kongxinwei@hisilicon.com>,
	tomi.valkeinen@ti.com, james.qian.wang@arm.com, joel@jms.id.au,
	Emil Velikov <emil.velikov@collabora.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	Feng Chen <puck.chen@hisilicon.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	alison.wang@nxp.com, jsarha@ti.com, Chen-Yu Tsai <wens@csie.org>,
	vincent.abriou@st.com,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	mcoquelin.stm32@gmail.com, bbrezillon@kernel.org,
	andrew@aj.id.au, dri-devel <dri-devel@lists.freedesktop.org>,
	nicolas.ferre@microchip.com, yannick.fertre@st.com,
	kieran.bingham+renesas@ideasonboard.com,
	Kevin Hilman <khilman@baylibre.com>,
	Rongrong Zou <zourongrong@gmail.com>,
	Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH v2 07/23] drm/hisilicon/kirin: Set .dumb_create to drm_gem_cma_dumb_create()
Date: Wed, 3 Jun 2020 22:49:03 -0700	[thread overview]
Message-ID: <CALAqxLWG7XN_A70omeZn03x8zc5aEBrStQDkm8MtUNRxm0sD+w@mail.gmail.com> (raw)
In-Reply-To: <20200603083132.4610-8-tzimmermann@suse.de>

On Wed, Jun 3, 2020 at 1:31 AM Thomas Zimmermann <tzimmermann@suse.de> wrote:
>
> The kirin drivers uses drm_gem_cma_dumb_create_internal() for its
> .dumb_create implementation. The function is meant for internal use
> only by drivers that require additional buffer setup.
>
> Kirin does not do an additional setup, so convert it over to
> drm_gem_cma_dumb_create().
>
> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
> Acked-by: Emil Velikov <emil.velikov@collabora.com>
> Cc: Xu YiPing <xuyiping@hisilicon.com>
> Cc: Rongrong Zou <zourongrong@gmail.com>
> Cc: Xinliang Liu <z.liuxinliang@hisilicon.com>


Thanks for sending this out! Works fine on my HiKey board.

Tested-by: John Stultz <john.stultz@linaro.org>

thanks
-john
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2020-06-04  5:49 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-03  8:31 [PATCH v2 00/23] drm: Convert most CMA-based drivers to GEM object functions Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 01/23] drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macro Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 02/23] drm/arc: Use GEM CMA object functions Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 03/23] drm/arm: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 04/23] drm/aspeed: Set driver CMA functions with DRM_GEM_CMA_DRIVER_OPS Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 05/23] drm/atmel-hlcdc: Use GEM CMA object functions Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 06/23] drm/fsl-dcu: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 07/23] drm/hisilicon/kirin: Set .dumb_create to drm_gem_cma_dumb_create() Thomas Zimmermann
2020-06-04  5:49   ` John Stultz [this message]
2020-06-03  8:31 ` [PATCH v2 08/23] drm/hisilicon/kirin: Use GEM CMA object functions Thomas Zimmermann
2020-06-04  5:49   ` John Stultz
2020-06-03  8:31 ` [PATCH v2 09/23] drm/imx: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 10/23] drm/ingenic: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 11/23] drm/komeda: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 12/23] drm/malidp: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 13/23] drm/mcde: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 14/23] drm/meson: " Thomas Zimmermann
2020-06-04  7:59   ` Neil Armstrong
2020-06-03  8:31 ` [PATCH v2 15/23] drm/mxsfb: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 16/23] drm/rcar-du: " Thomas Zimmermann
2020-06-04  3:00   ` Laurent Pinchart
2020-06-03  8:31 ` [PATCH v2 17/23] drm/shmobile: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 18/23] drm/stm: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 19/23] drm/sti: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 20/23] drm/tilcdc: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 21/23] drm/tv200: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 22/23] drm/zte: " Thomas Zimmermann
2020-06-03  8:31 ` [PATCH v2 23/23] drm: Remove struct drm_driver.gem_print_info Thomas Zimmermann

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=CALAqxLWG7XN_A70omeZn03x8zc5aEBrStQDkm8MtUNRxm0sD+w@mail.gmail.com \
    --to=john.stultz@linaro.org \
    --cc=abrodkin@synopsys.com \
    --cc=airlied@linux.ie \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@st.com \
    --cc=alison.wang@nxp.com \
    --cc=andrew@aj.id.au \
    --cc=bbrezillon@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.velikov@collabora.com \
    --cc=james.qian.wang@arm.com \
    --cc=joel@jms.id.au \
    --cc=jsarha@ti.com \
    --cc=kernel@pengutronix.de \
    --cc=khilman@baylibre.com \
    --cc=kieran.bingham+renesas@ideasonboard.com \
    --cc=kong.kongxinwei@hisilicon.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-imx@nxp.com \
    --cc=liviu.dudau@arm.com \
    --cc=ludovic.desroches@microchip.com \
    --cc=marex@denx.de \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mihail.atanassov@arm.com \
    --cc=narmstrong@baylibre.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=paul@crapouillou.net \
    --cc=philippe.cornu@st.com \
    --cc=puck.chen@hisilicon.com \
    --cc=s.hauer@pengutronix.de \
    --cc=sam@ravnborg.org \
    --cc=shawnguo@kernel.org \
    --cc=tomi.valkeinen@ti.com \
    --cc=tzimmermann@suse.de \
    --cc=vincent.abriou@st.com \
    --cc=wens@csie.org \
    --cc=xinliang.liu@linaro.org \
    --cc=xuyiping@hisilicon.com \
    --cc=yannick.fertre@st.com \
    --cc=z.liuxinliang@hisilicon.com \
    --cc=zourongrong@gmail.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).