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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 91BB9C6379F for ; Tue, 14 Feb 2023 07:53:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BB5AB10E042; Tue, 14 Feb 2023 07:53:26 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id BBFC010E042 for ; Tue, 14 Feb 2023 07:53:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676361204; x=1707897204; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=cM4LmkGtpEdKy1XzmEMkCrAbuWfRYhF9QWNHUe+unqM=; b=iHUt3EwFpTPJEDpiSv0uTDUbG3dZyYeoFsCzJigkQKJuerWMC2Dj8cou iEJlrABwb1WL79OR8OPD4jIhVMN1+69sCC6nnJH+xxNFm6ywERA+LpVja fHAdp3927arZrrbhQYeuQA7UennMFEczyI6ERip5WRHBUCLlwdAZOm+Tb E2Qnrj5808V6rVjwK3Q7wlhSEEwiqFPNAitCQoiU0GznBNtGJJIdhtxq2 7qYdvzbbQ8PIo26PZBTFycIDwB7WlPa3D1m5o+LCJjhwrYSv0krj7olHd /LkwiHwlB3ToHWevvfBLCL6YlC61AxuLwIYVVwzZQlpjEegHRwzwulYGa g==; X-IronPort-AV: E=McAfee;i="6500,9779,10620"; a="314746823" X-IronPort-AV: E=Sophos;i="5.97,296,1669104000"; d="scan'208";a="314746823" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Feb 2023 23:53:24 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10620"; a="914649066" X-IronPort-AV: E=Sophos;i="5.97,296,1669104000"; d="scan'208";a="914649066" Received: from joe-255.igk.intel.com (HELO localhost) ([10.91.220.57]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Feb 2023 23:53:22 -0800 Date: Tue, 14 Feb 2023 08:53:20 +0100 From: Stanislaw Gruszka To: =?iso-8859-1?Q?Ma=EDra?= Canal Subject: Re: DRM accel and debugfs/sysfs Message-ID: <20230214075320.GA2824540@linux.intel.com> References: <20230201152003.GA2623449@linux.intel.com> <5dfdf605-55a2-28d3-aecf-713a632b2431@igalia.com> <5651b98b-ace8-5009-409f-d6032cb5374d@quicinc.com> <755e6102-9248-03fb-4bd7-089341427165@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <755e6102-9248-03fb-4bd7-089341427165@igalia.com> 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: Jeffrey Hugo , Daniel Vetter , Oded Gabbay , dri-devel@lists.freedesktop.org, Jacek Lawrynowicz Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Feb 09, 2023 at 10:17:26AM -0300, Maíra Canal wrote: > Christian sent today a patchset addressing some problems in the debugfs > API [1]. As he is planning to remove the debugfs_list, I guess it would > be better to wait a while to align accel with the debugfs API, > considering that it currently changing. > > Also, it would be nice to get feedback from the accel side. > > [1] https://lore.kernel.org/dri-devel/613b9aec-7105-ca2d-13cd-16ddd85a6fda@igalia.com/T/ I'll cc accel people and continue the discussion there. Regards Stanislaw