On 18.07.2023 15:24, Johan Hovold wrote: > On Mon, Jul 17, 2023 at 05:19:14PM +0200, Konrad Dybcio wrote: >> The GPU_CC block on SM6115 is powered by the VDD_CX rail. We need to >> ensure that it's enabled to prevent unwanted power collapse. > > This bit is not correct, the power domain would not have been disabled > until you enable runtime PM as part of this very patch. Right, this was a bit of a thought-jump. The part that ensures there's any vote at all is actually the DT commit adding a reference to the genpd. Konrad