RE: [PATCH v13 00/13] Add PSR support for eDP

2023-03-02 Thread Vinod Polimera
er.kernel.org; robdcl...@gmail.com; swb...@chromium.org; > Kalyan Thota (QUIC) ; > dmitry.barysh...@linaro.org; Kuogee Hsieh (QUIC) > ; Vishnuvardhan Prodduturi (QUIC) > ; Bjorn Andersson (QUIC) > ; Abhinav Kumar (QUIC) > ; Sankeerth Billakanti (QUIC) > > Subject: Re: [PAT

Re: [PATCH v13 00/13] Add PSR support for eDP

2023-03-01 Thread Dmitry Baryshkov
On 01/03/2023 21:06, Doug Anderson wrote: Hi, On Sun, Feb 12, 2023 at 8:29 AM Vinod Polimera wrote: Changes in v2: - Use dp bridge to set psr entry/exit instead of dpu_enocder. - Don't modify whitespaces. - Set self refresh aware from atomic_check. - Set self refresh aware only if

Re: [PATCH v13 00/13] Add PSR support for eDP

2023-03-01 Thread Doug Anderson
Hi, On Wed, Mar 1, 2023 at 11:06 AM Doug Anderson wrote: > > Hi, > > On Sun, Feb 12, 2023 at 8:29 AM Vinod Polimera > wrote: > > > > Changes in v2: > > - Use dp bridge to set psr entry/exit instead of dpu_enocder. > > - Don't modify whitespaces. > > - Set self refresh aware from atomic_che

Re: [PATCH v13 00/13] Add PSR support for eDP

2023-03-01 Thread Doug Anderson
Hi, On Sun, Feb 12, 2023 at 8:29 AM Vinod Polimera wrote: > > Changes in v2: > - Use dp bridge to set psr entry/exit instead of dpu_enocder. > - Don't modify whitespaces. > - Set self refresh aware from atomic_check. > - Set self refresh aware only if psr is supported. > - Provide a stu

[PATCH v13 00/13] Add PSR support for eDP

2023-02-12 Thread Vinod Polimera
Changes in v2: - Use dp bridge to set psr entry/exit instead of dpu_enocder. - Don't modify whitespaces. - Set self refresh aware from atomic_check. - Set self refresh aware only if psr is supported. - Provide a stub for msm_dp_display_set_psr. - Move dp functions to bridge code. Chang