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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MSGID_FROM_MTA_HEADER,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 896B8C433ED for ; Thu, 29 Apr 2021 15:18:21 +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 26557600D4 for ; Thu, 29 Apr 2021 15:18:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 26557600D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=vivo.com 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 5F96C6E0B7; Thu, 29 Apr 2021 15:18:20 +0000 (UTC) Received: from mail-m17642.qiye.163.com (mail-m17642.qiye.163.com [59.111.176.42]) by gabe.freedesktop.org (Postfix) with ESMTPS id A06E96E0B7; Thu, 29 Apr 2021 15:18:18 +0000 (UTC) Received: from vivo.com (localhost [127.0.0.1]) by mail-m17642.qiye.163.com (Hmail) with ESMTP id 14B8322010B; Thu, 29 Apr 2021 23:18:15 +0800 (CST) Message-ID: To: Rodrigo Siqueira Subject: =?UTF-8?B?UmU6UmU6IFtQQVRDSF0gZHJtL2FtZC9kaXNwbGF5OiBSZW1vdmUgZHVwbGljYXRlIGluY2x1ZGUgb2YgaHVicC5o?= X-Priority: 3 X-Mailer: HMail Webmail Server V2.0 Copyright (c) 2016-163.com X-Originating-IP: 180.111.217.84 In-Reply-To: <20210429144121.v6ycsvwkk64s7grp@outlook.office365.com> MIME-Version: 1.0 Received: from wanjiabing@vivo.com( [180.111.217.84) ] by ajax-webmail ( [127.0.0.1] ) ; Thu, 29 Apr 2021 23:18:15 +0800 (GMT+08:00) From: Jiabing Wan Date: Thu, 29 Apr 2021 23:18:15 +0800 (GMT+08:00) X-HM-Spam-Status: e1kfGhgUHx5ZQUtXWQgYFAkeWUFZS1VLWVdZKFlBSE83V1ktWUFJV1kPCR oVCBIfWUFZGUofT1ZKHUpPSU5DSUJPGh5VEwETFhoSFyQUDg9ZV1kWGg8SFR0UWUFZT0tIVUpKS0 hKTFVLWQY+ X-HM-Sender-Digest: e1kJHlYWEh9ZQU1ISUhMQk5CSUxMN1dZDB4ZWUEPCQ4eV1kSHx4VD1lB WUc6OVE6NRw*PT8RDkguOU88HioICFZPCRBVSFVKTUpCTEtCT0JOT0NOVTMWGhIXVQwaFRESGhkS FRw7DRINFFUYFBZFWVdZEgtZQVlKQ0tVSkpKVUlKTFVDT1lXWQgBWUFNSUJINwY+ X-HM-Tid: 0a791e358738d998kuws14b8322010b 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: Anson Jacob , Eric Yang , Wesley Chalmers , Leo Li , Bhawanpreet Lakha , dri-devel@lists.freedesktop.org, Chiawen Huang , linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, Nicholas Kazlauskas , Meenakshikumar Somasundaram , David Airlie , Aurabindo Pillai , Alvin Lee , Wayne Lin , Alex Deucher , kael_w@yeah.net, =?UTF-8?Q?Christian_K=C3=B6nig?= Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" >Is your robot public available? Sorry, I started to write the robot just one week ago. It is not strong and complete enough so it is not public available now. But I am still working on it. If complete, it can be public available. In fact, this patch is catched by the script called checkinclude.pl in linux/script. The robot just run the script and catch it ;). There will be more scripts in the robot and I think it will be public available soon. >btw, applied to amd-staging-drm-next. Thank you very much. > >Thanks >On 04/29, Jiabing Wan wrote: >> >> >Nice catch! >> > >> >Are you using any tool to identify this problem? >> >> Yes, I have a robot including many detecting scripts :) >> >> >Reviewed-by: Rodrigo Siqueira >> > >> >On 04/29, Wan Jiabing wrote: >> >> In commit 482812d56698e ("drm/amd/display: Set max TTU on >> >> DPG enable"), "hubp.h" was added which caused the duplicate include. >> >> To be on the safe side, remove the later duplicate include. >> >> >> >> Signed-off-by: Wan Jiabing >> >> --- >> >> drivers/gpu/drm/amd/display/dc/core/dc.c | 1 - >> >> 1 file changed, 1 deletion(-) >> >> >> >> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c >> >> index 8f0a13807d05..dcaa6b1e16af 100644 >> >> --- a/drivers/gpu/drm/amd/display/dc/core/dc.c >> >> +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c >> >> @@ -58,7 +58,6 @@ >> >> #include "dc_link_ddc.h" >> >> #include "dm_helpers.h" >> >> #include "mem_input.h" >> >> -#include "hubp.h" >> >> >> >> #include "dc_link_dp.h" >> >> #include "dc_dmub_srv.h" >> >> -- >> >> 2.25.1 >> >> >> > >> >-- >> >Rodrigo Siqueira >> >https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsiqueira.tech%2F&data=04%7C01%7CRodrigo.Siqueira%40amd.com%7Cb8ff161b3a904a49e59808d90b0991d9%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637552958013669698%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=I7AtEiOlzUuRQag7uAuArUvfd64l1b3gstq7ZTeucik%3D&reserved=0 >> >> Yours, >> Wan Jiabing >> > >-- >Rodrigo Siqueira >https://siqueira.tech Yours, Wan Jiabing _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel