Re: [PATCH v14 00/14] Add PSR support for eDP

2023-03-15 Thread Dmitry Baryshkov
On Thu, 02 Mar 2023 22:03:03 +0530, 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 stub

Re: [PATCH v14 00/14] Add PSR support for eDP

2023-03-07 Thread Dmitry Baryshkov
David, Daniel & other drm maintainers, On 02/03/2023 18:33, Vinod Polimera wrote: [skipped the changelog] Vinod Polimera (14): drm: add helper functions to retrieve old and new crtc drm/bridge: use atomic enable/disable callbacks for panel bridge drm/bridge: add psr support for panel

Re: [PATCH v14 00/14] Add PSR support for eDP

2023-03-06 Thread Doug Anderson
Hi, On Thu, Mar 2, 2023 at 8:33 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 stub

[PATCH v14 00/14] Add PSR support for eDP

2023-03-02 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