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

From: Chen-Yu Tsai

Date: Wed Aug 19 2026 - 03:26:27 EST


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!

[1/1] drm: verisilicon: fix cursor offset field update
commit: 6575bb5d0d3c7db0d7d293428ecc07cb38e46ecc

Best regards,
--
Chen-Yu Tsai <wenst@xxxxxxxxxxxx>