From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751179AbeAVKoh convert rfc822-to-8bit (ORCPT ); Mon, 22 Jan 2018 05:44:37 -0500 Received: from gloria.sntech.de ([95.129.55.99]:60232 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751028AbeAVKog (ORCPT ); Mon, 22 Jan 2018 05:44:36 -0500 From: Heiko Stuebner To: linux-rockchip@lists.infradead.org Cc: Thierry Escande , Archit Taneja , Inki Dae , Thierry Reding , Sandy Huang , Sean Paul , David Airlie , zain wang , Lin Huang , linux-kernel@vger.kernel.org, Douglas Anderson , dri-devel@lists.freedesktop.org, Tomasz Figa , Yakir Yang , =?ISO-8859-1?Q?=D8rjan?= Eide , Mark Yao , Haixia Shi Subject: Re: [PATCH 03/40] drm/rockchip: Respect page offset for PRIME mmap calls Date: Mon, 22 Jan 2018 11:44:25 +0100 Message-ID: <2335179.Wol6YGBpGI@phil> User-Agent: KMail/5.2.3 (Linux/4.14.0-3-amd64; KDE/5.37.0; x86_64; ; ) In-Reply-To: <20180115171614.14474-4-thierry.escande@collabora.com> References: <20180115171614.14474-1-thierry.escande@collabora.com> <20180115171614.14474-4-thierry.escande@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 15. Januar 2018, 18:15:37 CET schrieb Thierry Escande: > From: Ørjan Eide > > When mapping external DMA-bufs through the PRIME mmap call, we might be > given an offset which has to be respected. However for the internal DRM > GEM mmap path, we have to ignore the fake mmap offset used to identify > the buffer only. Currently the code always zeroes out vma->vm_pgoff, > which breaks the former. > > This patch fixes the problem by moving the vm_pgoff assignment to a > function that is used only for GEM mmap path, so that the PRIME path > retains the original offset. > > Cc: Daniel Kurtz > Signed-off-by: Ørjan Eide > Signed-off-by: Tomasz Figa > Signed-off-by: Sean Paul > Signed-off-by: Thierry Escande On rk3036 + lima and rk3328 + lima Tested-by: Heiko Stuebner