Skip to content
Snippets Groups Projects
Commit 41b35584 authored by Abhinav Kumar's avatar Abhinav Kumar Committed by Abel Vesa
Browse files

drm/msm/dpu: try multirect based on mdp clock limits


It's certainly possible that for large resolutions a single DPU SSPP
cannot process the image without exceeding the MDP clock limits but
it can still process it in multirect mode because the source rectangles
will get divided and can fall within the MDP clock limits.

If the SSPP cannot process the image even in multirect mode, then it
will be rejected in dpu_plane_atomic_check_pipe().

Hence try using multirect for resolutions which cannot be processed
by a single SSPP without exceeding the MDP clock limits.

Signed-off-by: default avatarAbhinav Kumar <quic_abhinavk@quicinc.com>
parent 4e0e2c9a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment