[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tucqk6alt7bcxhk63bwobnswrag4dhx7srj6hzhqvky3trclwv@jbq5hdzfa5of>
Date: Tue, 9 May 2023 08:46:22 +0200
From: Marijn Suijten <marijn.suijten@...ainline.org>
To: Jessica Zhang <quic_jesszhan@...cinc.com>
Cc: freedreno@...ts.freedesktop.org, Sean Paul <sean@...rly.run>,
Abhinav Kumar <quic_abhinavk@...cinc.com>,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Konrad Dybcio <konrad.dybcio@...aro.org>,
linux-arm-msm@...r.kernel.org,
Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
Subject: Re: [PATCH v2 4/4] drm/msm/dpu: Set DATA_COMPRESS for command mode
On 2023-05-08 16:17:54, Jessica Zhang wrote:
<snip>
> >> diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h
> >> index 73b0885918f8..a8def68a5ec2 100644
> >> --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h
> >> +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h
> >> @@ -70,6 +70,7 @@ struct intf_status {
> >> * @get_autorefresh: Retrieve autorefresh config from hardware
> >> * Return: 0 on success, -ETIMEDOUT on timeout
> >> * @vsync_sel: Select vsync signal for tear-effect configuration
> >> + * @enable_compression: Enable data compression
> >
> > Indent to match above.
>
> Sure, is the plan to correct the whitespace in the first half of the
> comment block in the future?
I couldn't see the first part of the block in the diff context here, but
indeed that's a broken disaster so we will have to fix that up :(
I think it is fine to leave the latter ones as it is, as long as it is
consistent:
- Only using spaces;
- Colon directly after the word (and an @ before it, see kerneldoc
specification);
- Aligned to existing entries.
- Marijn
Powered by blists - more mailing lists