drm/msm/sde: virtual plane validation fixes for tiled formats
Multirect qualified parallel fetch by checking each individual plane
for a tiled format and then imposed the PD_MEM restriction per plane.
Similarly, serial fetch was only checking RECT0 for tiled formats.
This worked for SmartDMA 1.0 since both rectangles had to be the
same format. Since SmartDMA 2.0 allows for mixed formats, some
logic needed to be enhanced to check if any plane contains a tiled
format before imposing restrictions.
CRs-Fixed: 2082359
Change-Id: Iee7f949687d7b3c3768270dc84a5670c4a39f697
Signed-off-by:
Steve Cohen <cohens@codeaurora.org>
Loading
Please register or sign in to comment