minecrell has quit [Read error: Connection reset by peer]
minecrell has joined #linux-msm
svarbanov has quit [Remote host closed the connection]
svarbanov has joined #linux-msm
svarbanov has quit [Ping timeout: 480 seconds]
<robclark>
hmm, if I had to take a guess, in the system suspend path the atomic helper tries to disable already disabled planes? So maybe that WARN_ON() should be removed? Perhaps you could `echo 0x1f > /sys/modules/drm/parameters/debug` and then trigger suspend, hopefully that would confirm or disprove the theory?
<vknecht[m]>
(it's drm_hwc with " drm_hwcomposer: Add non-blocking commit support" cherry-picked, if that matters)
<robclark>
hmm, ok so plane is enabled.. so I guess before jessica_24's patch you'd see the warn_on splat once or occasionally.. but now it causes the atomic-check to fail so we never recover from the bad state.. this would kinda paper over the problem and make things less spammy, I think. But not sure how we get into that state in the first place