RE: [PATCH v4 2/4] drm/msm/dpu: add DSPPs into reservation upon a CTM request

2023-06-12 Thread Kalyan Thota
m.org; Vinod Polimera (QUIC) ; >dmitry.barysh...@linaro.org; Abhinav Kumar (QUIC) >; Amit Pundir ; Sumit >Semwal ; John Stultz >Subject: Re: [PATCH v4 2/4] drm/msm/dpu: add DSPPs into reservation upon a >CTM request > >WARNING: This email originated from outside of Qualcomm. Please

Re: [PATCH v4 2/4] drm/msm/dpu: add DSPPs into reservation upon a CTM request

2023-06-10 Thread Yongqin Liu
Hi, Kalyan Thota It seems this change caused some drm problems with the Android build. I tested with one Android build that based on the ACK android-mainline kernel[1], and there are the message printed like 01-01 06:51:50.541 504 504 E : [drm:_dpu_rm_check_lm_and_get_connected_blk

Re: [PATCH v4 2/4] drm/msm/dpu: add DSPPs into reservation upon a CTM request

2023-03-01 Thread Marijn Suijten
On 2023-02-13 03:11:42, Kalyan Thota wrote: > Add DSPP blocks into the topology for reservation, if there > is a CTM request for that composition. > > Signed-off-by: Kalyan Thota > Reviewed-by: Dmitry Baryshkov Reviewed-by: Marijn Suijten > --- > Changes in v1: > - Minor nits (Dmitry) > > Ch

[PATCH v4 2/4] drm/msm/dpu: add DSPPs into reservation upon a CTM request

2023-02-13 Thread Kalyan Thota
Add DSPP blocks into the topology for reservation, if there is a CTM request for that composition. Signed-off-by: Kalyan Thota Reviewed-by: Dmitry Baryshkov --- Changes in v1: - Minor nits (Dmitry) Changes in v2: - Populate DSPPs into the reservation only if CTM is requested (Dmitry) --- drive