* [GIT PULL FOR v5.16] R-Car DU & other misc enhancements
@ 2021-10-07 3:03 Laurent Pinchart
0 siblings, 0 replies; only message in thread
From: Laurent Pinchart @ 2021-10-07 3:03 UTC (permalink / raw)
To: Dave Airlie, Daniel Vetter; +Cc: dri-devel, linux-renesas-soc
Hi Dave and Daniel,
The following changes since commit 1e3944578b749449bd7fa6bf0bae4c3d3f5f1733:
Merge tag 'amd-drm-next-5.16-2021-09-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2021-09-28 17:08:26 +1000)
are available in the Git repository at:
git://linuxtv.org/pinchartl/media.git tags/du-next-20211007
for you to fetch changes up to b291fdcf51140fef69a9734caaca704d010dd02f:
drm: rcar-du: Add r8a779a0 device support (2021-10-07 05:59:54 +0300)
----------------------------------------------------------------
R-Car DU improvements & enhancements to misc drivers
Most notably,
- Non-contiguous buffer import support for rcar-du
- r8a779a0 support preparation for rcar-du
- COMPILE_TEST fixes for omapdrm and sti
----------------------------------------------------------------
Cai Huoqing (2):
drm/shmobile: Make use of the helper function devm_platform_ioremap_resource()
drm: rcar-du: Make use of the helper function devm_platform_ioremap_resource()
Kieran Bingham (6):
dt-bindings: display: renesas,du: Provide bindings for r8a779a0
drm: rcar-du: Sort the DU outputs
drm: rcar-du: Only initialise TVM_TVSYNC mode when supported
drm: rcar-du: Fix DIDSR field name
drm: rcar-du: Split CRTC IRQ and Clock features
drm: rcar-du: Add r8a779a0 device support
Laurent Pinchart (9):
drm: rcar-du: Don't create encoder for unconnected LVDS outputs
drm: rcar-du: Improve kernel log messages when initializing encoders
drm: rcar-du: Set the DMA coherent mask for the DU device
drm: rcar-du: Allow importing non-contiguous dma-buf with VSP
drm: property: Replace strncpy() with strscpy_pad()
drm/omap: Use correct printk format specifiers for size_t
drm/omap: Cast pointer to integer without generating warning
drm/omap: Depend on CONFIG_OF
drm/sti: Use correct printk format specifiers for size_t
.../devicetree/bindings/display/renesas,du.yaml | 51 ++++++++++
drivers/gpu/drm/drm_property.c | 9 +-
drivers/gpu/drm/omapdrm/Kconfig | 2 +-
drivers/gpu/drm/omapdrm/dss/dsi.c | 4 +-
drivers/gpu/drm/omapdrm/omap_drv.c | 2 +-
drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 9 +-
drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 11 ---
drivers/gpu/drm/rcar-du/rcar_du_drv.c | 108 +++++++++++++++++----
drivers/gpu/drm/rcar-du/rcar_du_drv.h | 26 ++++-
drivers/gpu/drm/rcar-du/rcar_du_encoder.c | 28 ++++--
drivers/gpu/drm/rcar-du/rcar_du_group.c | 6 +-
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 50 +++++++++-
drivers/gpu/drm/rcar-du/rcar_du_kms.h | 7 ++
drivers/gpu/drm/rcar-du/rcar_du_regs.h | 9 +-
drivers/gpu/drm/rcar-du/rcar_du_vsp.c | 36 ++++++-
drivers/gpu/drm/rcar-du/rcar_lvds.c | 15 ++-
drivers/gpu/drm/rcar-du/rcar_lvds.h | 5 +
drivers/gpu/drm/shmobile/shmob_drm_drv.c | 4 +-
drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
19 files changed, 308 insertions(+), 78 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-10-07 3:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-07 3:03 [GIT PULL FOR v5.16] R-Car DU & other misc enhancements Laurent Pinchart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox