All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/11] i.MX RGB565, plane and PRIME support
@ 2013-10-10 14:18 Philipp Zabel
  2013-10-10 14:18 ` [PATCH 01/11] staging: drm/imx: also allow to allocate only 2 DMFC slots for DP full plane Philipp Zabel
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Philipp Zabel @ 2013-10-10 14:18 UTC (permalink / raw)
  To: dri-devel
  Cc: devel, Fabio Estevam, David Airlie, Greg Kroah-Hartman, kernel,
	Shawn Guo

Hi,

This series fixes DMFC allocation for small displays and pageflip events
during device close, clarifies the RGB memory formats, adds support for the
RGB565 format and KMS planes, and enables DRM PRIME using the CMA helpers.

In the next step, I would like to move the code
from drivers/staging/imx-drm/ipu-v3 to drivers/gpu/ipu-v3 (right next to
host1x), as these parts provide an internal API for the IPU modules to be
used by both DRM and V4L2 drivers.

regards
Philipp

---
 drivers/staging/imx-drm/Makefile            |   2 +-
 drivers/staging/imx-drm/TODO                |   1 -
 drivers/staging/imx-drm/imx-drm-core.c      |  29 ++-
 drivers/staging/imx-drm/imx-drm.h           |   2 +
 drivers/staging/imx-drm/ipu-v3/imx-ipu-v3.h |   4 +-
 drivers/staging/imx-drm/ipu-v3/ipu-common.c | 169 ++++++++++---
 drivers/staging/imx-drm/ipu-v3/ipu-dc.c     |   9 +
 drivers/staging/imx-drm/ipu-v3/ipu-dmfc.c   |   8 +-
 drivers/staging/imx-drm/ipuv3-crtc.c        | 209 ++++------------
 drivers/staging/imx-drm/ipuv3-plane.c       | 375 ++++++++++++++++++++++++++++
 drivers/staging/imx-drm/ipuv3-plane.h       |  55 ++++
 11 files changed, 655 insertions(+), 208 deletions(-)

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

end of thread, other threads:[~2013-10-11 22:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 14:18 [PATCH 0/11] i.MX RGB565, plane and PRIME support Philipp Zabel
2013-10-10 14:18 ` [PATCH 01/11] staging: drm/imx: also allow to allocate only 2 DMFC slots for DP full plane Philipp Zabel
2013-10-11  7:12   ` Liu Ying
2013-10-10 14:18 ` [PATCH 02/11] staging: drm/imx: make struct ipu_rgb format definitions const Philipp Zabel
2013-10-10 14:18 ` [PATCH 03/11] staging: drm/imx: fix RGB formats, make ipu_cpmem_set_fmt take a drm_fourcc Philipp Zabel
2013-10-10 14:18 ` [PATCH 04/11] staging: drm/imx: add BGR565 format Philipp Zabel
2013-10-10 14:18 ` [PATCH 05/11] staging: drm/imx: Add 24-bit BGR support to DC Philipp Zabel
2013-10-10 14:18 ` [PATCH 06/11] staging: drm/imx: make waiting for idle channel optional Philipp Zabel
2013-10-10 14:18 ` [PATCH 07/11] staging: drm-imx: add DRM_FORMAT_BGR888 to ipu crtc driver Philipp Zabel
2013-10-10 14:18 ` [PATCH 08/11] staging: drm/imx: ipuv3-crtc: remove unused struct ipu_framebuffer Philipp Zabel
2013-10-10 14:18 ` [PATCH 09/11] staging: drm/imx: fix pageflip events during device close Philipp Zabel
2013-10-10 14:18 ` [PATCH 10/11] staging: drm/imx: add drm plane support Philipp Zabel
2013-10-10 14:18 ` [PATCH 11/11] staging: drm/imx: Enable DRM PRIME support Philipp Zabel
2013-10-11 22:30 ` [PATCH 0/11] i.MX RGB565, plane and " Greg Kroah-Hartman

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.