From: Philipp Stanner <pstanner@redhat.com>
To: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>,
Lucas Stach <l.stach@pengutronix.de>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>,
dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Philipp Stanner <pstanner@redhat.com>
Subject: [PATCH v3 0/2] drm/imx/dcss: implement region request and devres
Date: Thu, 11 Jan 2024 11:13:45 +0100 [thread overview]
Message-ID: <20240111101346.15193-2-pstanner@redhat.com> (raw)
OK, I messed up the ARM64 build. That's what you get for living on x86
for years and decades. Mea culpa. Should work now.
--
Changes in v3:
- Fix build errors (missing variable, forgotten remove to call of deleted
function)
Changes in v2:
- Add the region-request to this patch-series. That was previously a
separate patch.
dcss currently does not request its memory resource. This series adds
that request with devres. As we're at it, it also ports all the ioremaps
and associated allocations to devres.
I can build this, but I don't have the hardware available to test it. So
you might want to have a closer look.
P.
Philipp Stanner (2):
drm/imx/dcss: request memory region
drm/imx/dcss: have all init functions use devres
drivers/gpu/drm/imx/dcss/dcss-blkctl.c | 14 +++-----------
drivers/gpu/drm/imx/dcss/dcss-ctxld.c | 15 ++++-----------
drivers/gpu/drm/imx/dcss/dcss-dev.c | 19 +++++++++----------
drivers/gpu/drm/imx/dcss/dcss-dev.h | 1 -
drivers/gpu/drm/imx/dcss/dcss-dpr.c | 25 ++++++-------------------
drivers/gpu/drm/imx/dcss/dcss-drv.c | 12 +++---------
drivers/gpu/drm/imx/dcss/dcss-dtg.c | 23 ++++-------------------
drivers/gpu/drm/imx/dcss/dcss-scaler.c | 24 +++++-------------------
drivers/gpu/drm/imx/dcss/dcss-ss.c | 11 +++--------
9 files changed, 37 insertions(+), 107 deletions(-)
--
2.43.0
next reply other threads:[~2024-01-11 10:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-11 10:13 Philipp Stanner [this message]
2024-01-11 10:13 ` [PATCH v3 1/2] drm/imx/dcss: request memory region Philipp Stanner
2024-01-17 12:18 ` Laurentiu Palcu
2024-01-11 10:13 ` [PATCH v3 2/2] drm/imx/dcss: have all init functions use devres Philipp Stanner
2024-01-17 12:31 ` Laurentiu Palcu
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=20240111101346.15193-2-pstanner@redhat.com \
--to=pstanner@redhat.com \
--cc=airlied@gmail.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=laurentiu.palcu@oss.nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=tzimmermann@suse.de \
/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