From: Philipp Zabel
Date: Thu, 10 Oct 2013 14:18:36 +0000 (+0200)
Subject: staging: drm/imx: also allow to allocate only 2 DMFC slots for DP full plane
X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~380
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2210d578820f12190fdde4d33758a17336ab4fc;p=pandora-kernel.git
staging: drm/imx: also allow to allocate only 2 DMFC slots for DP full plane
Connecting a 320x240 parallel display on i.MX6 resulted in an invalid DRDY
signal because the DC would not receive NL/EOL events on every line.
Reducing the allocated DMFC space from 4 slots (256 * 128-bit) to 2 slots
(128 * 128-bit) solved the problem.
Signed-off-by: Philipp Zabel
Signed-off-by: Greg Kroah-Hartman
---
Reading git-diff-tree failed