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=-9.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 B7B39C00523 for ; Wed, 8 Jan 2020 05:24:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 861C120720 for ; Wed, 8 Jan 2020 05:24:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="QLx9yX4o" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726797AbgAHFYT (ORCPT ); Wed, 8 Jan 2020 00:24:19 -0500 Received: from mail-pj1-f66.google.com ([209.85.216.66]:39447 "EHLO mail-pj1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726731AbgAHFYN (ORCPT ); Wed, 8 Jan 2020 00:24:13 -0500 Received: by mail-pj1-f66.google.com with SMTP id t101so559921pjb.4 for ; Tue, 07 Jan 2020 21:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UOwyKJvK30gkDautsCvwyHXlhtr89ohJP+HqIMRnEEY=; b=QLx9yX4oKgUhsf9zqBiMKi9PC3cJUGptpG/rsIeA0xAbFDz3AFhMYQndfD4e5TiiA5 wduA+xP76VAH3pTE/Y7N2zNP97+RQWMddxzeUn/Nf0v4LIAyD01x4QhbaispCA389giy 7q8R+qc9ynzewq3J8aV43Z09BdUAkc5nDf8Fg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UOwyKJvK30gkDautsCvwyHXlhtr89ohJP+HqIMRnEEY=; b=GQqQQa5bUBlnvd6l3/BMzL/RmrFpFgTInTjf8dOj9VRuXUb+4a5nV1MPvbRPrLjUgV 9H29zI9cWE1H83PATy28CjWNW+Tdc9pGIy+C8rMS6giT14DLoZU7H7gx6dWvtpUUr9bY Pnr6D5FtioI/jBc9CmR9IDs3J8KS3F+6XidyHNk5l/xc0x7PwWQnYyBttUCRBHtTUxNa Sd6tXtmtUwVD36J9WPgKj169Man7wMmv9DrCbEI3DZcahSlFCujdfv7b9XAd8wjKBFf4 iLM4BytkJaN2sPIJIOw5uqDypy1QOh9ocDYv6fXRoETE2EhBPFY5WZzjKnA3SK42OEqb QS6A== X-Gm-Message-State: APjAAAUjZkSiHOVn7aKDwWjaMAtLGefqzOfEVixmN6GvKh44PkFP8VYL Ijum3rJEns9eLzkbemaKD8XPAQ== X-Google-Smtp-Source: APXvYqyP94Ucu5iILCPq19i7mowizjkSB4O/xb8qsx3dYRf/q3ysQY9apimu4OZEq+YRXwTIHiTnjQ== X-Received: by 2002:a17:902:265:: with SMTP id 92mr3326908plc.188.1578461052777; Tue, 07 Jan 2020 21:24:12 -0800 (PST) Received: from drinkcat2.tpe.corp.google.com ([2401:fa00:1:b:d8b7:33af:adcb:b648]) by smtp.gmail.com with ESMTPSA id n24sm387505pff.12.2020.01.07.21.24.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jan 2020 21:24:12 -0800 (PST) From: Nicolas Boichat To: Rob Herring Cc: David Airlie , Daniel Vetter , Mark Rutland , Matthias Brugger , Tomeu Vizoso , Steven Price , Alyssa Rosenzweig , Liam Girdwood , Mark Brown , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, hsinyi@chromium.org Subject: [PATCH v2 6/7, RFC] drm/panfrost: Add bifrost compatible string Date: Wed, 8 Jan 2020 13:23:36 +0800 Message-Id: <20200108052337.65916-7-drinkcat@chromium.org> X-Mailer: git-send-email 2.24.1.735.g03f4e72817-goog In-Reply-To: <20200108052337.65916-1-drinkcat@chromium.org> References: <20200108052337.65916-1-drinkcat@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For testing only, the driver doesn't really work yet, AFAICT. Signed-off-by: Nicolas Boichat --- drivers/gpu/drm/panfrost/panfrost_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c index 48e3c4165247cea..f3a4d77266ba961 100644 --- a/drivers/gpu/drm/panfrost/panfrost_drv.c +++ b/drivers/gpu/drm/panfrost/panfrost_drv.c @@ -591,6 +591,7 @@ static const struct of_device_id dt_match[] = { { .compatible = "arm,mali-t830" }, { .compatible = "arm,mali-t860" }, { .compatible = "arm,mali-t880" }, + { .compatible = "arm,mali-bifrost" }, {} }; MODULE_DEVICE_TABLE(of, dt_match); -- 2.24.1.735.g03f4e72817-goog 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=-9.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 BAD5CC00523 for ; Wed, 8 Jan 2020 05:25:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8B6BA20705 for ; Wed, 8 Jan 2020 05:25:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WV7ZRUHw"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="QLx9yX4o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B6BA20705 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bPROZIpydy6ztmy4ATmh12k3DZToblzswyBtwiAAY80=; b=WV7ZRUHw7PNkJL YW0BI0MoGSOS+BsguHguAqatqSLVJ2t1/2lrxQGfM312lIm1Rd68Tp4uJhZBFCWxea6Jlncua/6Wd pslqOIiwe+DASm43Mc07vsTA998lED6vOLLXwiwccpvJ4Mypcec7A0fc2TNtDmo0OcmOLq6SZDKQ+ onibaXQ742+HNQUkFW7bgd1CIHWR9j1tPhHXuh5q+MmN/jjCuom4RrAQwjfM1RCcQiWE82cipe/Cd xBhjjJi+q29er1DZ+B46qKEDpcT236zbRUt1NftvfdeAr7ZLY6S5J+B5wlwOocoQJJ9xDmPbZyZVe C7wHXBmXijL2Pmt5WZeQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ip3qW-0007R8-7j; Wed, 08 Jan 2020 05:25:32 +0000 Received: from mail-pj1-x1041.google.com ([2607:f8b0:4864:20::1041]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ip3pF-0004xH-Q3 for linux-mediatek@lists.infradead.org; Wed, 08 Jan 2020 05:24:15 +0000 Received: by mail-pj1-x1041.google.com with SMTP id n59so563794pjb.1 for ; Tue, 07 Jan 2020 21:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UOwyKJvK30gkDautsCvwyHXlhtr89ohJP+HqIMRnEEY=; b=QLx9yX4oKgUhsf9zqBiMKi9PC3cJUGptpG/rsIeA0xAbFDz3AFhMYQndfD4e5TiiA5 wduA+xP76VAH3pTE/Y7N2zNP97+RQWMddxzeUn/Nf0v4LIAyD01x4QhbaispCA389giy 7q8R+qc9ynzewq3J8aV43Z09BdUAkc5nDf8Fg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UOwyKJvK30gkDautsCvwyHXlhtr89ohJP+HqIMRnEEY=; b=HdRO7EdSi/tE3Lu5RQKMt+6dO9ul9rLiKsLrNzidkAjr8BEtZrbTWswYl6ZG6pd+ym KAifmtCUpTeM6w5eCoayUTNgmFkOXR9tnboRNDYSkHeOJh46WhXKUHl4WiTOXXe/VrlN KjIk97K3kLOBGgQw6QJ29jbIqOiIDQvAhDx8BNXd16Elvj9dvCs94wJF7CVe25dn1x8v rQ3yQXxw412iwvWspiymvMGCbdrTsa/HMnskJ4kNNhEaw5SocAKOPScCOZL4xStHGULl VOlMRv/BsIaz515T9ReuDcOD+ZWNBvTxQMC7z0CvG6za1a0npiitq2XWvlZ5ZP2wIorp av7A== X-Gm-Message-State: APjAAAVmyMgf0jt+jLX+sReEEVAxruZMGavwCk4J00XKMGMRxjsGKa2S ubJQIVgN/5qzMCWDuO/4Dvk5mQ== X-Google-Smtp-Source: APXvYqyP94Ucu5iILCPq19i7mowizjkSB4O/xb8qsx3dYRf/q3ysQY9apimu4OZEq+YRXwTIHiTnjQ== X-Received: by 2002:a17:902:265:: with SMTP id 92mr3326908plc.188.1578461052777; Tue, 07 Jan 2020 21:24:12 -0800 (PST) Received: from drinkcat2.tpe.corp.google.com ([2401:fa00:1:b:d8b7:33af:adcb:b648]) by smtp.gmail.com with ESMTPSA id n24sm387505pff.12.2020.01.07.21.24.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jan 2020 21:24:12 -0800 (PST) From: Nicolas Boichat To: Rob Herring Subject: [PATCH v2 6/7, RFC] drm/panfrost: Add bifrost compatible string Date: Wed, 8 Jan 2020 13:23:36 +0800 Message-Id: <20200108052337.65916-7-drinkcat@chromium.org> X-Mailer: git-send-email 2.24.1.735.g03f4e72817-goog In-Reply-To: <20200108052337.65916-1-drinkcat@chromium.org> References: <20200108052337.65916-1-drinkcat@chromium.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200107_212414_045288_283D3867 X-CRM114-Status: UNSURE ( 9.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Tomeu Vizoso , David Airlie , linux-kernel@vger.kernel.org, Liam Girdwood , dri-devel@lists.freedesktop.org, Steven Price , Mark Brown , linux-mediatek@lists.infradead.org, Alyssa Rosenzweig , Daniel Vetter , hsinyi@chromium.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org For testing only, the driver doesn't really work yet, AFAICT. Signed-off-by: Nicolas Boichat --- drivers/gpu/drm/panfrost/panfrost_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c index 48e3c4165247cea..f3a4d77266ba961 100644 --- a/drivers/gpu/drm/panfrost/panfrost_drv.c +++ b/drivers/gpu/drm/panfrost/panfrost_drv.c @@ -591,6 +591,7 @@ static const struct of_device_id dt_match[] = { { .compatible = "arm,mali-t830" }, { .compatible = "arm,mali-t860" }, { .compatible = "arm,mali-t880" }, + { .compatible = "arm,mali-bifrost" }, {} }; MODULE_DEVICE_TABLE(of, dt_match); -- 2.24.1.735.g03f4e72817-goog _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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=-9.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 0E5C9C00523 for ; Wed, 8 Jan 2020 05:25:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D458420678 for ; Wed, 8 Jan 2020 05:25:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lEICrZzB"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="QLx9yX4o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D458420678 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=m4Knv7z14lS960lr1x8Fe2dB5hbW7na3ShttahBRIh4=; b=lEICrZzBzzeJFz Zn4LVEBUV/CIxlmy646RXN0dSf94lyJKqiN5tYJMVNgjYjp+cVUHU2TeZ/+qJyJr2EfI1gzgnLuKt +zjjXM1s7hAqoqfyVetXArzxK5XwkopaxM2gTHJx8r6aKmXIP8rk5LbJ7G1S2iAgl7i4qDM2oyZVA xT4v4ugOx8ApVYo2nJTisFi66jR5VJGrX9Xfa3HW6anNEcfUcbEDwUIkEKTRUV1v4mKoMz9YMi7JN Xneo/7/w8aTJFSRzNhfzlyam27mbj5EticWhnICDb9ehzYcSteCNOKiIGc/gasmE+ZY4TL57uSTNi TbsxTMyxQaaHT0FSi6cg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ip3qp-0007il-OK; Wed, 08 Jan 2020 05:25:51 +0000 Received: from mail-pj1-x1041.google.com ([2607:f8b0:4864:20::1041]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ip3pF-0004xG-Pq for linux-arm-kernel@lists.infradead.org; Wed, 08 Jan 2020 05:24:17 +0000 Received: by mail-pj1-x1041.google.com with SMTP id bg7so557569pjb.5 for ; Tue, 07 Jan 2020 21:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UOwyKJvK30gkDautsCvwyHXlhtr89ohJP+HqIMRnEEY=; b=QLx9yX4oKgUhsf9zqBiMKi9PC3cJUGptpG/rsIeA0xAbFDz3AFhMYQndfD4e5TiiA5 wduA+xP76VAH3pTE/Y7N2zNP97+RQWMddxzeUn/Nf0v4LIAyD01x4QhbaispCA389giy 7q8R+qc9ynzewq3J8aV43Z09BdUAkc5nDf8Fg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UOwyKJvK30gkDautsCvwyHXlhtr89ohJP+HqIMRnEEY=; b=RO9x3JEUDoipo6Wx+JAScdAYiX3EQ4ZDcgwIE29fEZH8Wht2HU1nUTCq7LlyqUZZYj JSIWiAWUAVhI3fTR4y1xJXjMwaMkBfuUgTEvH4ZxNbPxFgquTb+3L2hOCp+ly2kxPXKR CiuK6X40YvXxCJ0DJH8LYtN9rF0pOcZvptT6sjTfnOWIp0NAUQYGRN/34kgbK2aw1Qls TkVpdDNB0MJgZvZYs7hcaLp4IuJbZwanXbqLk4nhi6WzQ8VB7iHpGSVPjzZzI8VRlpP/ TB5C1bsxiXJDRsADZrzrHvNxayjyYEFlM36CAiKNXRYOljrAro35V+W04zsTXTyOLd9a BhBw== X-Gm-Message-State: APjAAAVqclJgBt/qDzBdXlgM+wpK5+TFmvNoCuOUy+mBaFc+xc3fAivL /0rvYRs8yYO9DElQZiIAdIvBBQ== X-Google-Smtp-Source: APXvYqyP94Ucu5iILCPq19i7mowizjkSB4O/xb8qsx3dYRf/q3ysQY9apimu4OZEq+YRXwTIHiTnjQ== X-Received: by 2002:a17:902:265:: with SMTP id 92mr3326908plc.188.1578461052777; Tue, 07 Jan 2020 21:24:12 -0800 (PST) Received: from drinkcat2.tpe.corp.google.com ([2401:fa00:1:b:d8b7:33af:adcb:b648]) by smtp.gmail.com with ESMTPSA id n24sm387505pff.12.2020.01.07.21.24.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jan 2020 21:24:12 -0800 (PST) From: Nicolas Boichat To: Rob Herring Subject: [PATCH v2 6/7, RFC] drm/panfrost: Add bifrost compatible string Date: Wed, 8 Jan 2020 13:23:36 +0800 Message-Id: <20200108052337.65916-7-drinkcat@chromium.org> X-Mailer: git-send-email 2.24.1.735.g03f4e72817-goog In-Reply-To: <20200108052337.65916-1-drinkcat@chromium.org> References: <20200108052337.65916-1-drinkcat@chromium.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200107_212414_045292_343397C9 X-CRM114-Status: GOOD ( 11.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Tomeu Vizoso , David Airlie , linux-kernel@vger.kernel.org, Liam Girdwood , dri-devel@lists.freedesktop.org, Steven Price , Mark Brown , linux-mediatek@lists.infradead.org, Alyssa Rosenzweig , Daniel Vetter , hsinyi@chromium.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org For testing only, the driver doesn't really work yet, AFAICT. Signed-off-by: Nicolas Boichat --- drivers/gpu/drm/panfrost/panfrost_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c index 48e3c4165247cea..f3a4d77266ba961 100644 --- a/drivers/gpu/drm/panfrost/panfrost_drv.c +++ b/drivers/gpu/drm/panfrost/panfrost_drv.c @@ -591,6 +591,7 @@ static const struct of_device_id dt_match[] = { { .compatible = "arm,mali-t830" }, { .compatible = "arm,mali-t860" }, { .compatible = "arm,mali-t880" }, + { .compatible = "arm,mali-bifrost" }, {} }; MODULE_DEVICE_TABLE(of, dt_match); -- 2.24.1.735.g03f4e72817-goog _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 40DAFC00523 for ; Wed, 8 Jan 2020 05:24:15 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 12E6F2073D for ; Wed, 8 Jan 2020 05:24:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="QLx9yX4o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 12E6F2073D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8D0226E177; Wed, 8 Jan 2020 05:24:14 +0000 (UTC) Received: from mail-pj1-x1044.google.com (mail-pj1-x1044.google.com [IPv6:2607:f8b0:4864:20::1044]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2BC026E853 for ; Wed, 8 Jan 2020 05:24:13 +0000 (UTC) Received: by mail-pj1-x1044.google.com with SMTP id t101so559920pjb.4 for ; Tue, 07 Jan 2020 21:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UOwyKJvK30gkDautsCvwyHXlhtr89ohJP+HqIMRnEEY=; b=QLx9yX4oKgUhsf9zqBiMKi9PC3cJUGptpG/rsIeA0xAbFDz3AFhMYQndfD4e5TiiA5 wduA+xP76VAH3pTE/Y7N2zNP97+RQWMddxzeUn/Nf0v4LIAyD01x4QhbaispCA389giy 7q8R+qc9ynzewq3J8aV43Z09BdUAkc5nDf8Fg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UOwyKJvK30gkDautsCvwyHXlhtr89ohJP+HqIMRnEEY=; b=MJlyW/9N/Wgq6iQEAXMvpx054a6N/qyGAXf0WN8z/V8ARF2Pd759jwNQVzGdd+ukHZ 9Hqw7Cvs87ZNqNPzwbwFIGiZ+DpS9C/+XAyAfYTTOoDjI+JSUVm1eg02Pu+ZrWgtTvo7 jJa/yseE1qBsFsCDUhI6j6GGl/+drhVNmrxg+jwDIeFELg5r27Uid1rbsWZAJdwr+hH2 EcD1rtOgT/mPHWbZI+8hSFgjz7AGjs5iwAavvGbP6L8sDQ4Dh2rtHT7rowF1C123Z1z5 lBvpYMTDFtHJkmO4H1lMekcXqhKduxoziqgblj+H2SN0EblVUFBDzTAujC909eLuNwB4 bt5Q== X-Gm-Message-State: APjAAAVSNA3TR18Umk3oFBtXCdEYqCUZu7aWiV0fWcCiAdGeWRTwl26l h4dQB4JRGB7mlV7ClUmTFhO2Aw== X-Google-Smtp-Source: APXvYqyP94Ucu5iILCPq19i7mowizjkSB4O/xb8qsx3dYRf/q3ysQY9apimu4OZEq+YRXwTIHiTnjQ== X-Received: by 2002:a17:902:265:: with SMTP id 92mr3326908plc.188.1578461052777; Tue, 07 Jan 2020 21:24:12 -0800 (PST) Received: from drinkcat2.tpe.corp.google.com ([2401:fa00:1:b:d8b7:33af:adcb:b648]) by smtp.gmail.com with ESMTPSA id n24sm387505pff.12.2020.01.07.21.24.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jan 2020 21:24:12 -0800 (PST) From: Nicolas Boichat To: Rob Herring Subject: [PATCH v2 6/7, RFC] drm/panfrost: Add bifrost compatible string Date: Wed, 8 Jan 2020 13:23:36 +0800 Message-Id: <20200108052337.65916-7-drinkcat@chromium.org> X-Mailer: git-send-email 2.24.1.735.g03f4e72817-goog In-Reply-To: <20200108052337.65916-1-drinkcat@chromium.org> References: <20200108052337.65916-1-drinkcat@chromium.org> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Tomeu Vizoso , David Airlie , linux-kernel@vger.kernel.org, Liam Girdwood , dri-devel@lists.freedesktop.org, Steven Price , Mark Brown , linux-mediatek@lists.infradead.org, Alyssa Rosenzweig , hsinyi@chromium.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" For testing only, the driver doesn't really work yet, AFAICT. Signed-off-by: Nicolas Boichat --- drivers/gpu/drm/panfrost/panfrost_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panfrost/panfrost_drv.c b/drivers/gpu/drm/panfrost/panfrost_drv.c index 48e3c4165247cea..f3a4d77266ba961 100644 --- a/drivers/gpu/drm/panfrost/panfrost_drv.c +++ b/drivers/gpu/drm/panfrost/panfrost_drv.c @@ -591,6 +591,7 @@ static const struct of_device_id dt_match[] = { { .compatible = "arm,mali-t830" }, { .compatible = "arm,mali-t860" }, { .compatible = "arm,mali-t880" }, + { .compatible = "arm,mali-bifrost" }, {} }; MODULE_DEVICE_TABLE(of, dt_match); -- 2.24.1.735.g03f4e72817-goog _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel