b56a9415bd47b0a36370f9e60ef3c2d4ce53151f
If continuous splash is enabled crtc_state active is set to true from the driver. During the handoff commit this new_state is compared with the older state and active change will be set to false. If there is a race condition between the continuous splash config and atomic check of the first commit, an improper state with active change to true is formed leading to commit failure. This change makes sure drm device will get initialized and registered after continuous splash config which will block the userspace from the handoff commit. Change-Id: I91aa64c480a3341488f1e2c9422c9a2b8200fe53 Signed-off-by: Mahadevan <quic_mahap@quicinc.com>
Description
No description provided
Languages
C
99.7%
Makefile
0.2%