Loading
drm/msm/sde: validate qseed3 configuration on each frame update
A client updates the qseed3 configuration through property
and it updates the plane configuration through separate
property. It may possible that client update source and destination
rectangle property but does not update the qseed3 configuration
property. Current sde driver does not validate the combined
configuration in those cases and may lead to hang in qseed3
hardware block due to stale programming. This patch forces
the qseed3 property atomic check for each kickoff.
Change-Id: Ibf11683232175ecea86e8f2d99c8ef75fd98e90d
Signed-off-by:
Dhaval Patel <pdhaval@codeaurora.org>