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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 56BD8C2D0CE for ; Tue, 21 Jan 2020 16:35:48 +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 2B7012051A for ; Tue, 21 Jan 2020 16:35:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="AlHP99hP" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2B7012051A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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 758166E227; Tue, 21 Jan 2020 16:35:47 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 14B856E227 for ; Tue, 21 Jan 2020 16:35:46 +0000 (UTC) Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CC86B206A2 for ; Tue, 21 Jan 2020 16:35:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579624545; bh=nDBgrcmcVV+bME7/k9Et5yvKddM+pNs77UcTAgXEVDA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=AlHP99hPMUQwdOTrU8hOg3UQ4C9Nl8xyD8D/EKnXg1Y2SxKH9QqZ6LUagDMdboyGl x/MYMProHwITO84eRPYtUWIdNW3nbrRijEf0p29mnLkGCdQ2HM0WXO0erkS6V2jk4v +vd6yB+I0j0pKSGcRZMWekPe90tcHTChuPYzcD2Q= Received: by mail-qv1-f52.google.com with SMTP id x1so1729481qvr.8 for ; Tue, 21 Jan 2020 08:35:45 -0800 (PST) X-Gm-Message-State: APjAAAV3xF7E5QWCRZz0NY8tljER6Cxmj0Rct24bOW+pe/9ZoE01npik AV/AZgQ0yQco+eDrCkG1IhngynqCFz4Qj9r1LA== X-Google-Smtp-Source: APXvYqyQgLWbbbl5h99b1XQndCN+P8UL2+GEct+U5tShIxZIptmCOtFZHqGHMWtJ3Tk8qCtmwxXHh/CRegYVZlcR054= X-Received: by 2002:a0c:f6cd:: with SMTP id d13mr5569919qvo.20.1579624544956; Tue, 21 Jan 2020 08:35:44 -0800 (PST) MIME-Version: 1.0 References: <20191214045952.9452-1-ezequiel@collabora.com> In-Reply-To: From: Rob Herring Date: Tue, 21 Jan 2020 10:35:33 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2] drm/panfrost: Prefix interrupt handlers' names To: Ezequiel Garcia 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: Steven Price , Collabora Kernel ML , dri-devel , Tomeu Vizoso , Alyssa Rosenzweig Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Jan 20, 2020 at 11:56 AM Ezequiel Garcia wrote: > > On Sat, 2019-12-14 at 01:59 -0300, Ezequiel Garcia wrote: > > Currently, the interrupt lines requested by Panfrost > > use unmeaningful names, which adds some obscurity > > to interrupt introspection (i.e. any tool based > > on procfs' interrupts file). > > > > In order to improve this, prefix each requested > > interrupt with the module name: panfrost-{gpu,job,mmu}. > > > > Signed-off-by: Ezequiel Garcia > > Gentle ping. Applied. Rob _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel