From: Thomas Zimmermann <tzimmermann@suse.de>
To: maarten.lankhorst@linux.intel.com, mripard@kernel.org,
airlied@linux.ie, daniel@ffwll.ch, noralf@tronnes.org,
marcel@ziswiler.com, naresh.kamboju@linaro.org
Cc: dri-devel@lists.freedesktop.org, linux-aspeed@lists.ozlabs.org,
linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org,
linux-amlogic@lists.infradead.org,
linux-renesas-soc@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-sunxi@lists.linux.dev,
Thomas Zimmermann <tzimmermann@suse.de>
Subject: [RESEND PATCH v2 0/2] drm: Small CMA cleanups
Date: Sat, 6 Nov 2021 20:35:07 +0100 [thread overview]
Message-ID: <20211106193509.17472-1-tzimmermann@suse.de> (raw)
(no changes; resending for kernel CI)
Remove CMA dependencies from MIPI-DBI and replace the config
symbol DRM_KMS_CMA_HELPER with DRM_KMS_HELPER. This allows to
link drm_fb_cma_helper.o into a helper library.
Thomas Zimmermann (2):
drm/mipi-dbi: Remove dependency on GEM CMA helper library
drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
drivers/gpu/drm/Kconfig | 7 -----
drivers/gpu/drm/Makefile | 2 +-
drivers/gpu/drm/arm/Kconfig | 2 --
drivers/gpu/drm/arm/display/Kconfig | 1 -
drivers/gpu/drm/aspeed/Kconfig | 1 -
drivers/gpu/drm/atmel-hlcdc/Kconfig | 1 -
drivers/gpu/drm/drm_mipi_dbi.c | 34 ++++++++++++++++++-------
drivers/gpu/drm/fsl-dcu/Kconfig | 1 -
drivers/gpu/drm/hisilicon/kirin/Kconfig | 1 -
drivers/gpu/drm/imx/Kconfig | 2 +-
drivers/gpu/drm/imx/dcss/Kconfig | 2 +-
drivers/gpu/drm/ingenic/Kconfig | 1 -
drivers/gpu/drm/kmb/Kconfig | 1 -
drivers/gpu/drm/mcde/Kconfig | 1 -
drivers/gpu/drm/meson/Kconfig | 1 -
drivers/gpu/drm/mxsfb/Kconfig | 2 +-
drivers/gpu/drm/panel/Kconfig | 2 +-
drivers/gpu/drm/pl111/Kconfig | 1 -
drivers/gpu/drm/rcar-du/Kconfig | 1 -
drivers/gpu/drm/shmobile/Kconfig | 1 -
drivers/gpu/drm/sti/Kconfig | 1 -
drivers/gpu/drm/stm/Kconfig | 1 -
drivers/gpu/drm/sun4i/Kconfig | 1 -
drivers/gpu/drm/tidss/Kconfig | 1 -
drivers/gpu/drm/tilcdc/Kconfig | 1 -
drivers/gpu/drm/tiny/Kconfig | 20 +++++++--------
drivers/gpu/drm/tve200/Kconfig | 1 -
drivers/gpu/drm/vc4/Kconfig | 1 -
drivers/gpu/drm/xlnx/Kconfig | 1 -
29 files changed, 40 insertions(+), 53 deletions(-)
base-commit: c2502072fe2bd823d59749dca7fde064b345e61c
--
2.33.1
next reply other threads:[~2021-11-06 19:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-06 19:35 Thomas Zimmermann [this message]
2021-11-06 19:35 ` [PATCH v2 1/2] drm/mipi-dbi: Remove dependency on GEM CMA helper library Thomas Zimmermann
2022-01-11 12:02 ` Noralf Trønnes
2021-11-06 19:35 ` [PATCH v2 2/2] drm: Remove CONFIG_DRM_KMS_CMA_HELPER option 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=20211106193509.17472-1-tzimmermann@suse.de \
--to=tzimmermann@suse.de \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marcel@ziswiler.com \
--cc=mripard@kernel.org \
--cc=naresh.kamboju@linaro.org \
--cc=noralf@tronnes.org \
/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).