Re: [Freedreno] [PATCH] drm/msm/dpu: set preferred mode for writeback connector

2022-06-16 Thread Abhinav Kumar
On 6/16/2022 1:36 AM, Dmitry Baryshkov wrote: On 16/06/2022 02:23, Abhinav Kumar wrote: After [1] was merged to IGT, we use either the first supported mode in the list OR the preferred mode to determine the primary plane to use for the sub-test due to the IGT API [2]. Since writeback does

Re: [Freedreno] [PATCH] drm/msm/dpu: set preferred mode for writeback connector

2022-06-16 Thread Dmitry Baryshkov
On 16/06/2022 02:23, Abhinav Kumar wrote: After [1] was merged to IGT, we use either the first supported mode in the list OR the preferred mode to determine the primary plane to use for the sub-test due to the IGT API [2]. Since writeback does not set any preferred mode, this was selecting 4k

[Freedreno] [PATCH] drm/msm/dpu: set preferred mode for writeback connector

2022-06-15 Thread Abhinav Kumar
After [1] was merged to IGT, we use either the first supported mode in the list OR the preferred mode to determine the primary plane to use for the sub-test due to the IGT API [2]. Since writeback does not set any preferred mode, this was selecting 4k as that was the first entry in the list. We