[PATCH v2 0/2] drm/imx/dcss: implement region request and devres

Philipp Stanner posted 2 patches 1 year, 11 months ago
There is a newer version of this series
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    | 18 +++++++++---------
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 | 22 ++++------------------
drivers/gpu/drm/imx/dcss/dcss-ss.c     | 11 +++--------
8 files changed, 36 insertions(+), 104 deletions(-)
[PATCH v2 0/2] drm/imx/dcss: implement region request and devres
Posted by Philipp Stanner 1 year, 11 months ago
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/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    | 18 +++++++++---------
 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 | 22 ++++------------------
 drivers/gpu/drm/imx/dcss/dcss-ss.c     | 11 +++--------
 8 files changed, 36 insertions(+), 104 deletions(-)

-- 
2.43.0