Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1343580 > unrolled thread
| Started by | Stefan Agner <stefan@agner.ch> |
|---|---|
| First post | 2016-02-26 00:40 +0100 |
| Last post | 2016-02-26 00:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 0/7] drm/fsl-dcu: fixes and enhancements Stefan Agner <stefan@agner.ch> - 2016-02-26 00:40 +0100
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2016-02-26 00:40 +0100 |
| Subject | Re: [PATCH 0/7] drm/fsl-dcu: fixes and enhancements |
| Message-ID | <r6dFM-2OI-5@gated-at.bofh.it> |
On 2015-11-18 18:42, Stefan Agner wrote: > 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. Applied 1-6 to my tree: http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=shortlog;h=refs/heads/for-next Will send out a pull request for that tree soonish. > > 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(-)
Back to top | Article view | linux.kernel
csiph-web