]> git.ipfire.org Git - thirdparty/linux.git/commit
media: iris: Add hardware power on/off ops for X1P42100
authorWangao Wang <wangao.wang@oss.qualcomm.com>
Fri, 29 May 2026 07:34:59 +0000 (15:34 +0800)
committerBryan O'Donoghue <bod@kernel.org>
Sat, 30 May 2026 07:41:49 +0000 (08:41 +0100)
commit4147ffa3d96dde43bd4f3607db75f261fafaade2
tree5965d7925c68c2035abad4cc24acb453b1d4a1b3
parentd1c9f40f764ed2a91d2903c25d1962cf43afef89
media: iris: Add hardware power on/off ops for X1P42100

On X1P42100 the Iris block has an extra BSE clock. Wire this clock into
the power on/off sequence.

The BSE clock is used to drive the Bin Stream Engine, which is a sub-block
of the video codec hardware responsible for bitstream-level processing. It
is required to be enabled separately from the core clock to ensure proper
codec operation.

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>
Signed-off-by: Wangao Wang <wangao.wang@oss.qualcomm.com>
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
drivers/media/platform/qcom/iris/iris_vpu_common.c