Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750940AbdLSFE5 (ORCPT ); Tue, 19 Dec 2017 00:04:57 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:41790 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750735AbdLSFE4 (ORCPT ); Tue, 19 Dec 2017 00:04:56 -0500 X-Google-Smtp-Source: ACJfBosJdHmjPMFjTnRQqPAVon4foMi0iwZ1HR1o9n5WHYJBpc7x07ryucpZYtsS6FvEgTF7kwXrlTlcsV1lZgABRCM= MIME-Version: 1.0 In-Reply-To: <1ecb4fa914f6a399dc7bb4bd9f8c6ef68a65007d.1513609024.git-series.maxime.ripard@free-electrons.com> References: <1ecb4fa914f6a399dc7bb4bd9f8c6ef68a65007d.1513609024.git-series.maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Tue, 19 Dec 2017 13:04:26 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 01/12] drm/sun4i: backend: Move line stride setup to buffer setup function To: Maxime Ripard Cc: Daniel Vetter , David Airlie , Chen-Yu Tsai , dri-devel , linux-kernel , linux-arm-kernel , Thomas Petazzoni , Neil Armstrong , thomas@vitsch.nl Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 520 Lines: 13 On Mon, Dec 18, 2017 at 10:57 PM, Maxime Ripard wrote: > Setup the line stride in the buffer setup function, since it's tied to the > buffer itself, and is not needed when we do not set the buffer in the > backend. > > This is for example the case when using the frontend and then routing its > output to the backend. > > Reviewed-by: Neil Armstrong > Signed-off-by: Maxime Ripard Reviewed-by: Chen-Yu Tsai