From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA4BDC3A5A7 for ; Tue, 3 Sep 2019 14:32:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDB6023697 for ; Tue, 3 Sep 2019 14:32:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729583AbfICOcp (ORCPT ); Tue, 3 Sep 2019 10:32:45 -0400 Received: from ste-pvt-msa2.bahnhof.se ([213.80.101.71]:3759 "EHLO ste-pvt-msa2.bahnhof.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728925AbfICOcp (ORCPT ); Tue, 3 Sep 2019 10:32:45 -0400 Received: from localhost (localhost [127.0.0.1]) by ste-pvt-msa2.bahnhof.se (Postfix) with ESMTP id 0FAFF3F559; Tue, 3 Sep 2019 16:32:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bahnhof.se Received: from ste-pvt-msa2.bahnhof.se ([127.0.0.1]) by localhost (ste-ftg-msa2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HKnREz6gfMeo; Tue, 3 Sep 2019 16:32:42 +0200 (CEST) Received: from localhost (h-41-252.A163.priv.bahnhof.se [46.59.41.252]) (Authenticated sender: mb547485) by ste-pvt-msa2.bahnhof.se (Postfix) with ESMTPA id 4E10C3F346; Tue, 3 Sep 2019 16:32:42 +0200 (CEST) Date: Tue, 3 Sep 2019 16:32:42 +0200 From: Fredrik Noring To: Aaro Koskinen Cc: Jiaxun Yang , linux-mips@vger.kernel.org Subject: Re: [PATCH 094/120] MIPS: PS2: FB: Frame buffer driver for the PlayStation 2 Message-ID: <20190903143241.GA3595@sx9> References: <4927c42fb3401c42c4c5a077f272331ac79d80b1.1567326213.git.noring@nocrew.org> <1003c9cc-c30e-00a7-7494-4f1cb4862e88@flygoat.com> <20190902144007.GA2479@sx9> <20190902174735.GA4339@darkstar.musicnaut.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190902174735.GA4339@darkstar.musicnaut.iki.fi> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi Aaro, > DRM drivers do provide FB console. Great, thanks! I will look into that. Fredrik