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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 E0FB6C433E0 for ; Tue, 9 Jun 2020 00:16:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B646320812 for ; Tue, 9 Jun 2020 00:16:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="DMvCpr8o" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731315AbgFIAQA (ORCPT ); Mon, 8 Jun 2020 20:16:00 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:21123 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731199AbgFIAP7 (ORCPT ); Mon, 8 Jun 2020 20:15:59 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1591661759; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=cnXptHuROdhiqd7OJYq02Tw3oZx7BeMflcINlbXkNI4=; b=DMvCpr8oio3opvf4ufWV839uxQBvHcRjmMgGHyWfXlKHznKXeHS1+ciqS+JVY5LGN2qWIivA 7aORyGCcsV7VvIULQk57A+0Elr2krqeaOo5eYpJY+kCZm4QCdRofxtku7A0IpuUV0wxqssTe oBTsufZnUfY+YMKhio5EJqPsPIg= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n09.prod.us-west-2.postgun.com with SMTP id 5eded4abf1889e857a21e4c6 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 09 Jun 2020 00:15:39 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 99DECC433CA; Tue, 9 Jun 2020 00:15:39 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanmay) by smtp.codeaurora.org (Postfix) with ESMTPSA id 72257C433AF; Tue, 9 Jun 2020 00:15:38 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 08 Jun 2020 17:15:38 -0700 From: tanmay@codeaurora.org To: Stephen Boyd Cc: devicetree@vger.kernel.org, freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, seanpaul@chromium.org, Chandan Uddaraju , robdclark@gmail.com, abhinavk@codeaurora.org, nganji@codeaurora.org, jsanka@codeaurora.org, aravindh@codeaurora.org, hoegsberg@google.com, dri-devel@lists.freedesktop.org, linux-clk@vger.kernel.org, Vara Reddy Subject: Re: [DPU PATCH v5 2/5] drm: add constant N value in helper file In-Reply-To: <158768529129.135303.14920680590198766597@swboyd.mtv.corp.google.com> References: <1585701031-28871-1-git-send-email-tanmay@codeaurora.org> <1585701031-28871-3-git-send-email-tanmay@codeaurora.org> <158768529129.135303.14920680590198766597@swboyd.mtv.corp.google.com> Message-ID: <51b45caae61860d6732d7ef575859d72@codeaurora.org> X-Sender: tanmay@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 2020-04-23 16:41, Stephen Boyd wrote: > Quoting Tanmay Shah (2020-03-31 17:30:28) >> From: Chandan Uddaraju >> >> The constant N value (0x8000) is used by multiple DP > > There's one driver using it, not multiple. > Changed commit message accordingly. >> drivers. Define this value in header file and use this >> in the existing i915 display driver. >> >> Signed-off-by: Chandan Uddaraju >> Signed-off-by: Vara Reddy 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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 4D04EC433DF for ; Tue, 9 Jun 2020 00:16:02 +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 25BEC2078D for ; Tue, 9 Jun 2020 00:16:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="n2o04XqY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25BEC2078D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.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 9138E6E9D0; Tue, 9 Jun 2020 00:16:01 +0000 (UTC) Received: from m43-7.mailgun.net (m43-7.mailgun.net [69.72.43.7]) by gabe.freedesktop.org (Postfix) with ESMTPS id AC1E089E9E for ; Tue, 9 Jun 2020 00:15:59 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1591661761; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=cnXptHuROdhiqd7OJYq02Tw3oZx7BeMflcINlbXkNI4=; b=n2o04XqYI6AdVyaowpBArAxVwNDSNQZOk0RosWdRfkegLb7OROsA2S+jlqDD5D00YX1i3KqB 4BPUA4RBAL2ITNMdlC2qxM/yoE/u6yL43F9JQ3u40ev5HHFb+BW2yPlZCxR6AGjotsWwkJKY gnTwkr0NLxIYKdoEbSN9mvg/qeo= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyJkOTU5ZSIsICJkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-west-2.postgun.com with SMTP id 5eded4ac9545e9541fec8298 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 09 Jun 2020 00:15:40 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 16838C43395; Tue, 9 Jun 2020 00:15:39 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanmay) by smtp.codeaurora.org (Postfix) with ESMTPSA id 72257C433AF; Tue, 9 Jun 2020 00:15:38 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 08 Jun 2020 17:15:38 -0700 From: tanmay@codeaurora.org To: Stephen Boyd Subject: Re: [DPU PATCH v5 2/5] drm: add constant N value in helper file In-Reply-To: <158768529129.135303.14920680590198766597@swboyd.mtv.corp.google.com> References: <1585701031-28871-1-git-send-email-tanmay@codeaurora.org> <1585701031-28871-3-git-send-email-tanmay@codeaurora.org> <158768529129.135303.14920680590198766597@swboyd.mtv.corp.google.com> Message-ID: <51b45caae61860d6732d7ef575859d72@codeaurora.org> X-Sender: tanmay@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 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: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, abhinavk@codeaurora.org, seanpaul@chromium.org, dri-devel@lists.freedesktop.org, Vara Reddy , hoegsberg@google.com, aravindh@codeaurora.org, freedreno@lists.freedesktop.org, linux-clk@vger.kernel.org, Chandan Uddaraju Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2020-04-23 16:41, Stephen Boyd wrote: > Quoting Tanmay Shah (2020-03-31 17:30:28) >> From: Chandan Uddaraju >> >> The constant N value (0x8000) is used by multiple DP > > There's one driver using it, not multiple. > Changed commit message accordingly. >> drivers. Define this value in header file and use this >> in the existing i915 display driver. >> >> Signed-off-by: Chandan Uddaraju >> Signed-off-by: Vara Reddy _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel