Re: [PATCH RFC 08/10] media: venus: move getting vdec and venc for later
From: Bryan O'Donoghue
Date: Thu Apr 16 2026 - 10:34:54 EST
On 16/04/2026 14:43, Erikas Bitovtas wrote:
Call vdec_get and venc_get later in the probe, after core->dev_{dec,enc}
get assigned. This is needed so dev_dec and dev_enc are initialized
when we are calling vdec_get and venc_get, so we can attach core power
domain lists to their devices.
Signed-off-by: Erikas Bitovtas<xerikasxx@xxxxxxxxx>
---
drivers/media/platform/qcom/venus/vdec.c | 12 ++++++------
Are you describing a bug - if so you need a Fixes and a cc stable, if not you should make clearer in the log that subsequent patches depend.
---
bod