<Marijn[m]>
lumag: what do you think about moving the TPG behind a compiler define or a module parameter (or even `const bool`)? There's no up-to-date documentation explaining _from where_ to call this method
<lumag>
Marijn[m], we should probably hook it through the debugfs
<konradybcio>
debugfs +1
<Marijn[m]>
That's an even better option to dynamically turn it on and off at runtime
ldts_ has joined #linux-msm
ungeskriptet has joined #linux-msm
<abhinav__>
lumag Marijn[m] if you hook it up to debugfs, then it will take effect in the next suspend/resume
<abhinav__>
because the screen would have already turned on with the usual display pipeline
<abhinav__>
so i am guessing you plan to do something like 1) echo 1 > tpg 2) mode_active "0" and mode_active "1" ?