On 3/5/2024 4:22 AM, Konrad Dybcio wrote: > > > On 3/4/24 07:57, Dikshita Agarwal wrote: >> >> >> On 2/10/2024 2:39 AM, Konrad Dybcio wrote: >>> Without an OPP table and with vcodec_pmdomains_num (so, v1, v3 and >>> sdm845_legacy targets), core_put_v4 is a NOP, jut like core_put_v1. >>> Unify them! >>> >>> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> >>> --- > > [...] > > >>> -static void vcodec_domains_put(struct venus_core *core) >>> +void vcodec_domains_put(struct venus_core *core) >>> { >>> dev_pm_domain_detach_list(core->pmdomains); >>> >> what is the base of this change? >> I don't see dev_pm_domain_detach_list in mainline code. >> Am I missing anything here? > > The base is specified in the cover letter. > > The code in question is indeed here since January, perhaps > you're looking at something older than -next. > Thanks for the clarification, I was looking at media tree which surprisingly doesn't have the base change. > Konrad >