Re: [PATCH 3/8] media: qcom: camss: vfe-17x: do not gate write master done on IRQ_STATUS_0

From: Hitesh Patel

Date: Tue Sep 15 2026 - 05:17:46 EST


> Please rewrite this whole commit log in your own language.
> Also since your are describing a bug this needs
> 1. Fixes:
> 2. A patch title starting with Fix
> 3. All fixes in a serious should prefix functionality changes.

Will do. The gate was there from the start of the VFE 170 support, so:

Fixes: 7319cdf189bb ("media: camss: Add support for VFE hardware version Titan 170")

and v2 will have the three fixes (this one, the write master one and the
VFE reset one) first.

> Drop this workaround for pix. We will fix PIX a different way instead
> of for local specific stuff like this.

OK, dropped. For the record the reason it was there: vfe_isr_comp_done()
already calls wm_done() for the write master mapped to the PIX line, so
without the gate a PIX buffer is completed from both places. Happy to
leave PIX to a separate fix.

> OK then this becomes a one-liner to not disjunction BIT(9)

Yes, v2 is just the removal of the BIT(9) test.

Hitesh