Re: [PATCH] drm: verisilicon: fix cursor offset field update

From: Icenowy Zheng

Date: Wed Aug 19 2026 - 12:07:58 EST


在 2026-08-19三的 15:26 +0800,Chen-Yu Tsai写道:
> On Wed, 12 Aug 2026 23:48:29 +0800, Icenowy Zheng wrote:
> > The 4th argument of regmap_update_bits() expects a pre-shifted
> > register
> > value instead of the field value when it's used to set a single
> > field,
> > however I forgot this when writing the code setting the cursor X/Y
> > offset fields, thus the write operation doesn't happen at all
> > (because
> > of the non-shifted values being masked by regmap_update_bits()).
> >
> > Fix this problem so the cursor is correctly clipped.
> >
> > [...]
>
> Applied to drm-misc-next in drm-misc, thanks!

Thanks for applying.

I think these should enter drm-misc-fixes instead, but at least we
always have the option of cherry-picking.

Thanks,
Icenowy

>
> [1/1] drm: verisilicon: fix cursor offset field update
>       commit: 6575bb5d0d3c7db0d7d293428ecc07cb38e46ecc
>
> Best regards,