All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] drm/ingenic: Various improvements v2
@ 2021-08-11 17:23 Paul Cercueil
  2021-08-11 17:23 ` [PATCH v2 1/6] drm/ingenic: Simplify code by using hwdescs array Paul Cercueil
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Paul Cercueil @ 2021-08-11 17:23 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter
  Cc: H . Nikolaus Schaller, Paul Boddie, Sam Ravnborg, list,
	linux-mips, dri-devel, linux-kernel, Paul Cercueil

Hi,

A V2 of my patchset for the ingenic-drm driver.

The patches "drm/ingenic: Remove dead code" and
"drm/ingenic: Use standard drm_atomic_helper_commit_tail"
that were present in V1 have been merged in drm-misc-next,
so they are not in this V2.

Changelog:

[PATCH 1/6]:
    dma_hwdesc_addr() extended to support palette hwdesc. The palette
    hwdesc is now hwdesc[3] to simplify things. Add
    ingenic_drm_configure_hwdesc*() functions to factorize code.

Cheers,
-Paul

Paul Cercueil (6):
  drm/ingenic: Simplify code by using hwdescs array
  drm/ingenic: Add support for private objects
  drm/ingenic: Move IPU scale settings to private state
  drm/ingenic: Set DMA descriptor chain register when starting CRTC
  drm/ingenic: Upload palette before frame
  drm/ingenic: Attach bridge chain to encoders

 drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 278 +++++++++++++++++-----
 drivers/gpu/drm/ingenic/ingenic-ipu.c     | 127 ++++++++--
 2 files changed, 333 insertions(+), 72 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-11 17:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11 17:23 [PATCH v2 0/6] drm/ingenic: Various improvements v2 Paul Cercueil
2021-08-11 17:23 ` [PATCH v2 1/6] drm/ingenic: Simplify code by using hwdescs array Paul Cercueil
2021-08-11 17:23 ` [PATCH v2 2/6] drm/ingenic: Add support for private objects Paul Cercueil
2021-08-11 17:23 ` [PATCH v2 3/6] drm/ingenic: Move IPU scale settings to private state Paul Cercueil
2021-08-11 17:23 ` [PATCH v2 4/6] drm/ingenic: Set DMA descriptor chain register when starting CRTC Paul Cercueil
2021-08-11 17:23 ` [PATCH v2 5/6] drm/ingenic: Upload palette before frame Paul Cercueil
2021-08-11 17:23 ` [PATCH v2 6/6] drm/ingenic: Attach bridge chain to encoders Paul Cercueil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.