Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756761Ab0LPRZV (ORCPT ); Thu, 16 Dec 2010 12:25:21 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:48626 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756468Ab0LPRZT (ORCPT ); Thu, 16 Dec 2010 12:25:19 -0500 Date: Thu, 16 Dec 2010 11:37:38 -0600 From: David Sin To: arnd@arndb.de Cc: linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, Greg KH , Russell King , Andrew Morton , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH 0/9] TI DMM-TILER driver Message-ID: <20101216173737.GA6767@lba0869738> References: <1291674446-10766-1-git-send-email-davidsin@ti.com> <201012161434.05768.arnd@arndb.de> <20101216172531.GG29435@lba0869738> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101216172531.GG29435@lba0869738> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2137 Lines: 47 On Thu, Dec 16, 2010 at 11:25:31AM -0600, David Sin wrote: > On Thu, Dec 16, 2010 at 02:34:05PM +0100, Arnd Bergmann wrote: > > On Monday 06 December 2010, David Sin wrote: > > > Tiling and Isometric Lightweight Engine for Rotation (TILER) driver > > > ===== > > > > > > Dynamic Memory Manager (DMM) is a hardware block made by Texas Instruments. > > > Within the DMM exists at least one TILER hardware component. Its purpose is to > > > organize video/image memory in a 2-dimensional fashion to limit memory > > > bandwidth and facilitate 0 effort rotation and mirroring. The TILER driver > > > facilitates allocating, freeing, as well as mapping 2D blocks (areas) in the > > > TILER container(s). It also facilitates rotating and mirroring the allocated > > > blocks or its rectangular subsections. > > > > How does this relate to DRM/GEM? I don't understand too much about graphics > > drivers, but it does sound like there is some overlap in functionality. > > > > I guess at the very least the DMM should live in drivers/gpu/ instead of > > drivers/misc, but perhaps it could be integrated more closely with the > > existing code there. > > > > Arnd > Do you know if anyone on your team is familiar with DRM/GEM (grap ext mgr) > for x86? I'm trying to understand the differences and make a case that > it's not the same as DMM/TILER. > > thanks, > -- > David Sin Hi Arnd, I'm not sure exactly how DRM/GEM works.. What functionality do you think is overlapping? The main feature, aside from reduced page accesses, of the DMM hw block is to provide physically contiguous 2 dimensional memory blocks for image and video processing. This hw sits between the interconnect and the ext memory interface in the OMAP, and contains an MMU-like address traslator for "virtually" physically contiguous memory and sdram pages. thank you for your comments. BR, -- David Sin -- 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/