Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1272760

[PATCH 0/7] drm/fsl-dcu: fixes and enhancements

From Stefan Agner <stefan@agner.ch>
Newsgroups linux.kernel
Subject [PATCH 0/7] drm/fsl-dcu: fixes and enhancements
Date 2015-11-19 03:50 +0100
Message-ID <qwnsl-3hD-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


During testing the DCU DRM driver on the Freescale Vybrid platform
I came across some (platform independent) bugs and problems which
this patchset addresses.

Note: To use the driver on Vybrid some platform/device-tree
enhancements are needed which are not part of this patchset.
I still need to clean those up.

Stefan Agner (7):
  drm/fsl-dcu: specify volatile registers
  drm/fsl-dcu: remove regmap return value checks
  drm/fsl-dcu: avoid memory leak on errors
  drm/fsl-dcu: handle initialization errors properly
  drm/fsl-dcu: mask all interrupts on initialization
  drm/fsl-dcu: fix alpha blending
  drm/fsl-dcu: use mode flags for hsync/vsync pixelclk polarity

 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c  | 143 +++++++++++-----------------
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c   |  65 ++++++-------
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.h   |   8 +-
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_kms.c   |  24 ++++-
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c | 137 ++++++++++++--------------
 drivers/gpu/drm/panel/panel-simple.c        |   2 +
 6 files changed, 171 insertions(+), 208 deletions(-)

-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/7] drm/fsl-dcu: fixes and enhancements Stefan Agner <stefan@agner.ch> - 2015-11-19 03:50 +0100
  [PATCH 5/7] drm/fsl-dcu: mask all interrupts on initialization Stefan Agner <stefan@agner.ch> - 2015-11-19 03:50 +0100
  [PATCH 1/7] drm/fsl-dcu: specify volatile registers Stefan Agner <stefan@agner.ch> - 2015-11-19 03:50 +0100
  [PATCH 6/7] drm/fsl-dcu: fix alpha blending Stefan Agner <stefan@agner.ch> - 2015-11-19 03:50 +0100
  [PATCH 2/7] drm/fsl-dcu: remove regmap return value checks Stefan Agner <stefan@agner.ch> - 2015-11-19 03:50 +0100
  [PATCH 3/7] drm/fsl-dcu: avoid memory leak on errors Stefan Agner <stefan@agner.ch> - 2015-11-19 03:50 +0100

csiph-web