Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp144765pxb; Wed, 11 Nov 2020 23:11:14 -0800 (PST) X-Google-Smtp-Source: ABdhPJw2dcgXRE4IbXOudbsKlCnSKcpegsQiCx0xESlzjnbY3OsIMqun1Rs+b6qShJ3iXqNb2utG X-Received: by 2002:a17:906:b104:: with SMTP id u4mr27984088ejy.121.1605165073790; Wed, 11 Nov 2020 23:11:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605165073; cv=none; d=google.com; s=arc-20160816; b=Z0ER5nBP3rzGhvYyZfYg7uE/beddhQCZ93hCEZlHyb8Uh5VbU3L4jWBBM+zIyRE9AO QCy3hsBgiVUSNPf9JoBGPEXTaaT9vs7rHFD8i9hRGoGerB9v2VbXkRtnRDK/edQDJiVR qYEacX3A07IdTJrJcpweBQk1cMidGLZ6XR3MkZIDw/2l1FJI2IJ1ToNad72Swn3yjG1g K3MdhSUCk5S1LxYKAteoJQgcUY8ymcYq0jqSGfQDdMR/lA0uxN1r1wHagRvpxa4IIhgf vVRfagQ0twTCpDI3pXSfYDxDDMJkan857FdzjV6HHDh9mjUvN7EvsdiZvkqGs0Z7xI// ugyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=dI0UP9loLbhhtF7waIeHa1Zq4KxbI5VaqMxExA8xQRs=; b=bqzrxIJsgzuqZyF14Qleanxa7pJeZs0YW3KTpesvET+ifBhU2osPzPnkQyWvg7RExG zpWDFc/06NHUT7E/fspF3NhnmKZpNdbfXnezLpxJYQaPOYaC9hASWLOrdTq05FlE4kif SYD/mNAikMXPTOWPCpykY+dQhlBxsEBbplYRA9H5Gr9ZOonpUGVhzLTK4T555P2u1KHC vgBwx5wd47T3Sz8AH98g4D9eZ3iDEdxKAzsErw10fdJV/twgJfmbiPvoWkSFHWFl38Fk 50khAqmT6pwGB9+EjA/YI+of/Ik6KH6cacTS18CwYqCkONd27czo0pCDHJNd5w74EuOz GwzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t2si3291943edj.427.2020.11.11.23.10.49; Wed, 11 Nov 2020 23:11:13 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726291AbgKLHHx (ORCPT + 99 others); Thu, 12 Nov 2020 02:07:53 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:7518 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725902AbgKLHH0 (ORCPT ); Thu, 12 Nov 2020 02:07:26 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CWt2V1WpVzhkl7; Thu, 12 Nov 2020 15:07:14 +0800 (CST) Received: from huawei.com (10.69.192.56) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Thu, 12 Nov 2020 15:07:15 +0800 From: Luo Jiaxing To: , , CC: , , , , , , , , , , , Subject: [PATCH v4 5/5] drm/i915/display: Introduce DEFINE_SHOW_STORE_ATTRIBUTE for debugfs Date: Thu, 12 Nov 2020 15:07:43 +0800 Message-ID: <1605164864-58944-6-git-send-email-luojiaxing@huawei.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1605164864-58944-1-git-send-email-luojiaxing@huawei.com> References: <1605164864-58944-1-git-send-email-luojiaxing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Seq introduce a new helper macro DEFINE_SHOW_STORE_ATTRIBUTE for Read-Write file, so we apply it at drm/i915/display to reduce some duplicated code. Signed-off-by: Luo Jiaxing --- .../gpu/drm/i915/display/intel_display_debugfs.c | 55 ++-------------------- 1 file changed, 4 insertions(+), 51 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_debugfs.c b/drivers/gpu/drm/i915/display/intel_display_debugfs.c index 0bf31f9..8bf839f 100644 --- a/drivers/gpu/drm/i915/display/intel_display_debugfs.c +++ b/drivers/gpu/drm/i915/display/intel_display_debugfs.c @@ -1329,21 +1329,7 @@ static int i915_displayport_test_active_show(struct seq_file *m, void *data) return 0; } -static int i915_displayport_test_active_open(struct inode *inode, - struct file *file) -{ - return single_open(file, i915_displayport_test_active_show, - inode->i_private); -} - -static const struct file_operations i915_displayport_test_active_fops = { - .owner = THIS_MODULE, - .open = i915_displayport_test_active_open, - .read = seq_read, - .llseek = seq_lseek, - .release = single_release, - .write = i915_displayport_test_active_write -}; +DEFINE_SHOW_STORE_ATTRIBUTE(i915_displayport_test_active); static int i915_displayport_test_data_show(struct seq_file *m, void *data) { @@ -1733,19 +1719,7 @@ static ssize_t i915_hpd_storm_ctl_write(struct file *file, return len; } -static int i915_hpd_storm_ctl_open(struct inode *inode, struct file *file) -{ - return single_open(file, i915_hpd_storm_ctl_show, inode->i_private); -} - -static const struct file_operations i915_hpd_storm_ctl_fops = { - .owner = THIS_MODULE, - .open = i915_hpd_storm_ctl_open, - .read = seq_read, - .llseek = seq_lseek, - .release = single_release, - .write = i915_hpd_storm_ctl_write -}; +DEFINE_SHOW_STORE_ATTRIBUTE(i915_hpd_storm_ctl); static int i915_hpd_short_storm_ctl_show(struct seq_file *m, void *data) { @@ -1811,14 +1785,7 @@ static ssize_t i915_hpd_short_storm_ctl_write(struct file *file, return len; } -static const struct file_operations i915_hpd_short_storm_ctl_fops = { - .owner = THIS_MODULE, - .open = i915_hpd_short_storm_ctl_open, - .read = seq_read, - .llseek = seq_lseek, - .release = single_release, - .write = i915_hpd_short_storm_ctl_write, -}; +DEFINE_SHOW_STORE_ATTRIBUTE(i915_hpd_short_storm_ctl); static int i915_drrs_ctl_set(void *data, u64 val) { @@ -2181,21 +2148,7 @@ static ssize_t i915_dsc_fec_support_write(struct file *file, return len; } -static int i915_dsc_fec_support_open(struct inode *inode, - struct file *file) -{ - return single_open(file, i915_dsc_fec_support_show, - inode->i_private); -} - -static const struct file_operations i915_dsc_fec_support_fops = { - .owner = THIS_MODULE, - .open = i915_dsc_fec_support_open, - .read = seq_read, - .llseek = seq_lseek, - .release = single_release, - .write = i915_dsc_fec_support_write -}; +DEFINE_SHOW_STORE_ATTRIBUTE(i915_dsc_fec_support); /** * intel_connector_debugfs_add - add i915 specific connector debugfs files -- 2.7.4