Re: [v1 1/2] drm/msm/dp: Add basic PSR support for eDP

2022-02-15 Thread Dmitry Baryshkov
On 12/02/2022 15:51, Vinod Polimera wrote: Add support for basic panel self refresh (PSR) feature for eDP. Add a new interface to set PSR state in the sink from DPU. Program the eDP controller to issue PSR enter and exit SDP to the sink. Signed-off-by: Sankeerth Billakanti Just noticed, thank

[v1 1/2] drm/msm/dp: Add basic PSR support for eDP

2022-02-13 Thread Vinod Polimera
Add support for basic panel self refresh (PSR) feature for eDP. Add a new interface to set PSR state in the sink from DPU. Program the eDP controller to issue PSR enter and exit SDP to the sink. Signed-off-by: Sankeerth Billakanti --- drivers/gpu/drm/msm/dp/dp_catalog.c | 81

Re: [v1 1/2] drm/msm/dp: Add basic PSR support for eDP

2022-02-12 Thread Dmitry Baryshkov
On Sat, 12 Feb 2022 at 15:52, Vinod Polimera wrote: > > Add support for basic panel self refresh (PSR) feature for eDP. > Add a new interface to set PSR state in the sink from DPU. > Program the eDP controller to issue PSR enter and exit SDP to > the sink. > > Signed-off-by: Sankeerth Billakanti