Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: gcc-qcm2290: Set HW_CTRL_TRIGGER for video GDSC

The venus video driver will uses dev_pm_genpd_set_hwmode() API to switch
the video GDSC to HW and SW control modes at runtime. This requires domain
to have the HW_CTRL_TRIGGER flag.

Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250613102245.782511-1-loic.poulain@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Loic Poulain and committed by
Bjorn Andersson
97238070 25d12630

+1
+1
drivers/clk/qcom/gcc-qcm2290.c
··· 2720 2720 .pd = { 2721 2721 .name = "gcc_vcodec0", 2722 2722 }, 2723 + .flags = HW_CTRL_TRIGGER, 2723 2724 .pwrsts = PWRSTS_OFF_ON, 2724 2725 }; 2725 2726