From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbdHNNm2 (ORCPT ); Mon, 14 Aug 2017 09:42:28 -0400 Received: from mail-oi0-f50.google.com ([209.85.218.50]:32954 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751030AbdHNNm1 (ORCPT ); Mon, 14 Aug 2017 09:42:27 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Linus Walleij Date: Mon, 14 Aug 2017 15:42:26 +0200 Message-ID: Subject: Re: [PATCH 2/2] video: fbdev: Enable Xilinx FB for ZynqMP To: Michal Simek Cc: "linux-kernel@vger.kernel.org" , "monstr@monstr.eu" , Daniel Vetter , Benjamin Gaignard , Tomi Valkeinen , Bartlomiej Zolnierkiewicz , Arnd Bergmann , "linux-fbdev@vger.kernel.org" , Krzysztof Kozlowski , Paul Burton Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 8, 2017 at 10:10 AM, Michal Simek wrote: > Enable this driver for Xilinx ZynqMP. > > Signed-off-by: Michal Simek Not a comment on the patch per se, but I would advice you to look into migrating the Xilinx frame buffer to DRI/DRM/KMS. The recent CMA helpers has made it very simple and focused to write DRM drivers. See for example drivers/gpu/drm/pl111 Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Date: Mon, 14 Aug 2017 13:42:26 +0000 Subject: Re: [PATCH 2/2] video: fbdev: Enable Xilinx FB for ZynqMP Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michal Simek Cc: "linux-kernel@vger.kernel.org" , "monstr@monstr.eu" , Daniel Vetter , Benjamin Gaignard , Tomi Valkeinen , Bartlomiej Zolnierkiewicz , Arnd Bergmann , "linux-fbdev@vger.kernel.org" , Krzysztof Kozlowski , Paul Burton On Tue, Aug 8, 2017 at 10:10 AM, Michal Simek wrote: > Enable this driver for Xilinx ZynqMP. > > Signed-off-by: Michal Simek Not a comment on the patch per se, but I would advice you to look into migrating the Xilinx frame buffer to DRI/DRM/KMS. The recent CMA helpers has made it very simple and focused to write DRM drivers. See for example drivers/gpu/drm/pl111 Yours, Linus Walleij