[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <db6a4104ba9fc00edaf5542693ac6bd9@codeaurora.org>
Date: Fri, 14 Aug 2020 10:56:52 -0700
From: Tanmay Shah <tanmay@...eaurora.org>
To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
Cc: swboyd@...omium.org, devicetree@...r.kernel.org,
linux-arm-msm@...r.kernel.org, dri-devel@...ts.freedesktop.org,
robdclark@...il.com, airlied@...ux.ie,
linux-kernel@...r.kernel.org, abhinavk@...eaurora.org,
khsieh@...eaurora.org, seanpaul@...omium.org, daniel@...ll.ch,
Guenter Roeck <groeck@...omium.org>,
Vara Reddy <varar@...eaurora.org>, aravindh@...eaurora.org,
freedreno@...ts.freedesktop.org,
Chandan Uddaraju <chandanu@...eaurora.org>
Subject: Re: [Freedreno] [PATCH v10 2/5] drm/msm/dp: add displayPort driver
support
On 2020-08-14 10:12, Dmitry Baryshkov wrote:
> Hello,
>
> On 12/08/2020 07:42, Tanmay Shah wrote:
>> From: Chandan Uddaraju <chandanu@...eaurora.org>
>
> [skipped]
>
>> + } else if ((dp_parser_check_prefix("ctrl", clk_name) ||
>> + dp_parser_check_prefix("stream", clk_name)) &&
>> + ctrl_clk_index < ctrl_clk_count) {
>> + struct dss_clk *clk =
>> + &ctrl_power->clk_config[ctrl_clk_index];
>> + strlcpy(clk->clk_name, clk_name, sizeof(clk->clk_name));
>> + ctrl_clk_index++;
>> +
>> + if (!strncmp(clk_name, "ctrl_link",
>> + strlen("ctrl_link")) ||
>> + !strncmp(clk_name, "stream_pixel",
>> + strlen("ctrl_pixel")))
>
> This should be "stream_pixel", I believe. I don't like macros, but
> most probably it would help here. Also function/brace alignment could
> be better (sorry, it really hides the issue here).
>
Thanks for reviews and good catch!! I completely missed it when I
renamed "ctrl_pixel".
Use of "stream_pixel" is very limited. So, instead of macros direct name
is used.
Fixing function and brace alignment sounds good idea insted.
>
>> + clk->type = DSS_CLK_PCLK;
>> + else
>> + clk->type = DSS_CLK_AHB;
>> + }
>> + }
Powered by blists - more mailing lists