From mboxrd@z Thu Jan 1 00:00:00 1970
From: Philipp Zabel
Subject: [PATCH 0/4] IPU DMFC bandwidth allocation fix and cleanups
Date: Fri, 21 Jun 2013 10:57:17 +0200
Message-ID: <1371805041-9299-1-git-send-email-p.zabel@pengutronix.de>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: "linux-arm-kernel"
Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org
To: linux-arm-kernel@lists.infradead.org
Cc: Greg Kroah-Hartman , Shawn Guo , Fabio Estevam , dri-devel@lists.freedesktop.org, kernel@pengutronix.de
List-Id: dri-devel@lists.freedesktop.org
Hi,
the following patches remove some unused variables, replace some
hard-coded channel numbers with existing descriptive defines, fix
the DMFC bandwidth (or rather: FIFO space) allocation, and update
ipu_page_flip() to immediately set crtc->fb.
regards
Philipp
---
drivers/staging/imx-drm/imx-drm-core.c | 3 ---
drivers/staging/imx-drm/ipu-v3/ipu-dmfc.c | 22 ++++++++++++++++------
drivers/staging/imx-drm/ipuv3-crtc.c | 7 +------
3 files changed, 17 insertions(+), 15 deletions(-)