Re: [PATCH v2 06/27] drm/msm/dpu: move pipe_hw to dpu_plane_state

2023-01-31 Thread Dmitry Baryshkov
On 30/01/2023 23:51, Abhinav Kumar wrote: On 12/29/2022 11:18 AM, Dmitry Baryshkov wrote: In preparation to adding fully virtualized planes, move struct dpu_hw_sspp instance from struct dpu_plane to struct dpu_plane_state, as it will become a part of state (allocated during atomic check) rathe

Re: [PATCH v2 06/27] drm/msm/dpu: move pipe_hw to dpu_plane_state

2023-01-30 Thread Abhinav Kumar
On 12/29/2022 11:18 AM, Dmitry Baryshkov wrote: In preparation to adding fully virtualized planes, move struct dpu_hw_sspp instance from struct dpu_plane to struct dpu_plane_state, as it will become a part of state (allocated during atomic check) rather than part of a plane (allocated during b

[PATCH v2 06/27] drm/msm/dpu: move pipe_hw to dpu_plane_state

2022-12-29 Thread Dmitry Baryshkov
In preparation to adding fully virtualized planes, move struct dpu_hw_sspp instance from struct dpu_plane to struct dpu_plane_state, as it will become a part of state (allocated during atomic check) rather than part of a plane (allocated during boot). Signed-off-by: Dmitry Baryshkov --- drivers/