On 7/15/26 14:07, [email protected] wrote:
Thank you for your contribution! Sashiko AI review found 3 potential issue(s)
to consider:
New issues:
- [High] Bandwidth check and PHY clock calculations do not account for DSC
compression, incorrectly rejecting high-resolution modes and over-clocking the
PHY.
No, because the width or height will be half for each slice.
Pre-existing issues:
- [High] Error path in `mtk_dsi_poweron` fails to decrement `refcount`,
permanently leaving the DSI driver in a corrupted state.
This is real, never happened and will not happen for now, but has to be fixed.
Will do that after this series, because I really-really-really ran out of time
now.
- [High] Signal interruptions during IRQ waits are incorrectly treated as
successful operations.
This has to be carefully checked, because this may be a situation in which two
wrongs are making one right.
As said, I am out of time and will look at this in the future, definitely not in
this merge cycle.